﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: "Zen Kaku Gothic New", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
body {
  color: #646364;
  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: #FF891D;
  font-weight: normal;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
p {
  color: #646364;
}
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;
}

/*==============================================
 Body
 ===============================================*/
.body-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page-content {
  display: block;
  width: 100%;
  padding: 130px 0;
  position: relative;
}

/*==============================================
 Banner: Static
 ===============================================*/
.vertical-align .container-mid {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 70px;
    /* position: relative; */
    max-width: 70%;
    margin: 0 auto;
}
.vertical-align.kasou-header .container-mid {
   padding-top: 160px;
   padding-bottom: 160px;
}

/*==============================================
 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;
}
div#home.materials {
    padding-bottom: 100px;
}
.side-left,
.side-right {
    background-color: #FF891D;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
.side-right {
    left: auto;
    right: 0;
}
.main-visual h1 {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    line-height: 1.8em;
    width: 750px;
}
.kasou-header.main-visual h1 {
    font-size: 60px;
    width: 100%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #ffff97;
}
.banner-state>img {
    position: absolute;
}
.banner-state>img.abs1 {
    max-height: 40px;
    top: 50px;
    left: 50px;
}
.banner-state>img.abs2 {
    max-height: 699px;
    bottom: 0;
    right: calc(50% - 750px);
}
h1 img {
    display: block;
    margin: 0 auto;
}
h1 img:first-child {
    max-height: 308px;
    margin-bottom: 40px;
}
h1 img.kikan {
    margin: 40px auto;
    max-height: 70px;
}
h1 img:last-child {
    max-height: 40px;
}
.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; */
    margin-bottom: 120px;
}
.cost-pilotexperiment-openrec-menu a {
    display: block;
    margin: 0 auto;
    width: calc(100% / 6);
    /* width: calc(100% / 7); */
    border-right: 1px solid #FF891D;
}
.cost-pilotexperiment-openrec-menu a p {
    color: #646364;
    font-weight: bold;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    font-size: 14px;
    line-height: 1.5em;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cost-pilotexperiment-openrec-menu a:first-child {
    border-left: 1px solid #FF891D;
}
.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: 10px;
    max-height: 50px;
}
.cost-pilotexperiment-openrec-menu a img:last-child {
    margin-top: 15px;
    max-width: 12px;
}
.cost-pilotexperiment-openrec-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 {
    font-size: 35px;
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    line-height: 1em;
    margin-bottom: 0;
    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;
}
.project-sec {
    background-color: #FFFFFF;
    border-radius: 28.5px;
    padding: 100px;
    margin-top: 100px;
    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 .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,
.top08 .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,
.top08 .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;
}
.top08 .btn01 span {
    padding: 34.5px 25px;
    border-radius: 10px;
    background-image: url(../img/hojyo25.png),url(../img/hojyo27.png);
    background-repeat: no-repeat;
    background-size: 38px, 30px;
    background-position: left 30px center,right 30px center;
}
.top04 .pushdown:before,
.top08 .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,
.top08 .pushdown:hover span {
    transform: translateY(8px);
}
.page-content.top05 {
    background-color: #FF891D;
    padding: 100px 0;
}
.top05 .title-section p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin: 40px 0 20px;
    line-height: 1em;
}
.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: 62px;
    height: 62px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-image: url(../img/top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 62px;
}
a.anc.top_back:hover {
    background-image: url(../img/top_on.png);
}
.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 p.font16 {
    font-size: 16px;
    line-height: 2em;
}
.project-inner:nth-child(n+2) {
    margin-top: 50px;
}
.project-inner:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 40px; */
}
.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 {
    background-color: #FFF476;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-inner>p {
    font-weight: bold;
    font-size: 14px;
    color: #FF891D;
    margin-top: 5px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.contact-child:nth-child(n+2) {
    margin-left: 60px;
}
.contact-child h4,
.contact-child h5,
.contact-child p {
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #FF891D;
}
.contact-child h4 {
    font-size: 19px;
    letter-spacing: 0.14em;
    line-height: 2em;
    color: #646364;
}
.contact-child h5 {
    font-size: 25px;
    line-height: 1.6em;
    background-image: url(../img/hojyo28.png);
    background-repeat: no-repeat;
    background-position: left bottom 7px;
    background-size: 26px;
    padding-left: 41px;
}
.contact-child p {
    font-size: 18px;
    line-height: 2.2em;
    background-image: url(../img/hojyo29.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 35px;
}
.page-content.top05 .col-xs-12>p {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1em;
    margin: 20px 0 0;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.link-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.link-btn-inner a {
    position: relative;
    width: calc(100%/3 - 17px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    color: #646364;
    font-size: 16px;
    letter-spacing: 0.14em;
    line-height: 1.6em;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0px 6px 0px rgba(79, 55, 47, 0.3);
    background-image: url(../img/hojyo14.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    transition: 0.3s;
    top: 0;
}
.link-btn-inner a:hover {
    transition: 0.3s;
    top: 6px;
    box-shadow: none;
}
.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.top08 {
    background: #FF891D;
    padding: 0;
}
.flyer-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
    margin-bottom: -40px;
    z-index: 100;
    position: relative;
}
.flyer-sec-inner:first-child {
    width: calc(61% - 35px);
    display: flex;
    justify-content: space-between;
}
.flyer-sec-inner:last-child {
    width: calc(39% - 35px);
}
.flyer-sec-inner:first-child img {
    width: calc(50% - 15px);
}
.container.bg-deviate2 {
    position: relative;
    left: -100px;
    width: calc(1170px + 200px);
}
.page-content.top08 .title-section p {
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
}
.page-content.top07 {
    background-color: #FFF8E6;
    padding-bottom: 170px;
}
.page-content.top07 .title-section h3 {
    margin-bottom: 50px;
}

.project-inner:last-child a {
    position: relative;
    width: calc(100%/2 - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.6em;
    height: 97px;
    border-radius: 15px;
    box-shadow: 0px 8px 0px rgba(122, 122, 122, 0.3);
    background-color: #FF891D;
    background-image: url(../img/hojyo11.png), url(../img/hojyo17.png);
    background-size: 41px, 31px;
    background-repeat: no-repeat;
    background-position: left 22px center, right 22px center;
    transition: 0.3s;
    padding-left: 10px;
    top: 0;
}
.project-inner:last-child a:last-child {
    background-color: #FF5204;
    background-image: url(../img/hojyo11.png), url(../img/hojyo16.png);
}
.project-inner:last-child a:hover {
    transition: 0.3s;
    top: 8px;
    box-shadow: none;
}
.gaiyou-sec {
    background-color: #fff;
    border-radius: 9px;
    padding: 100px;
}
.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.torikumi-sec {
    padding: 100px 0;
    background-color: #FF891D;
}
.torikumi-title h3 {
    font-size: 44px;
    color: #FFF362;
    margin-bottom: 60px;
    line-height: 1em;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    font-weight: bold;
}
.torikumi-title h4 {
    font-size: 44px;
    color: #FF891D;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    background-color: #FFF362;
    font-weight: bold;
    width: 100%;
    padding: 16px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.keihi-title h3 {
    font-size: 44px;
    color: #FFF362;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.keihi-title h3 span {
    background-color: #FFF362;
    color: #FF891D;
    padding: 8px 25px;
    text-indent: 0.08em;
    display: inline-block;
    margin-right: 25px;
}
.torikumi-title h4 span {
    font-size: 30px;
    display: inline-block;
    line-height: 1em;
}
.torikumi-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
}
.keihi-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}
.torikumi-child {
    width: calc(100%/3 - 17px);
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 25px 25px;
    text-align: center;
    position: relative;
}
.keihi-child {
    width: calc(100%/3 - 15px);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.keihi-child h3 {
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1em;
    margin: 0;
    font-weight: bold;
    color: #FF891D;
}
.keihi-child:first-child {
    width: calc(100%/3 * 2 - 15px);
}
.keihi-child-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.torikumi-label {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}
.torikumi-child h3 {
    display: inline-block;
    font-size: 32px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1em;
    margin: 0;
    font-weight: bold;
    color: #FF891D;
    background-color: #FFF8A0;
    border-radius: 30px;
    padding: 12px 20px;
}
.torikumi-child img {
    max-height: 160px;
}
.torikumi-child p,
.keihi-child-inner p {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.35em;
    margin: 0;
    font-weight: bold;
    color: #666666;
    position: relative;
    padding-left: 1.2em;
    margin-top: 12px;
}
.keihi-child-inner p {
    margin-top: 10px;
}
 .keihi-child-inner p.text-double {
    line-height: 1.55em;
    margin-bottom: 12px;
 }
.torikumi-child p:before,
.keihi-child-inner p:before {
    content: "・";
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    color: #FF891D;
    line-height: 20px;
    left: -15px;
    top:0;
}
.keihi-child-detail {
    width: calc(100% / 3 + 10px);
}
.keihi-child-detail:nth-child(2) {
    width: calc(100% / 3 - 20px);
}
.keihi-title {
    margin-top: 60px;
}
.keihi-child>h5 {
    font-size: 23px;
    color: #717071;
    letter-spacing: 0.06em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.keihi-child>p {
    font-size: 17px;
    color: #717071;
    letter-spacing: 0.06em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 35px;
}
.keihi-child>p:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}
.youken-inner {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 60px;
}
.youken-title h4 {
    font-size: 36px;
    color: #FF891D;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.08em;
    background-color: #FFF362;
    padding: 16px 40px;
    font-weight: bold;
}
.youken-child {
    padding: 40px;
}
.youken-detail {
    border-bottom: 1px solid #FF891D;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.youken-detail3 {
    border-top: 1px solid #FF891D;
    padding-top: 20px;
    /* margin-top: 20px; */
    margin-top: 25px;
}
.youken-detail>h4 {
    color: #FF891D;
    font-size: 22px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.youken-detail2 {
    position: relative;
}
.youken-detail2>h4,
.youken-detail3>h4 {
    color: #FF891D;
    font-size: 24px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.youken-detail2>p,
.youken-detail3>p {
    color: #666666;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.55em;
    margin: 0;
}
/* .youken-detail2>p:first-child {
    position: absolute;
    right: 0;
    bottom: 0;
} */
.youken-detail2>p:last-child {
    color: #B3B3B3;
    font-size: 17px;
    line-height: 1.64em;
    margin: 0;
}
.youken-detail2>h5 {
    color: #FF891D;
    font-size: 21px;
    letter-spacing: 0.02em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 15px 0 10px;
}
.youken-detail2>h6 {
    color: #666666;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 8px;
}
.youken-detail2>h6>span {
    font-size: 22px;
}
.youken-detail2>h6>span.orange {
    color: #FF891D;
}
.youken-detail3>p>span:nth-child(n+2) {
    margin-left: 15px;
}
.youken-detail>h4:nth-child(n+2) {
    margin-top: 10px;
}
.youken-detail>h4>span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #FFF100;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1em;
    margin-right: 15px;
    width: 36px;
    height: 36px;
}
.youken-detail2-table table,
.youken-detail2-table td,
.youken-detail2-table th,
.youken-detail2-table2 table,
.youken-detail2-table2 td,
.youken-detail2-table2 th
.materials-table table,
.materials-table td,
.materials-table th {
  	border: 1px solid #666666;
  	border-collapse: collapse;
    color: #666666;
    font-weight: bold;
    word-break: break-all;
}
.youken-detail2-table table,
.youken-detail2-table2 table,
.materials-table table {
    width: 100%;
}
.youken-detail2-table td,
.youken-detail2-table th,
.youken-detail2-table2 td,
.youken-detail2-table2 th,
.materials-table td,
.materials-table th {
  	padding: 8px 12px;
}
.materials-table td {
    background-color: #ffffff;
}
.youken-detail2-table tr td:first-child,
.youken-detail2-table tr th:first-child {
  	width: 410px;
}
.youken-detail2-table2 tr td:first-child,
.youken-detail2-table2 tr th:first-child {
  	width: 150px;
}
.materials-table tr td {
    text-align: center;
    letter-spacing: 0.1em;
}
.materials-table tr td:last-child a img {
    max-height: 18px;
}
.materials-table tr td:last-child {
    font-size: 0;
    line-height: 1em;
}
.materials-table tr td:last-child a {
    transition: 0.3s;
}
.materials-table tr td:last-child a:hover {
    transition: 0.3s;
    opacity: 0.8;
}
.materials-table tr td:first-child {
    text-align: justify;
}
.materials-table tr td:nth-child(n+2),
.materials-table tr th:nth-child(n+2) {
  	width: 200px;
}
/* .youken-detail2-table tr td:nth-child(2),
.youken-detail2-table tr th:nth-child(2) {
  	width: 285px;
} */
.youken-detail2-table tr td:last-child,
.youken-detail2-table tr th:last-child {
  	width: calc(100% - 410px);
}
.youken-detail2-table2 tr td:last-child,
.youken-detail2-table2 tr th:last-child {
  	width: calc(100% - 150px);
}
.youken-detail2-table th,
.youken-detail2-table2 th,
.materials-table th {
    background: #FF891D;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.youken-detail2-table td,
.youken-detail2-table2 td,
.materials-table td {
    font-size: 16px;
    text-align: justify;
}
.youken-detail2-table td.dantainashi {
    background: #FFF8E6;
}
.youken-detail2-table2>p {
    font-weight: bold;
    font-size: 18px;
}
.youken-detail2-table2 {
    margin-top: 20px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 30px;
    margin-bottom: 100px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-section .title-section h3,
.materials-section .title-section h3,
.contactform-section .title-section h3 {
    color: #FF891D;
    font-size: 44px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.materials-inner,
.contactform-inner {
    padding: 100px;
    background-color: #ffffff;
    border-radius: 28px;
}
.movie-section .video-container,
.materials-inner,
.contactform-inner,
.materials-table {
    margin-top: 50px;
}
.movie-section .video-container {
    margin-bottom: 0;
}
.materials-inner,
.contactform-inner,
.materials-table {
    margin-bottom: 100px;
}
.page-content.top02.materials-page {
    padding: 100px 0;
}
.contactform-child,
.materials-child {
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    word-break: break-all;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.contactform-child:last-child,
.materials-child:last-child {
    margin-bottom: 0;
}
.contactform-child h5,
.contactform-child a,
.materials-child h5,
.materials-child a {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0;
}
.contactform-child h5,
.materials-child h5 {
    letter-spacing: 0.1em;
    color: #FF891D;
}
.contactform-child h5 {
    width: 400px;
}
.materials-child h5 {
    width: 300px;
}
.contactform-child a,
.materials-child a {
    letter-spacing: 0;
    color: #4D4D4D;
    display: inline-block;
    transition: 0.3s;
    text-decoration: underline !important;
    position: relative;
    padding-right: 23px;
}
.contactform-child a img,
.materials-child a img {
    max-height: 18px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.contactform-child a:hover,
.materials-child a:hover {
    opacity: 0.8;
    transition: 0.3s;
    text-decoration: none !important;
}
.contactform-child .contactform-detail {
    width: calc(100% - 430px);
}
.materials-child .materials-detail {
    width: calc(100% - 330px);
}
.materials-table .scroll-hint-text {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: bold;
}
.materials-table .scroll-hint-icon:before {
    width: 36px;
    height: 36px;
}
.materials-table .scroll-hint-icon:after {
    width: 33px;
    height: 12px;
    background-size: 33px;
}
.materials-table .scroll-hint-icon {
    top: calc(50% - 43px);
}

@media (max-width: 1650px) {
  .container.bg-deviate2 {
      left: -80px;
      width: calc(1170px + 160px);
  }
}
@media (max-width: 1600px) {
  .vertical-align .container-mid {
      max-width: 90%;
  }
  .banner-state>img.abs2 {
      right: calc(50% - 680px);
  }
  .kasou-header.main-visual h1 {
      font-size: 56px;
  }
  .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
      font-size: 42px;
  }
}
@media (max-width: 1550px) {
  .container.bg-deviate2 {
      left: -60px;
      width: calc(1170px + 120px);
  }
}
@media (max-width: 1500px) {
  .banner-state>img.abs1 {
      max-height: 36px;
      top: 40px;
      left: 40px;
  }
  h1 img:first-child {
      max-height: 278px;
  }
  h1 img.kikan {
      max-height: 66px;
  }
  h1 img:last-child {
      max-height: 38px;
  }
  .main-visual h1 {
      width: 710px;
  }
  .banner-state>img.abs2 {
    right: calc(50% - 640px);
    max-height: 669px;
  }
  .container.bg-deviate2 {
      left: -50px;
      width: calc(1170px + 100px);
  }
  .flyer-sec-inner:first-child {
      width: calc(61% - 30px);
  }
  .flyer-sec-inner:last-child {
      width: calc(39% - 30px);
  }
  .flyer-sec {
      margin-top: -30px;
      margin-bottom: -30px;
  }
  .page-content.top07 {
      padding-bottom: 160px;
  }
  .page-content.top04 {
      padding-top: 160px;
  }
}
@media (max-width: 1450px) {
  .container.bg-deviate2 {
      left: -40px;
      width: calc(1170px + 80px);
  }
}
@media (max-width: 1400px) {
  .container.bg-deviate2 {
      left: -30px;
      width: calc(1170px + 60px);
  }
  h1 img:first-child {
      max-height: 248px;
      margin-bottom: 35px;
  }
  h1 img.kikan {
      max-height: 62px;
      margin: 35px auto;
  }
  h1 img:last-child {
      max-height: 36px;
  }
  .main-visual h1 {
      width: 670px;
      font-size: 22px;
  }
  .vertical-align .container-mid {
      padding-top: 130px;
      max-width: 85%;
  }
  .banner-state>img.abs2 {
      right: calc(50% - 600px);
      max-height: 629px;
  }
  .flyer-sec-inner:first-child {
      width: calc(60% - 30px);
  }
  .flyer-sec-inner:last-child {
      width: calc(40% - 30px);
  }
  .kasou-header.main-visual h1 {
      font-size: 52px;
  }
  .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
      font-size: 40px;
  }
}
@media (max-width: 1350px) {
  .container.bg-deviate2 {
      left: -20px;
      width: calc(1170px + 40px);
  }
  .banner-state>img.abs2 {
      max-height: 609px;
  }
  h1 img.kikan {
      max-height: 60px;
  }
  .main-visual h1 {
      width: 650px;
  }
}
@media (max-width: 1300px) {
    .container.bg-deviate2 {
        left: -10px;
        width: calc(1170px + 20px);
    }
    .flyer-sec-inner:first-child {
        width: calc(58% - 25px);
    }
    .flyer-sec-inner:last-child {
        width: calc(42% - 25px);
    }
    .side-left, .side-right {
        width: 30px;
    }
    .banner-state>img.abs1 {
        max-height: 34px;
        top: 35px;
        left: 35px;
    }
    .vertical-align .container-mid {
        padding-top: 120px;
    }
    h1 img:first-child {
        max-height: 228px;
        margin-bottom: 30px;
    }
    h1 img.kikan {
        max-height: 56px;
        margin: 30px auto;
    }
    h1 img:last-child {
        max-height: 34px;
    }
    .main-visual h1 {
        width: 610px;
    }
    .banner-state>img.abs2 {
        max-height: 589px;
        right: calc(50% - 560px);
    }
}

@media (max-width: 1250px) {
    .banner-state>img.abs2 {
        max-height: 579px;
    }
    .side-left, .side-right {
        width: 20px;
    }
    .container.bg-deviate2 {
        left: 0;
        width: 1170px;
    }
}

@media (max-width: 1199px) {
    .kasou-header.main-visual h1 {
        font-size: 48px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 38px;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .page-content.top02.materials-page {
        padding: 90px 0;
    }
    .materials-inner, .contactform-inner, .materials-table {
        margin-bottom: 90px;
    }
    div#home.materials {
        padding-bottom: 90px;
    }
    .movie-section .video-container, .materials-inner, .contactform-inner, .materials-table {
        margin-top: 40px;
    }
    .youken-detail2-table th, .youken-detail2-table2 th, .youken-detail2-table2>p, .materials-table th {
        font-size: 17px;
    }
    .youken-detail2-table td, .youken-detail2-table2 td, .materials-table td {
        font-size: 15px;
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 230px;
    }
    /* .youken-detail2-table tr td:nth-child(2), .youken-detail2-table tr th:nth-child(2) {
        width: 265px;
    } */
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 230px);
    }
    .youken-detail2-table td, .youken-detail2-table th, .youken-detail2-table2 td, .youken-detail2-table2 th, .materials-table td, .materials-table th {
        padding: 6px 10px;
    }
    .youken-detail2-table2 tr td:first-child, .youken-detail2-table2 tr th:first-child {
        width: 120px;
    }
    .youken-detail2-table2 tr td:last-child, .youken-detail2-table2 tr th:last-child {
        width: calc(100% - 120px);
    }
    .materials-table tr td:nth-child(n+2), .materials-table tr th:nth-child(n+2) {
        width: 170px;
    }
    .video-container {
        margin-bottom: 80px;
    }
    h1 img:first-child {
        max-height: 198px;
    }
    .page-content.top04 .title-section h5 {
        margin: 30px 0 0;
        font-size: 28px;
    }
    .main-visual h1 {
        width: 550px;
        font-size: 21px;
    }
    h1 img.kikan {
        max-height: 51px;
    }
    h1 img:last-child {
        max-height: 32px;
    }
    .banner-state>img.abs2 {
        max-height: 549px;
        right: calc(50% - 520px);
    }
    .page-content {
        padding: 110px 0;
    }
    .cost-pilotexperiment-openrec-menu {
        margin-bottom: 100px;
    }
    .gaiyou-sec,
    .project-sec,
    .guideline-sec .tab-content {
        padding: 80px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 32px;
    }
    .project-inner:nth-child(n+2),
    .gaiyou-sec>p {
        margin-top: 40px;
    }
    .gaiyou-sec>p {
        line-height: 2.1em;
    }
    .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 p.font16 {
        font-size: 15px;
    }
    .project-inner:last-child a {
        width: calc(100% / 2 - 20px);
        font-size: 20px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        height: 90px;
        background-size: 36px, 28px;
        background-position: left 20px center, right 20px center;
        padding-left: 12px;
    }
    .page-content.torikumi-sec,
    .page-content.top05 {
        padding: 80px 0;
    }
    .torikumi-title h3,
    .torikumi-title h4,
    .keihi-title h3 {
        font-size: 38px;
    }
    .torikumi-title h3 {
        margin-bottom: 50px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
    }
    .torikumi-title h4 {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .torikumi-title h4 span {
        font-size: 26px;
    }
    .torikumi-child {
        width: calc(100% / 3 - 15px);
        padding: 40px 20px 20px;
    }
    .torikumi-child p, .keihi-child-inner p {
        font-size: 16px;
        letter-spacing: 0.06em;
        padding-left: 1.1em;
        margin-top: 10px;
    }
    .torikumi-child p:before, .keihi-child-inner p:before {
        font-size: 44px;
        line-height: 18px;
        left: -16px;
    }
    .torikumi-child h3 {
        font-size: 26px;
    }
    .torikumi-label {
        top: -25px;
    }
    .torikumi-inner {
        margin-top: 60px;
    }
    .keihi-child h3 {
        font-size: 28px;
    }
    .keihi-child>h5,
    .youken-detail2>h6>span {
        font-size: 20px;
    }
    .title-section p {
        margin-top: 25px;
        margin-bottom: 40px;
        font-size: 15px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
    }
    .keihi-child>p,
    .youken-detail2>h6,
    .youken-detail2>p:last-child,
    .page-content.top08 .title-section p {
        font-size: 16px;
    }
    .page-content.top08 .title-section p {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .top08 .btn01 span {
        padding: 30px 20px;
        background-size: 33px, 26px;
        background-position: left 25px center, right 25px center;
        font-size: 18px;
        padding-left: 25px;
    }
    .flyer-sec {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .youken-title h4 {
        font-size: 32px;
    }
    .youken-detail>h4 {
        font-size: 21px;
        letter-spacing: 0.06em;
    }
    .youken-detail2>h4, .youken-detail3>h4 {
        font-size: 22px;
    }
    .youken-detail2>p, .youken-detail3>p {
        font-size: 17px;
    }
    .keihi-title,
    .youken-inner {
        margin-top: 55px;
    }
    .page-content.top07 {
        padding-bottom: 130px;
    }
    .flyer-sec-inner:first-child {
        width: calc(57% - 20px);
    }
    .flyer-sec-inner:last-child {
        width: calc(43% - 20px);
    }
    .flyer-sec-inner:first-child img {
        width: calc(50% - 10px);
    }
    .container.bg-deviate2 {
        width: 970px;
    }
    .page-content.top04 {
        padding-top: 130px;
    }
    .link-btn-inner a {
        width: calc(100% / 3 - 15px);
        font-size: 15px;
        letter-spacing: 0.12em;
        height: 90px;
    }
    .top05 .title-section p {
        font-size: 13px;
        letter-spacing: 0.16em;
        text-indent: 0.16em;
        margin: 30px 0 15px;
    }
    .top05 .title-section h4 {
        font-size: 22px;
        letter-spacing: 0.16em;
        text-indent: 0.16em;
        margin: 0 0 25px;
    }
    .contact-child h5 {
        font-size: 22px;
        background-position: left bottom 5px;
        background-size: 25px;
        padding-left: 35px;
    }
    .contact-child:nth-child(n+2) {
        margin-left: 40px;
    }
    .contact-child h4 {
        font-size: 18px;
        letter-spacing: 0.12em;
    }
    .contact-child p {
        font-size: 17px;
        line-height: 2em;
        background-size: 18px;
        padding-left: 25px;
    }
    .contact-inner>p {
        font-size: 13px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
}

@media (max-width: 1100px) {
    .banner-state>img.abs1 {
        max-height: 30px;
        top: 30px;
        left: 30px;
    }
    h1 img:first-child {
        max-height: 168px;
    }
    .main-visual h1 {
        width: 520px;
        font-size: 20px;
    }
    h1 img.kikan {
        max-height: 48px;
    }
    h1 img:last-child {
        max-height: 30px;
    }
    .vertical-align .container-mid {
        padding-top: 110px;
        padding-bottom: 60px;
    }
    .banner-state>img.abs2 {
        max-height: 499px;
        right: calc(50% - 480px);
    }
}

@media (max-width: 1024px) {
    .kasou-header.main-visual h1 {
        font-size: 46px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .kasou-header.main-visual h1 {
        font-size: 44px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 36px;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .youken-detail2-table th, .youken-detail2-table2 th, .youken-detail2-table2>p, .materials-table th {
        font-size: 16px;
    }
    .youken-detail2-table td, .youken-detail2-table2 td, .materials-table td {
        font-size: 14px;
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 155px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 155px);
    }
    .youken-detail2-table2 {
        margin-top: 18px;
    }
    .youken-detail2-table2 tr td:first-child, .youken-detail2-table2 tr th:first-child {
        width: 110px;
    }
    .youken-detail2-table2 tr td:last-child, .youken-detail2-table2 tr th:last-child {
        width: calc(100% - 110px);
    }
    .materials-table tr td:last-child a img {
        max-height: 16px;
    }
    .youken-detail2-table td, .youken-detail2-table th, .youken-detail2-table2 td, .youken-detail2-table2 th, .materials-table th, .materials-table td {
        padding: 5px 8px;
    }
    .youken-detail2-table2>p {
        margin-bottom: 8px;
    }
    .materials-table tr td:nth-child(n+2),
    .materials-table tr th:nth-child(n+2) {
        width: 115px;
    }
    .materials-table tr td:last-child,
    .materials-table tr th:last-child {
        width: 120px;
    }
    .page-content.top02.materials-page {
        padding: 80px 0;
    }
    .materials-inner, .contactform-inner, .materials-table {
        margin-bottom: 80px;
    }
    div#home.materials {
        padding-bottom: 80px;
    }
    .page-content.top04 .title-section h5 {
        margin: 25px 0 0;
        font-size: 26px;
    }
    .page-content,
    .page-content.top04 {
      padding: 90px 0;
    }
    .side-left, .side-right {
        width: 15px;
    }
    .cost-pilotexperiment-openrec-menu a p {
        letter-spacing: 0.12em;
        text-indent: 0.12em;
        font-size: 12px;
        line-height: 1.4em;
        height: 36px;
        margin-bottom: 5px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        margin-bottom: 5px;
        max-height: 40px;
    }
    .cost-pilotexperiment-openrec-menu a img:last-child {
        margin-top: 10px;
        max-width: 11px;
    }
    .cost-pilotexperiment-openrec-menu {
        margin-bottom: 80px;
    }
    .gaiyou-sec, .project-sec, .guideline-sec .tab-content {
        padding: 60px;
    }
    .gaiyou-sec,
    .youken-inner,
    .keihi-child,
    .torikumi-child {
        border-radius: 5px;
    }
    .project-sec,
    .guideline-sec .tab-content {
        border-radius: 20px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 30px;
    }
    .project-inner:nth-child(n+2), .gaiyou-sec>p {
        margin-top: 30px;
    }
    .gaiyou-sec>p {
        line-height: 2em;
        font-size: 15px;
    }
    .project-inner h3 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .project-inner p {
        font-size: 17px;
    }
    .project-inner p.font16 {
        font-size: 14px;
    }
    .project-inner:last-child a {
        width: 350px;
        font-size: 18px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        height: 80px;
        background-size: 31px, 25px;
        background-position: left 20px center, right 20px center;
        padding-left: 10px;
        margin: 0 auto;
    }
    .project-inner:last-child a:last-child {
        margin-top: 25px;
    }
    .page-content.torikumi-sec, .page-content.top05 {
        padding: 70px 0;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 34px;
    }
    .torikumi-title h3 {
        margin-bottom: 40px;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
    }
    .torikumi-title h4 span {
        font-size: 22px;
        width: 100%;
        margin-top: 10px;
    }
    .torikumi-title h4 {
        flex-wrap: wrap;
    }
    .torikumi-child {
        width: 100%;
        padding: 45px 30px 30px;
    }
    .torikumi-child:nth-child(n+2) {
        margin-top: 50px;
    }
    .torikumi-child h3 {
        font-size: 24px;
    }
    .torikumi-label {
        top: -24px;
    }
    .keihi-child:first-child,
    .keihi-child:last-child {
        width: 100%;
    }
    .keihi-child:last-child {
        margin-top: 30px;
    }
    .keihi-child-inner p.text-double {
        margin-bottom: 13px;
    }
    .youken-title h4 {
        font-size: 28px;
        padding: 15px 30px;
    }
    .youken-detail>h4 {
        font-size: 17px;
        letter-spacing: 0.03em;
    }
    .youken-detail>h4>span {
        font-size: 19px;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .youken-child {
        padding: 30px;
    }
    .youken-detail2>h4, .youken-detail3>h4 {
        font-size: 20px;
    }
    .youken-detail2>p, .youken-detail3>p {
        font-size: 16px;
    }
    .youken-detail2>h5 {
        font-size: 19px;
    }
    .keihi-child>h5, .youken-detail2>h6>span {
        font-size: 18px;
    }
    .keihi-child>p, .youken-detail2>h6, .youken-detail2>p:last-child, .page-content.top08 .title-section p {
        font-size: 14px;
        letter-spacing: 0.04em;
    }
    .keihi-child h3 {
        font-size: 26px;
    }
    .youken-detail2>h6>span {
        display: block;
        margin-bottom: 8px;
    }
    .youken-detail2>h6>span:nth-child(2) {
        display: none;
    }
    .youken-detail2>h6 {
        margin-bottom: 13px;
    }
    .page-content.top07 {
        padding-bottom: 140px;
    }
    .container.bg-deviate2 {
        width: 750px;
    }
    .flyer-sec {
        margin-top: -50px;
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .flyer-sec-inner:first-child,
    .flyer-sec-inner:last-child {
        width: 100%;
    }
    .flyer-sec-inner:last-child {
        margin-top: 50px;
        text-align: center;
    }
    .page-content.top08 {
        padding-bottom: 70px;
    }
    .top04 .btn01,
    .top04 .btn01 span,
    .top04 .pushdown:before,
    .top08 .btn01,
    .top08 .btn01 span,
    .top08 .pushdown:before {
        width: 400px;
    }
    .top04 .btn01 span,
    .top08 .btn01 span {
        padding: 30px 20px;
        background-size: 33px, 26px;
        background-position: left 25px center, right 25px center;
        font-size: 18px;
        padding-left: 25px;
    }
    .link-btn-inner a {
        width: 60%;
        font-size: 15px;
        letter-spacing: 0.1em;
        height: 80px;
    }
    .link-btn-inner {
        justify-content: center;
        margin-bottom: 50px;
    }
    .link-btn-inner a:nth-child(n+2) {
        margin-top: 30px;
    }
    .contact-child {
        width: 100%;
        text-align: center;
    }
    .contact-child:nth-child(n+2) {
        margin-left: 0;
    }
    .contact-child h5,
    .contact-child p {
        display: inline-block;
    }
    .main-visual h1 {
        width: 460px;
        font-size: 18px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
    }
    h1 img:first-child {
        max-height: 148px;
        margin-bottom: 25px;
    }
    h1 img.kikan {
        max-height: 42px;
        margin: 25px auto;
    }
    h1 img:last-child {
        max-height: 28px;
    }
    .vertical-align .container-mid {
        padding-top: 100px;
        padding-bottom: 55px;
        max-width: 86%;
    }
    .banner-state>img.abs2 {
        max-height: 439px;
        right: calc(50% - 420px);
    }
    .banner-state>img.abs1 {
        max-height: 28px;
    }
    .page-content.top07 .title-section h3 {
        margin-bottom: 40px;
    }
    .contact-inner>p {
        padding-left: 1em;
        text-indent: -1em;
        text-align: justify;
        word-break: break-all;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 899px) {
    .cost-pilotexperiment-openrec-menu a p {
        letter-spacing: 0.12em;
        text-indent: 0.12em;
    }
    .vertical-align .container-mid {
        max-width: 88%;
    }
    .main-visual h1 {
        width: 420px;
        font-size: 17px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    h1 img:first-child {
        max-height: 138px;
    }
    h1 img.kikan {
        max-height: 39px;
    }
    .banner-state>img.abs2 {
        max-height: 419px;
        right: calc(50% - 400px);
    }
    .banner-state>img.abs1 {
        max-height: 25px;
        top: 25px;
        left: 25px;
    }
}

@media screen and (max-width: 840px) {
    .vertical-align .container-mid {
        max-width: 90%;
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .banner-state>img.abs2 {
        max-height: 409px;
        right: calc(50% - 385px);
    }
    .kasou-header.main-visual h1 {
        font-size: 42px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 799px) {
    h1 img:first-child {
        max-height: 128px;
    }
    .main-visual h1 {
        width: 400px;
        letter-spacing: 0.05em;
        text-indent: 0.05em;
    }
    h1 img.kikan {
        max-height: 37px;
    }
    h1 img:last-child {
        max-height: 25px;
    }
    .banner-state>img.abs2 {
        max-height: 389px;
        right: calc(50% - 365px);
    }
}

@media screen and (max-width: 767px) {
    .video-container {
        margin-bottom: 60px;
    }
    .page-content.top04 .title-section h5 {
        margin: 20px 0 0;
        font-size: 24px;
    }
    .page-content, .page-content.top04 {
      padding: 70px 0;
    }
    .banner-state>img.abs1 {
        max-height: 20px;
        top: 20px;
        left: 20px;
    }
    a.anc.top_back {
        width: 53px;
        height: 53px;
        background-size: 53px;
        bottom: 30px;
        right: 30px;
    }
    .vertical-align .container-mid {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .banner-state>img.abs2 {
        max-height: 369px;
        right: calc(50% - 350px);
    }
    h1 img.kikan {
        max-height: 35px;
    }
    .cost-pilotexperiment-openrec-menu {
        margin-bottom: 60px;
    }
    .cost-pilotexperiment-openrec-menu a p {
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        font-size: 12px;
        height: 32px;
    }
    .cost-pilotexperiment-openrec-menu a img:last-child {
        margin-top: 8px;
        max-width: 10px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 36px;
    }
    .gaiyou-sec, .project-sec, .guideline-sec .tab-content {
        padding: 40px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 28px;
    }
    .project-inner:nth-child(n+2), .gaiyou-sec>p {
        margin-top: 25px;
    }
    .gaiyou-sec>p {
        font-size: 14px;
    }
    .project-sec {
        margin-top: 60px;
    }
    .project-sec, .guideline-sec .tab-content {
        border-radius: 15px;
    }
    .project-inner p {
        font-size: 16px;
    }
    .project-inner h3 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .project-inner p.font16 {
        font-size: 13px;
    }
    .project-inner:last-child a {
        width: 320px;
        font-size: 17px;
        height: 74px;
        background-size: 26px, 22px;
        padding-left: 10px;
    }
    .project-inner:last-child a:last-child {
        margin-top: 22px;
    }
    .page-content.torikumi-sec, .page-content.top05 {
        padding: 60px 0;
    }
    .torikumi-title h3 {
        margin-bottom: 30px;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 30px;
    }
    .torikumi-title h4 span {
        font-size: 21px;
    }
    .torikumi-inner {
        margin-top: 50px;
    }
    .torikumi-child h3 {
        font-size: 22px;
    }
    .torikumi-label {
        top: -23px;
    }
    .keihi-child h3 {
        font-size: 24px;
    }
    .keihi-child>p {
        margin-bottom: 20px;
    }
    .keihi-child>h5 {
        margin-top: 15px;
    }
    .keihi-child>p:last-child {
        margin-top: 12px;
    }
    .keihi-title, .youken-inner {
        margin-top: 50px;
    }
    .youken-detail2>p, .youken-detail3>p {
        font-size: 15px;
    }
    .keihi-child>h5, .youken-detail2>h6>span {
        font-size: 17px;
    }
    .youken-detail2>h4, .youken-detail3>h4 {
        font-size: 19px;
    }
    .youken-detail>h4 {
        position: relative;
        padding-left: 35px;
    }
    .youken-detail>h4:nth-child(n+2) {
        margin-top: 15px;
    }
    .youken-detail>h4>span {
        font-size: 18px;
        margin-right: 0;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 25px;
    }
    .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;
    }
    .container.bg-deviate2 {
        width: 100%;
    }
    .top05 .title-section h4 {
        font-size: 20px;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .kasou-header.main-visual h1 {
        font-size: 40px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 34px;
    }
    .materials-table tr td:nth-child(n+2),
    .materials-table tr th:nth-child(n+2) {
        width: 120px;
    }
    .materials-table {
        overflow-x: scroll;
    }
    .materials-table table {
        min-width: 730px;
    }
}

@media (max-width: 740px) {
    .banner-state>img.abs2 {
        max-height: 339px;
        right: calc(50% - 330px);
    }
    h1 img:first-child {
        margin-bottom: 20px;
    }
    h1 img.kikan {
        margin: 20px auto;
    }
    .main-visual h1 {
        width: 380px;
        letter-spacing: 0.04em;
        text-indent: 0.04em;
        font-size: 16px;
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 140px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 140px);
    }
    .cost-pilotexperiment-openrec-menu a {
        width: calc(100% / 3);
    }
    .cost-pilotexperiment-openrec-menu a:first-child,
    .cost-pilotexperiment-openrec-menu a:nth-child(4),
    .cost-pilotexperiment-openrec-menu a:nth-child(7) {
        border-left: 1px solid #FF891D;
    }
    .cost-pilotexperiment-openrec-menu a:nth-child(n+4) {
        margin-top: 15px;
    }
    .materials-table table {
        min-width: 700px;
    }
}

@media (max-width: 699px) {
    .banner-state>img.abs2 {
        max-height: 329px;
        right: calc(50% - 320px);
    }
    h1 img:first-child {
        max-height: 118px;
    }
    h1 img.kikan {
        max-height: 32px;
    }
    .keihi-child-detail,
    .keihi-child-detail:nth-child(2),
    .keihi-child-detail:nth-child(3) {
        width: 100%;
    }
    .keihi-child-inner p.text-double {
        margin-bottom: 0;
        padding-left: 1.1em;
    }
    .materials-table tr td:nth-child(n+2),
    .materials-table tr th:nth-child(n+2) {
        width: 105px;
    }
    .materials-table tr td:last-child,
    .materials-table tr th:last-child {
        width: 120px;
    }
}

@media (max-width: 660px) {
    .main-visual h1 {
        width: 100%;
        letter-spacing: 0.04em;
        text-indent: 0.4em;
    }
    h1 img:first-child {
        max-height: 138px;
    }
    h1 img.kikan {
        max-height: 38px;
    }
    .vertical-align .container-mid {
        padding-top: 70px;
        padding-bottom: 20px;
        z-index: 1;
        position: relative;
    }
    .banner-state>img.abs2 {
        max-height: 149px;
        right: 15px;
    }
    h1 img:last-child {
        max-height: 22px;
    }
    .kasou-header.main-visual h1 {
        font-size: 38px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 33px;
    }
    .movie-section .title-section p {
        text-align: justify;
        line-height: 1.8em;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .materials-table table {
        min-width: 670px;
    }
}

@media (max-width: 640px) {
    .banner-state>img.abs2 {
        max-height: 144px;
    }
    .youken-detail2>h6>span {
        margin-bottom: 5px;
    }
}

@media (max-width: 620px) {
    h1 img.kikan {
        max-height: 36px;
    }
    .banner-state>img.abs2 {
        max-height: 139px;
    }
    .main-visual h1 {
        font-size: 15px;
    }
    h1 img:first-child {
        max-height: 128px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 26px;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 28px;
    }
    .youken-title h4 {
        font-size: 26px;
    }
    .keihi-child h3 {
        font-size: 23px;
    }
    .keihi-child-inner {
        margin-top: 10px;
    }
    .torikumi-title h4 span {
        font-size: 20px;
    }
    .materials-table tr td {
        letter-spacing: 0.06em;
    }
    .materials-table tr td:nth-child(n+2), .materials-table tr th:nth-child(n+2) {
        width: 105px;
    }
    .materials-table tr td:last-child, .materials-table tr th:last-child {
        width: 115px;
    }
    .materials-table table {
        min-width: 655px;
    }
}

@media (max-width: 599px) {
    .banner-state>img.abs2 {
        max-height: 129px;
        right: 10px;
    }
    h1 img.kikan {
        max-height: 34px;
    }
    h1 img:first-child {
        margin-bottom: 15px;
    }
    h1 img.kikan {
        margin: 15px auto;
    }
    .vertical-align .container-mid {
        padding-top: 60px;
        padding-bottom: 15px;
    }
    h1 img:last-child {
        max-height: 20px;
    }
    .project-inner p {
        line-height: 1.4em;
    }
}

@media (max-width: 575px) {
    .youken-detail2-table td, .youken-detail2-table2 td, .materials-table td {
        font-size: 13px;
    }
    .youken-detail2-table th, .youken-detail2-table2 th, .youken-detail2-table2>p, .materials-table th {
        font-size: 15px;
    }
    .youken-detail2-table2 tr td:first-child, .youken-detail2-table2 tr th:first-child {
        width: 100px;
    }
    .youken-detail2-table2 tr td:last-child, .youken-detail2-table2 tr th:last-child {
        width: calc(100% - 100px);
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 130px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 130px);
    }
    .materials-table tr td:nth-child(n+2), .materials-table tr th:nth-child(n+2) {
        width: 95px;
    }
    .materials-table tr td:last-child, .materials-table tr th:last-child {
        width: 110px;
    }
    .materials-table tr td:last-child a img {
        max-height: 15px;
    }
    .kasou-header.main-visual h1 {
        font-size: 36px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 32px;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .page-content.top02.materials-page {
        padding: 70px 0;
    }
    .materials-inner, .contactform-inner, .materials-table {
        margin-bottom: 70px;
    }
    div#home.materials {
        padding-bottom: 70px;
    }
    .video-container {
        margin-bottom: 50px;
    }
    .page-content.top04 .title-section h5 {
        margin: 15px 0 0;
        font-size: 22px;
    }
    a.anc.top_back {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .banner-state>img.abs2 {
        max-height: 0;
    }
    h1 img:first-child {
        max-height: 138px;
        margin-bottom: 20px;
    }
    .main-visual h1 {
        font-size: 17px;
    }
    h1 img.kikan {
        margin: 20px auto;
        max-height: 38px;
    }
    .vertical-align .container-mid {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .page-content, .page-content.top04 {
        padding: 60px 0;
    }
    .cost-pilotexperiment-openrec-menu {
        margin-bottom: 50px;
    }
    .project-sec {
        margin-top: 50px;
    }
    .gaiyou-sec, .project-sec, .guideline-sec .tab-content {
        padding: 30px;
    }
    .project-inner:last-child a {
        width: 300px;
        font-size: 16px;
        height: 70px;
        background-size: 24px, 20px;
        padding-left: 5px;
    }
    .project-inner h3 {
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .project-inner:nth-child(n+2), .gaiyou-sec>p {
        margin-top: 20px;
    }
    .project-inner p {
        font-size: 15px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 25px;
    }
    .page-content.torikumi-sec, .page-content.top05 {
        padding: 50px 0;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 27px;
    }
    .torikumi-title h4 span {
        font-size: 19px;
        line-height: 1.3em;
        margin-top: 8px;
    }
    .torikumi-child h3 {
        padding: 10px 20px;
    }
    .torikumi-label {
        top: -21px;
    }
    .torikumi-inner,
    .torikumi-child:nth-child(n+2) {
        margin-top: 40px;
    }
    .torikumi-child p, .keihi-child-inner p {
        font-size: 15px;
        padding-left: 1em;
    }
    .torikumi-child p:before, .keihi-child-inner p:before {
        font-size: 42px;
        line-height: 17px;
        left: -15px;
    }
    .keihi-child h3 {
        font-size: 22px;
    }
    .youken-title h4 {
        font-size: 25px;
        padding: 12px 25px;
    }
    .youken-detail>h4 {
        font-size: 16px;
        padding-left: 30px;
    }
    .youken-detail>h4>span {
        font-size: 17px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .youken-detail2>h4, .youken-detail3>h4, .youken-detail2>h5 {
        font-size: 18px;
    }
    .keihi-child>h5, .youken-detail2>h6>span {
        font-size: 16px;
    }
    .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, .top08 .btn01, .top08 .btn01 span, .top08 .pushdown:before {
        width: 350px;
    }
    .top04 .btn01 span, .top08 .btn01 span {
        padding: 28px 15px;
        background-size: 28px, 23px;
        background-position: left 25px center, right 25px center;
        font-size: 17px;
        padding-left: 20px;
    }
    .link-btn-inner a {
        width: 65%;
    }
    .link-btn-inner {
        margin-bottom: 40px;
    }
    .top05 .title-section p {
        font-size: 12px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
        margin: 25px 0 15px;
    }
    .top05 .title-section h4 {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .contact-child h5 {
        font-size: 20px;
        background-position: left bottom 4px;
        background-size: 23px;
        padding-left: 30px;
    }
    .contact-child p {
        font-size: 16px;
        line-height: 2em;
        background-size: 17px;
        padding-left: 22px;
    }
    .page-content.top05 .col-xs-12>p {
        font-size: 13px;
        letter-spacing: 0.16em;
        text-indent: 0.16em;
        margin: 15px 0 0;
    }
    .link-btn-inner a:nth-child(n+2) {
        margin-top: 25px;
    }
    .materials-table table {
        min-width: 610px;
    }
}

@media (min-width: 576px) {
    br.none576 {
        display: none;
    }
}

@media (max-width: 540px) {
    .link-btn-inner a {
        width: 70%;
    }
    .contact-child h4, .contact-child h5, .contact-child p {
        letter-spacing: 0.04em;
    }
    .keihi-title h3 span {
        padding: 8px 20px;
        text-indent: 0.06em;
        margin-right: 20px;
    }
    .title-section p {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .movie-section .video-container, .materials-inner, .contactform-inner, .materials-table {
        margin-top: 30px;
    }
    .materials-table tr td:nth-child(3), .materials-table tr th:nth-child(3) {
        width: 90px;
    }
    .materials-table tr td {
        letter-spacing: 0.02em;
    }
    .materials-table table {
        min-width: 590px;
    }
}

@media (max-width: 520px) {
    .keihi-title h3 span {
        padding: 8px 15px;
        margin-right: 15px;
    }
    .materials-table tr td {
        letter-spacing: 0;
    }
    .materials-table tr td:nth-child(3), .materials-table tr th:nth-child(3) {
        width: 85px;
    }
    .materials-table table {
        min-width: 580px;
    }
}

@media (max-width: 500px) {
    .contact-child h5 {
        font-size: 19px;
        background-size: 22px;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 26px;
        letter-spacing: 0.06em;
    }
    .youken-title h4 {
        font-size: 24px;
    }
    /* .youken-detail2 {
        padding-bottom: 30px;
    } */
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        margin-right: 8px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 479px) {
    .youken-detail2-table td, .youken-detail2-table2 td, .materials-table td {
        font-size: 12px;
    }
    .youken-detail2-table th, .youken-detail2-table2 th, .youken-detail2-table2>p, .materials-table th {
        font-size: 14px;
    }
    .youken-detail2-table2 tr td:first-child, .youken-detail2-table2 tr th:first-child {
        width: 90px;
    }
    .youken-detail2-table2 tr td:last-child, .youken-detail2-table2 tr th:last-child {
        width: calc(100% - 90px);
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 115px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 115px);
    }
    .youken-detail2-table td, .youken-detail2-table th, .youken-detail2-table2 td, .youken-detail2-table2 th, .materials-table th, .materials-table td {
        padding: 4px 6px;
    }
    .youken-detail2-table2>p {
        margin-bottom: 6px;
    }
    .youken-detail2-table2 {
        margin-top: 15px;
    }
    .materials-table tr td:nth-child(n+2), .materials-table tr th:nth-child(n+2) {
        width: 85px;
    }
    .materials-table tr td:last-child a img {
        max-height: 13px;
    }
    .kasou-header.main-visual h1 {
        font-size: 34px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 30px;
    }
    .materials-table tr td:nth-child(3), .materials-table tr th:nth-child(3) {
        width: 75px;
    }
    .materials-table tr td:last-child, .materials-table tr th:last-child {
        width: 100px;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .page-content.top02.materials-page {
        padding: 60px 0;
    }
    .materials-inner, .contactform-inner, .materials-table {
        margin-bottom: 60px;
    }
    div#home.materials {
        padding-bottom: 60px;
    }
    .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;
    }
    a.anc.top_back {
        width: 45px;
        height: 45px;
        background-size: 45px;
    }
    .banner-state>img.abs1 {
        max-height: 18px;
        top: 15px;
        left: 15px;
    }
    .keihi-title h3 {
        justify-content: center;
        flex-wrap: wrap;
    }
    .keihi-title h3 span {
        padding: 8px 30px;
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 26px;
        letter-spacing: 0.08em;
    }
    .contact-child h5 {
        font-size: 18px;
        background-size: 20px;
        padding-left: 27px;
        background-position: left bottom 5px;
    }
    .contact-child p {
        font-size: 15px;
        background-size: 15px;
        padding-left: 20px;
    }
    .youken-detail3>p>span {
        display: block;
        padding-left: 1em;
        text-indent: -1.12em;
    }
    .youken-detail3>p>span:nth-child(n+2) {
        margin-left: 0;
    }
    .contact-inner>p {
        font-size: 12px;
        margin-top: 3px;
        margin-bottom: 5px;
    }
    .materials-table table {
        min-width: 530px;
    }
}

@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;
    }
    .main-visual h1 {
        font-size: 16px;
    }
    .torikumi-title h4 span {
        font-size: 18px;
    }
    .torikumi-child h3 {
        font-size: 20px;
    }
    .torikumi-label {
        top: -20px;
    }
    .torikumi-child {
        padding: 40px 30px 30px;
    }
    .link-btn-inner a {
        width: 80%;
    }
    h1 img:first-child {
        max-height: 128px;
    }
    .contact-child h5 {
        font-size: 17px;
        background-size: 18px;
        padding-left: 22px;
        background-position: left bottom 4px;
    }
}

@media (max-width: 440px) {
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        letter-spacing: 0.06em;
    }
    .gaiyou-sec, .project-sec, .guideline-sec .tab-content, .keihi-child, .youken-child {
        padding: 25px;
    }
    .torikumi-child {
        padding: 35px 25px 25px;
    }
    .kasou-header.main-visual h1 {
        font-size: 32px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 28px;
    }
    .materials-table table {
        min-width: 525px;
    }
}

@media (max-width: 430px) {
    .materials-table .scroll-hint-icon:before {
        width: 32px;
        height: 32px;
    }
    .materials-table .scroll-hint-text {
        margin-top: 3px;
    }
    .materials-table .scroll-hint-icon:after {
        width: 29px;
        height: 11px;
        background-size: 29px;
        margin-left: -18px;
    }
    .materials-table .scroll-hint-icon {
        top: calc(50% - 40px);
    }
    .youken-detail2-table th, .youken-detail2-table2 th, .youken-detail2-table2>p, .materials-table th {
        font-size: 13px;
    }
    .youken-detail2-table td, .youken-detail2-table2 td, .materials-table td {
        font-size: 11px;
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 110px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 110px);
    }
    .youken-detail2-table2 tr td:first-child, .youken-detail2-table2 tr th:first-child {
        width: 85px;
    }
    .youken-detail2-table2 tr td:last-child, .youken-detail2-table2 tr th:last-child {
        width: calc(100% - 85px);
    }
    .materials-table tr td:nth-child(n+2), .materials-table tr th:nth-child(n+2) {
        width: 85px;
    }
    .page-content.top02.materials-page {
        padding: 55px 0;
    }
    .materials-inner, .contactform-inner, .materials-table {
        margin-bottom: 55px;
    }
    div#home.materials {
        padding-bottom: 55px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 27px;
    }
    .materials-table tr td:nth-child(3), .materials-table tr th:nth-child(3) {
        width: 70px;
    }
    .materials-table tr td:last-child, .materials-table tr th:last-child {
        width: 95px;
    }
    .video-container {
        margin-bottom: 40px;
    }
    .page-content.top04 .title-section h5 {
        margin: 8px 0 0;
        font-size: 18px;
    }
    a.anc.top_back {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .main-visual h1 {
        font-size: 15px;
    }
    h1 img:first-child {
        max-height: 108px;
    }
    .page-content, .page-content.top04 {
        padding: 50px 0;
    }
    .cost-pilotexperiment-openrec-menu {
        margin-bottom: 40px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 22px;
    }
    .gaiyou-sec>p {
        font-size: 13px;
    }
    .project-inner:nth-child(n+2), .gaiyou-sec>p {
        margin-top: 15px;
    }
    .project-inner h3 {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid #FF891D;
    }
    .project-sec {
        margin-top: 40px;
    }
    .project-inner p {
        font-size: 14px;
    }
    .project-inner p.font16 {
        font-size: 12px;
    }
    .project-sec, .guideline-sec .tab-content {
        border-radius: 10px;
    }
    .project-inner:last-child a {
        width: 270px;
        font-size: 15px;
        height: 60px;
        background-size: 21px, 18px;
        padding-left: 5px;
        background-position: left 15px center, right 15px center;
        border-radius: 8px;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 24px;
    }
    .torikumi-title h4 span {
        font-size: 16px;
    }
    .torikumi-title h3 {
        margin-bottom: 25px;
    }
    .torikumi-child p, .keihi-child-inner p {
        font-size: 14px;
        padding-left: 1em;
    }
    .torikumi-child p:before, .keihi-child-inner p:before {
        font-size: 36px;
        line-height: 15px;
        left: -15px;
    }
    .keihi-title, .youken-inner {
        margin-top: 45px;
    }
    .keihi-child h3 {
        font-size: 20px;
    }
    .youken-title h4 {
        font-size: 22px;
        padding: 10px 20px;
    }
    .youken-detail>h4 {
        font-size: 15px;
        padding-left: 28px;
    }
    .youken-detail>h4>span {
        font-size: 15px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .youken-detail2>p, .youken-detail3>p {
        font-size: 14px;
    }
    .youken-detail2>h4, .youken-detail3>h4, .youken-detail2>h5 {
        font-size: 16px;
    }
    .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, .top08 .btn01, .top08 .btn01 span, .top08 .pushdown:before {
        width: 300px;
    }
    .top04 .btn01 span, .top08 .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;
    }
    .link-btn-inner a {
        width: 85%;
        font-size: 14px;
        letter-spacing: 0.06em;
        height: 70px;
    }
    .link-btn-inner a:nth-child(n+2) {
        margin-top: 22px;
    }
    .top05 .title-section p {
        font-size: 12px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        margin: 20px 0 12px;
    }
    .top05 .title-section h4 {
        font-size: 16px;
    }
    .contact-child h4 {
        font-size: 17px;
    }
    .contact-child h5 {
        font-size: 15px;
        background-size: 16px;
        padding-left: 20px;
        background-position: left bottom 5px;
    }
    .contact-child p {
        font-size: 14px;
    }
    .page-content.top05 .col-xs-12>p {
        font-size: 12px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        margin: 12px 0 0;
    }
    .keihi-child>p, .youken-detail2>h6, .youken-detail2>p:last-child, .page-content.top08 .title-section p {
        font-size: 13px;
    }
    .flyer-sec-inner:last-child {
        margin-top: 40px;
    }
    .page-content.top08 {
        padding-bottom: 60px;
    }
    h1 img.kikan {
        max-height: 35px;
    }
    .materials-table table {
        min-width: 495px;
    }
}

@media (max-width: 414px) {
    .main-visual h1 {
        font-size: 14px;
    }
    h1 img:first-child {
        max-height: 98px;
    }
    .kasou-header.main-visual h1 {
        font-size: 30px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 26px;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@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) {
    .materials-table .scroll-hint-icon {
        top: calc(50% - 35px);
        padding: 16px 8px 8px 8px;
        width: 110px;
        left: calc(50% - 55px);
    }
    .materials-table .scroll-hint-icon:before {
        width: 28px;
        height: 28px;
    }
    .materials-table .scroll-hint-icon:after {
        width: 24px;
        height: 10px;
        background-size: 24px;
        margin-left: -15px;
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 105px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 105px);
    }
    .youken-detail2-table td, .youken-detail2-table2 td,
    .youken-detail2-table th, .youken-detail2-table2 th, .youken-detail2-table2>p {
        letter-spacing: 0;
    }
    .youken-detail2-table2 tr td:first-child, .youken-detail2-table2 tr th:first-child {
        width: 80px;
    }
    .youken-detail2-table2 tr td:last-child, .youken-detail2-table2 tr th:last-child {
        width: calc(100% - 80px);
    }
    .youken-detail2-table2 {
        margin-top: 12px;
    }
    .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;
    }
    .side-left, .side-right {
        width: 10px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 {
        padding: 10px 15px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 32px;
    }
    .cost-pilotexperiment-openrec-menu a p {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        font-size: 11px;
        height: 30px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 20px;
    }
    .gaiyou-sec>p {
        font-size: 12px;
        margin-top: 10px;
    }
    .gaiyou-sec, .project-sec, .guideline-sec .tab-content, .keihi-child, .youken-child {
        padding: 20px;
    }
    .project-inner h3 {
        font-size: 15px;
        padding-bottom: 8px;
        margin-bottom: 5px;
    }
    .project-inner p {
        font-size: 13px;
    }
    .project-inner:last-child a {
        width: 100%;
        border-radius: 5px;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 22px;
    }
    .torikumi-title h4 span {
        font-size: 15px;
        margin-top: 5px;
    }
    .torikumi-title h4 {
        padding: 10px 5px;
    }
    .torikumi-child h3 {
        font-size: 18px;
        padding: 8px 15px;
    }
    .torikumi-label {
        top: -17px;
    }
    .torikumi-child {
        padding: 30px 20px 20px;
    }
    .torikumi-child img {
        max-height: 130px;
    }
    .keihi-child h3 {
        font-size: 18px;
    }
    .keihi-inner {
        margin-top: 25px;
    }
    .torikumi-child p, .keihi-child-inner p {
        font-size: 13px;
    }
    .keihi-child-inner {
        margin-top: 5px;
    }
    .torikumi-child p:before, .keihi-child-inner p:before {
        font-size: 34px;
        left: -12px;
    }
    .keihi-child>h5 {
        margin-top: 12px;
    }
    .keihi-child>h5, .youken-detail2>h6>span {
        font-size: 15px;
    }
    .youken-title h4 {
        font-size: 20px;
    }
    .keihi-title, .youken-inner {
        margin-top: 40px;
    }
    .keihi-child:last-child {
        margin-top: 20px;
    }
    .torikumi-inner, .torikumi-child:nth-child(n+2) {
        margin-top: 30px;
    }
    .youken-detail2>p, .youken-detail3>p {
        font-size: 13px;
    }
    .youken-detail2>h4, .youken-detail3>h4, .youken-detail2>h5 {
        font-size: 15px;
    }
    .youken-detail2>h4, .youken-detail3>h4 {
        margin-bottom: 5px;
    }
    .keihi-child>p, .youken-detail2>h6, .youken-detail2>p:last-child, .page-content.top08 .title-section p {
        font-size: 12px;
    }
    .youken-detail>h4 {
        font-size: 14px;
    }
    .youken-detail2>h6 {
        margin-bottom: 10px;
    }
    /* .youken-detail2 {
        padding-bottom: 25px;
    } */
    .youken-detail3 {
        padding-top: 15px;
        /* margin-top: 15px; */
        margin-top: 20px;
    }
    .youken-detail {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .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, .top08 .btn01, .top08 .btn01 span, .top08 .pushdown:before {
        width: 100%;
    }
    .top04 .btn01 span, .top08 .btn01 span {
        background-position: left 20px center, right 20px center;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        border-radius: 5px;
    }
    .top04 .pushdown:before, .top08 .pushdown:before {
        border-radius: 5px;
    }
    .link-btn-inner a {
        width: 90%;
        border-radius: 5px;
    }
    .top05 .title-section h4 {
        font-size: 15px;
    }
    .contact-child h4 {
        font-size: 16px;
    }
    .contact-inner {
        padding: 10px;
        border-radius: 5px;
    }
    .vertical-align .container-mid {
        padding-top: 60px;
    }
    .banner-state>img.abs1 {
        max-height: 15px;
        top: 10px;
        left: 10px;
    }
    .page-content.top07 .title-section h3 {
        margin-bottom: 20px;
    }
    h1 img.kikan {
        max-height: 32px;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .page-content.top02.materials-page {
        padding: 50px 0;
    }
    .materials-inner, .contactform-inner, .materials-table {
        margin-bottom: 50px;
    }
    div#home.materials {
        padding-bottom: 50px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 25px;
    }
    .kasou-header.main-visual h1 {
        font-size: 29px;
    }
}

@media (max-width: 375px) {
    .main-visual h1 {
        font-size: 13px;
    }
    h1 img:first-child {
        max-height: 88px;
    }
    h1 img:last-child {
        max-height: 15px;
    }
    .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;
    }
    .page-content.top08 .title-section p {
        margin-top: 15px;
        margin-bottom: 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;
    }
    .title-section p {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .movie-section .video-container, .materials-inner, .contactform-inner, .materials-table {
        margin-top: 25px;
    }
}

@media (max-width: 360px) {
    .youken-detail2-table th, .youken-detail2-table2 th, .youken-detail2-table2>p, .materials-table th {
        font-size: 12px;
    }
    .youken-detail2-table td, .youken-detail2-table2 td, .materials-table td {
        font-size: 10px;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 24px;
    }
    .kasou-header.main-visual h1 {
        font-size: 28px;
        letter-spacing: 0.04em;
        text-indent: 0.04em;
    }
    .vertical-align.kasou-header .container-mid {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .youken-detail2-table2 tr td:first-child, .youken-detail2-table2 tr th:first-child {
        width: 75px;
    }
    .youken-detail2-table2 tr td:last-child, .youken-detail2-table2 tr th:last-child {
        width: calc(100% - 75px);
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 98px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 98px);
    }
    .materials-table tr td:nth-child(n+2), .materials-table tr th:nth-child(n+2) {
        width: 80px;
    }
    .materials-table table {
        min-width: 470px;
    }
    .materials-table tr td:last-child, .materials-table tr th:last-child {
        width: 90px;
    }
    .materials-table tr td:nth-child(3), .materials-table tr th:nth-child(3) {
        width: 65px;
    }
    .page-content.top04 .title-section h5 {
        margin: 5px 0 0;
        font-size: 16px;
    }
    a.anc.top_back {
        width: 35px;
        height: 35px;
        background-size: 35px;
    }
    .main-visual h1 {
        letter-spacing: 0;
        text-indent: 0;
    }
    h1 img:first-child {
        max-height: 83px;
        margin-bottom: 15px;
    }
    h1 img.kikan {
        margin: 15px auto;
    }
    .vertical-align .container-mid {
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 28px;
    }
    .project-inner:last-child a {
        font-size: 14px;
        background-size: 18px, 15px;
        background-position: left 12px center, right 12px center;
    }
    .torikumi-title h4 span {
        font-size: 14px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3 {
        font-size: 19px;
    }
    .torikumi-title h3, .torikumi-title h4, .keihi-title h3 {
        font-size: 20px;
    }
    .torikumi-child h3 {
        font-size: 16px;
    }
    .torikumi-label {
        top: -16px;
    }
    .torikumi-child img {
        max-height: 110px;
    }
    .youken-title h4 {
        font-size: 19px;
    }
    .youken-detail2>h4, .youken-detail3>h4 {
        letter-spacing: 0.04em;
    }
    .top04 .btn01 span, .top08 .btn01 span {
        background-position: left 15px center, right 15px center;
        font-size: 15px;
    }
    .link-btn-inner a {
        width: 100%;
        font-size: 13px;
    }
    .contact-child h5 {
        font-size: 14px;
        background-size: 15px;
        padding-left: 18px;
        background-position: left bottom 4px;
    }
    .contact-child p {
        font-size: 13px;
        background-size: 14px;
        padding-left: 18px;
    }
    .page-content.top05 .col-xs-12>p {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        margin: 10px 0 0;
    }
    .contact-inner>p {
        font-size: 11px;
    }
    h1 img.kikan {
        max-height: 30px;
    }
}

@media (max-width: 340px) {
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 88px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 88px);
    }
    .contact-child h4, .contact-child h5, .contact-child p {
        letter-spacing: 0.02em;
    }
    .movie-section .title-section h3, .materials-section .title-section h3, .contactform-section .title-section h3 {
        font-size: 23px;
    }
    .kasou-header.main-visual h1 {
        font-size: 27px;
        letter-spacing: 0.02em;
        text-indent: 0.02em;
    }
}

@media (max-width: 330px) {
    .youken-detail2-table th, .youken-detail2-table2 th, .materials-table th {
        font-size: 11px;
    }
    .youken-detail2-table tr td:first-child, .youken-detail2-table tr th:first-child {
        width: 85px;
    }
    .youken-detail2-table tr td:last-child, .youken-detail2-table tr th:last-child {
        width: calc(100% - 85px);
    }
    .contact-child h4, .contact-child h5, .contact-child p {
        letter-spacing: 0;
    }
    .materials-table tr td:nth-child(n+2), .materials-table tr th:nth-child(n+2) {
        width: 70px;
    }
    .materials-table tr td:nth-child(3), .materials-table tr th:nth-child(3) {
        width: 65px;
    }
    .kasou-header.main-visual h1 {
        font-size: 26px;
    }
    .materials-table tr td:last-child, .materials-table tr th:last-child {
        width: 80px;
    }
    .materials-table table {
        min-width: 440px;
    }
}

.news-block {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    position: relative;
    /* border-radius: 15px; */
    overflow: hidden;
    /* margin-bottom: 80px; */
    flex-wrap: wrap;
}
.news-block.mt30 {
    margin-top: 30px;
}
.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: 26px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #FF891D;
    margin: 0px;
}
.news-block-inner:first-child h3 span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    color: #646364;
}
.news-block-child {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #674f46;
}
.news-block-child p {
    font-size: 14px;
    letter-spacing: 0.16em;
    margin: 0px;
    font-weight: bold;
    color: #646364;
}
.news-block-child p:first-child {
    width: 150px;
}
.news-block-child p:last-child {
    width: calc(100% - 150px);
}
.news-block-child p a {
    color: #FF891D;
    transition: 0.3s;
    text-decoration: underline !important;
}
.news-block-child p a:hover {
    color: #646364;
    transition: 0.3s;
    text-decoration: none !important;
}

@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;
    }
}
