@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
*, *:before, *:after { box-sizing: inherit; }
html {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", 'Kosugi Maru', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  text-decoration: none;
}
div, label, input, textarea, select, button, a, p, span, ul li, ol li {
  font-family: "Open Sans", 'Kosugi Maru', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
a {
      color: #1bb7a3;
    text-decoration: underline;
}
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus { border-color: #8c2739; }
ul, ol { margin-bottom: 0; }
header,
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

.inner {
  padding: 0 10px;
}
.align_c { text-align: center; }
.align_l { text-align: left; }
.align_r { text-align: right; }
.float_l { float: left; }
.float_r { float: right; }
.float_n { float: none; }
.clear { clear: both; }
.flex {
  display: flex;
  flex-wrap: wrap;
}
.items_c { align-items: center; }
.items_b { align-items: baseline; }
.jc_c { justify-content: center; }
.jc_sb { justify-content: space-between; }
.jc_sa { justify-content: space-around; }
.position_r { position: relative; }
.position_a { position: absolute; }
.position_s { position: static; }
.col_3 { width: 33.33333333%; }
.col_2 { width: 50%; }
.col_1 { width: 100%; }
.padding { padding: 0 10px; }
.mb50{ margin-bottom: 50px!important; } 
.mb0 { margin-bottom: 0!important; }
.mt40 { margin-top: 40px!important; }
.w100p{ width: 100%; }

.bg_gray { background-color: #f4f4f4; }
.bg_white { background-color: white; }

.sp { display: none; }

section#top {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#top img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
section#top .top_inner {
  max-width: 940px;
  padding: 40px 50px;
  background-color: rgba(255,255,255,0.75);
  position: absolute;
  z-index: 5;
}
section#top .top_inner h1 {
  font-size: 44px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.2;
}
section#top .top_inner h1 span{
  font-size:26px;
}
section#top .top_inner p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #ed774f;
}
main#content {
  margin: 0px auto 0;
}
main#content h2 {
  font-size: 40px;
  font-weight: bold;
  color: #006458;
  margin: 60px auto;
}
main#content p.txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}
main#content .block_0{    
  background-color: #1db7a3;
    padding: 60px 0;}
main#content .block_1,
main#content .block_2,
main#content .block_3,
main#content .block_4 {
  margin: 0 auto 100px;
  max-width: 1200px;
  width: 100%;
}
main#content .block_1 .effect_figures{font-size: 50px;    color: #1bb7a3;}
main#content .block_3 h3.figures{font-size: 25px;}
main#content .block_0 p.title,main#content .block_0 h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin: 0px;
}
main#content .block_1 h3 {
      margin-bottom: 30px;
          font-size: 21px;
    color: #006458;
}
main#content .block_1 .flex .col_3 {
  max-width: 320px;
  padding: 0 10px;
}
main#content .block_1 .flex .col_3 p {
  font-size: 14px;
}
main#content .block_2 .box_wrap {
  margin: 60px auto 0;
}
main#content .block_2 .box_wrap .media-l{width: 48%}
main#content .block_2 .box_wrap .media-r{width: 50%}
main#content .block_2 p {
  font-size: 15px;
    font-weight: bold;
    color: #006458;
    max-width: 900px;
    margin: 0 auto 0px;
    line-height: 2;
}
main#content .block_2 img{max-width:900px; width: 100%; }
main#content .block_2 h3 {
  font-size: 30px;
  font-weight: bold;
  color: #006458;
  margin: 50px auto 15px;
  clear: both;
}
main#content .block_2 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #102a4b;
  margin-bottom: 10px;
}
main#content .block_2 h4 span {
  font-size: 14px;
  color: #b3b3b3;
  margin-left: 10px;
}
.graph_item{    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;}
.graph_item span{color: #006458;}
.graph_item span.spfy{color: #81B71C;}
main#content .consumption .box_2 {
  width: 31%;
  margin-bottom: 1em;
}
main#content .consumption .box_2 .name { 
  width: 100%;
  font-size: 16px;
}
main#content .consumption .box_2 .money_wrap { width: 100%; }
main#content .consumption .box_2 .money_wrap .bar { width: 70%; }
main#content .consumption .box_2 .money_wrap .money { font-size: 14px; }
main#content .img_wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;    
  background-image: linear-gradient(to left, #1db7a3, #fff);
}
main#content .img_wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
  z-index: 1;
}
main#content .img_wrap p {
  font-size: 40px;
  color: #fff;
  position: absolute;
  z-index: 2;
  font-weight: bold;
  filter: drop-shadow(0 0 0.5rem #000);
}

main#content .block_3{  margin-top: 100px}
main#content .block_3 img{max-width:100%;}
main#content .block_3 h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
  color: #006458;
}
main#content .block_3 .box_3 {
    max-width: 900px;
    width: 46%;
    margin: 0 auto 40px; }
main#content .block_3 .box_3 img{    max-width: 100%;}
main#content .block_3 .box_3 strong{    color: #006458;}
main#content .block_4 h2 { margin: 80px auto 40px; }
main#content .block_4 .txt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #006458;
  margin-top: 50px;
}
main#content .block_4 .box_4 {
  padding: 30px 0;
  width: 47%;
  border-bottom: 1px solid #ccc;
}
main#content .block_4 .box_4 h3 {
  width: 100%;
  margin-bottom: 10px;
}
main#content .block_4 .box_4 h3 span {
      display: block;
    font-size: 20px;
    font-weight: bold;
    color: #006458;
}
main#content .block_4 .box_4 .left {
  width: 38%;
  margin-right: 2%;
}
main#content .block_4 .box_4 .right {
  display: inline-block;
  width: 60%;
}
.targetsample{    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px;
  color: #333;}
.targetsample strong{    color: #006458;}
.step{margin-top: 20px;}
.step td {
  font-size: 14px;
}
main#content .cv {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
main#content #cv {
  background-color: #ed774f;
  padding: 80px 0 40px;
}
main#content .block_2 .cv { background: none; padding-bottom: 0;}
main#content .cv p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
main#content .cv a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #fccf00;
  border-bottom: 3px solid #a98e14;
  margin: 1em 1em;
  line-height: 60px;
  max-width: 500px;
  width: 40%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
main#content .cv a.document {
    color: #ed774f;
    background-color: #fff;
    border-bottom: 3px solid #ccc;
}
main#content .cv a:hover {
  border-bottom-color: transparent;
  transform: translateY(3px);
}
main#content .copy{
  background-color: #1db7a3;
  text-align: center;
  color:#fff;
  padding-bottom:5px;
}
main#content .copy img{width: 120px;}

.sptd-media p{margin-bottom:30px;}
.sptd-media img.banner{width:700px;}
.nolinkborder{    border: 2px dotted;
    display: inline-block;
    padding: 20px;
    margin-top: 30px;}
.medialist{        border: 1px solid #ccc;
    padding: 15px 0;
    margin-top: 40px;
  }
main#content .block_2 .medialist p{color:#333; font-size: 16px; font-weight: normal;}
main#content .block_2 p.asta {
  color: #333;
  font-size: 10px;
  font-weight: normal;
  text-align: right;
  margin-right: 0;
}
main#content .block_2 .medialist img{
    width: 14%;
    margin: 10px 1%;
    height: 60px;
    object-fit: contain
  }
main#content .sptd-media h2{    margin: 0px auto 20px;    font-size: 32px;}
.step span{     padding: 10px 10px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    background-color: #1bb7a3;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;}
.step span.step2{ background-color: #024c8d;}
.step th{font-weight:normal; vertical-align: top}
.step td{padding: 0 0 30px 10px;}
.step strong{color: #1db7a3;}

main#content article {
  display: inline-block;
  width: 100%;
  padding: 0;
}
main#content article img {
  max-width: 100%;
  margin: 20px auto 40px;
}
article p {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 20px;
}
main#content article h2 {
    font-size: 27px;
    font-weight: bold;
    margin: 40px auto;
    color: white;
    line-height: 1.4;
    padding: 10px 15px;
    background-color: #ed774f;
    border-bottom: 3px solid #ca6644;
}
main#content article h2.icon {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
}
main#content article h2.icon img {
    max-width: 40px;
    margin: 0 0 0 20px;
}
main#content .logo-section {
    background-color: #fff;
    height: 180px;
    max-width: 100%;
    object-fit: contain;
    padding: 20px 40px;
  }
main#content article .top_txt {
    padding: 40px 20px;
    margin-bottom: 40px;
    background-color: #ed774f;
    background-position: center;

}
main#content article .top_txt p {
  max-width: 1000px;
  color: white;
  margin: auto;
  font-size: 24px;
}
.col_box {
  max-width: 1000px;
  padding: 30px;
  margin: auto auto 30px;
  box-shadow: 1px 1px 1px gray;
}
main#content article .col_box h2 {
  color: black;
  font-size: 24px;
  background: none;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
main#content article .col_box h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
main#content .col_box h2 {
  color: black;
  font-size: 24px;
  background: none;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.col_box h3 {
  color: black;
  font-size: 18px;
  margin: 20px 0;
}
.col_box p {
  font-size: 16px;
}
.col_box a { color: #9438cc; }
.col_box .left img,
.col_box .left,
.col_box .right {
  padding: 0 1% 1%;
}
.about.col_box .left {
  padding: 0 2% 2% 0;
}
.about.col_box .right {
  padding: 0 0 2% 2%;
}
main#content article .col_box .left img {
  margin-top: 0;
  margin-bottom: 0;
}
.asta {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
}
footer {
  padding: 0 10px 20px;
  background-color: #ed774f;
}
footer img {
  max-width: 150px;
  height: auto;
  vertical-align: bottom;
}
.foot_inner a {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  color: white;
}
footer small {
  font-size: 14px;
  display: inline-block;
  color: white;
}
.band {
  position: relative;
  line-height: 100px;
  padding: 0 15px;
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 1px 1px gray;
}
main#content article .band h2 {
  font-size: 30px;
  color: #9438cc;
  padding: 0;
  background-color: white;
  border: none;
}
.bm_arrow {
  bottom: -30px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid white;
  filter: drop-shadow(1px 1px 0 gray);
}

main#content article .block_1 .brandeffect{
  padding: 30px 20px;
  border: 1px solid #ccc;
  margin-top: 40px;
}
main#content article .block_1 .brandeffect p{font-size:12px; margin-bottom: 0;}
main#content article .block_1 .brandeffect h3{font-size:32px;}

@media only screen and (max-width: 1080px){
  section#top img {
    height: 550px;
  }
  main#content .block_2 .medialist img{ width: 12%; }
}

@media only screen and (max-width: 980px){
  section#top .top_inner { padding: 20px; }
  section#top .top_inner h1 { font-size: 34px; }
  section#top .top_inner p { font-size: 14px; }
  main#content .block_1 p.title { font-size: 36px; }
  main#content h2 { font-size: 30px; }
  main#content .block_1 h3 { font-size: 16px; }
  main#content .block_1 .col_3 p { font-size: 14px; }
  main#content .block_2 img { max-width:900px; }
  main#content .block_2 h3 { font-size: 26px; }
  main#content .block_2 h4 { font-size: 20px; }
  main#content .block_2 h4 span { font-size: 14px; }
  main#content .block_3 h3 { font-size: 20px; }
  main#content p.txt { font-size: 16px; }
}
@media only screen and (max-width: 768px){
  section#top {
      margin-top: 52px;
  }
  section#top img {
    height: 450px;
  }
  section#top .top_inner h1 span{
      font-size:20px;
  }
  main#content .block_2 .medialist img {
      height: 20px;
  }
    main#content .block_2 .box_wrap .media-l,main#content .block_2 .box_wrap .media-r{width: 100%}
}
@media only screen and (max-width: 767px){
  br.pc {display: none;} 
  main#content .block_0{ padding: 40px 10px; }	
  main#content .block_0 p.title, main#content .block_0 h2{font-size: 18px;}
  .col_3,
  .col_2 { width: 100%; }
  section#top img { height: auto; }
  section#top .top_inner { padding: 20px 10px; }
  section#top .top_inner p { font-size: 12px; }
  main#content h2 {
    font-size: 20px;
    margin: 50px auto;
  }
  main#content p.txt { font-size: 14px; }
  main#content .consumption .box_2 { width: 100%; }
  main#content .consumption .box_2:nth-child(even) { margin-left: 0; }
  main#content .block_1 .flex .col_3 { padding: 10px 0 20px;    max-width: 85%;}
  main#content .sptd-media h2 { font-size: 20px; text-align: center; }
  main#content .block_2 .box_wrap { width: 100%; }
  main#content .block_2 h3 { font-size: 20px; }
  main#content .block_3 .box_3 { width: 100%  }
  main#content .block_3 h3 { font-size: 18px;     text-align: left;}
  main#content .block_4 .txt { font-size: 14px; }
  main#content .block_4 .box_4 { width: 100%; }
  .step td { padding: 0 0 0 10px; }
  main#content .block_4 .box_4 h3 span { font-size: 14px; }
  main#content .block_4 .box_4 .right p { font-size: 10px; }
  main#content .cv a { font-size: 16px; }
  main#content .img_wrap p { font-size: 24px; padding: 0 10px; }
  .targetsample{    font-size: 12px;}
  main#content .cv p { font-size: 18px; }
  .step th,.step td{font-size:10px;}
  main#content .block_4 .box_4 .left,main#content .block_4 .box_4 .right{width:100%;}
  main#content .block_4 .box_4 .right{margin-top:30px;}
  main#content .block_2 img {max-width: 100%; width: 100%; }
  main#content .block_1 .effect_figures{    font-size: 24px;}
  main#content .block_1 .brandeffect h3:first-child { font-size: 22px; margin-bottom: 20px;}
  main#content .block_1 .brandeffect .col_3 h3{ font-size: 20px; margin-bottom: 0px;}
  main#content .block_3 h3.figures{    font-size: 18px;}
}
@media only screen and (max-width: 425px){
    main#content .block_2 .medialist img { width: 25%; }
    main#content .block_1, main#content .block_2, main#content .block_3, main#content .block_4 { margin-bottom: 50px; }
}
.inner900{max-width:900px; margin: auto; padding: 0 10px;}
.inner1000{    max-width: 1000px;
    margin: auto;
    padding: 1px 1%;
    background-color: #fff;}
table{
  width: 100%;
  border-collapse: collapse;
}
table tr{
  border-bottom: solid 1px black;
}
table tr:last-child{
  border-bottom: none;
}
table th{
  position: relative;
  text-align: left;
  width: 30%;
  padding: 10px 0;
  font-size: 12px;
}
table td{
  text-align: left;
  width: 70%;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px){
  section#top .top_inner h1 {
    font-size: 24px;
  }
  .sp { display: block; }
  main#content article p { font-size: 16px; }
  main#content article .top_txt p,
  main#content article .band h2,
  main#content article h2 { font-size: 18px; }
  .col_box {
    padding: 25px 15px;
    margin: 0 10px 20px;
  }
  main#content article .col_box .left img {
    height: auto;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .about.col_box .left,
  .about.col_box .right { padding: 0 2% 2%; }
  main#content .cv a {
    width: 100%;
    margin: 0 auto 1em;
  }
}

@media only screen and (max-width: 375px){
  section#top .top_inner h1 { font-size: 20px; }
  section#top .top_inner h1 span { font-size: 16px; }
}

@media only screen and (max-width: 320px){
  section#top .top_inner p { font-size: 10px; }
}