@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    /* font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka , "ＭＳ Ｐゴシック", "MS PGothic" , Sans-Serif; */
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    text-decoration: none;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:0.5em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*------------------- リセットCSSここまで */




/*--------------------------default*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

li {
  list-style: none;
}

body {
  color: #424242;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 2rem;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

ul li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  margin: 3px auto;
  table-layout: fixed;
  width: 100%;
}

input {
  cursor: pointer;
}

main {
  padding: 65px 0 0;
  display: block;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  height: 47px;
  color: #fff;
  background: linear-gradient(180deg, #4169E1, #00008B);
  font-size: 1.7rem;
  text-align: center;
  line-height: 47px;
  border-radius: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1
  /* ↑このz-indexは、Safariのボタンバグ解消のために入れました */
}

.btn:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-88%) translateY(-69%) rotate(135deg);
  transform: translateX(-88%) translateY(-69%) rotate(135deg);
  background: linear-gradient(135deg, #87CEFA, #4169E1);
}

.btn:hover:before {
  -webkit-transform: translateX(-12%) translateY(-25%) rotate(135deg);
  transform: translateX(-12%) translateY(-25%) rotate(135deg);
}

.btn a {
  display: block;
  color: #fff;
  position: relative;
}

.btn a:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0 -0.8em 0.5em;
  background: url(images/arrow-w.svg) no-repeat;
  background-size: contain;
}

.text {
  text-align: justify;
}

.sp {
  display: none;
}

.youkakunin {
  font-weight: 900;
  color: red;
  text-decoration: underline;
}

.kyouchou {
  color: red;
  text-decoration: underline;
}

/* =========================================
   header
========================================= */
.header {
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
}

.header .header-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  display: block;
  height: 85px;
}

.header .logo img{
  width: 176px;
  position: relative;
  top: 18px;
}

.header .header-nav ul {
  display: flex;
}

.header .header-nav li a {
  margin-left: 24px;
  font-size: 1.7rem;
}

.headerLogo_sp {
  display: none;
}

/* =========================================
   footer
========================================= */
footer {
  width: auto;
  height: auto;
  background-color: #F5F5F5;
}

footer .footer-blk {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  -js-display: flex;
}

footer .nav-blk {
  width: 45%;
}

footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  -js-display: flex;
  margin-bottom: 15px;
  line-height: normal;
}

footer .footer-nav li {
  margin: 0 40px 16px 0;
}

footer .footer-nav li:last-child {
  margin: 0;
}

footer .footer-nav li a {
  font-size: 1.6rem;
}

footer .btn-blk {
  display: flex;
}

footer .btn {
  margin-right: 20px;
}

footer .footer-blk p {
  text-align: right;
  font-size: 1.6rem;
}

footer .address-blk .telFax {
  text-align: right;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: normal;
}

footer .address-blk span {
  font-size: 2.5rem;
}

footer .logo-blk {
  text-align: center;
}

footer .logo-blk img {
  width: 15%;
  margin: 0 auto;
}

footer .logo-blk h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0px;
}

footer .copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 1.2rem;
  letter-spacing: .075em;
}

footer .counter img {
  width: 14px;
}
/* =========================================
   mv
========================================= */
/* .mv {
  width: 95%;
  margin: 50px auto;
  border-radius: 80px;
  overflow: hidden;
} */

.zoomslider {
  width: 100%;
  height: 800px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.mv_lead {
  width: 1080px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Scroll Downの設定 */
.box {
  position: relative;
  display: block;
  margin: 20px auto 40px;
  height: 20px;
  width: auto;
}

.arrowWrap {
  margin-top: 10px auto;
}

.arrow {
  width: 15px;
  margin: 10px auto;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.arrowInner p {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  color: gray;
}

.arrow span {
  position: relative;
  display: block;
  left: 50%;
}

.arrow span:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
/* Scroll Downの設定　ここまで */

/* scroll top */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
}

#page-top a {
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  color: #1E90FF;
  line-height: 0.5rem;
  font-size: 6rem;
  opacity: 0.7;
}

#page-top a:hover {
  cursor: pointer;
  opacity: 1;
}
/* scroll top ここまで*/

/* =========================================
   オフサイトPPA
========================================= */
#offsitePPA {
  margin-top: -85px; 
  padding-top: 85px;
}

.offsitePPA_ttl {
  margin-top: 50px;
  margin-bottom: 24px;
  font-size: 3.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1858AF;
  text-align: center;
}

.offsitePPA_ttl strong{
  color: #E74C3C;
}

.offsitePPA_lead {
  margin-bottom: 40px;
  text-align: center;
}

.companyStrengths {
  margin-bottom: 100px;
  padding: 20px 40px 24px;
  width: 100%;
  height: auto;
  background: #cce9fb;
  box-sizing: border-box;
}

.companyStrengths_ttl {
  margin-bottom: 24px !important;
  font-size: 4.0rem !important;
  letter-spacing: 0.2em;
  color: #1858AF;
}

.companyStrengths_list li {
  margin-bottom: 16px;
  padding: 16px 0;
  width: 100%;
  font-size: 3.0rem;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background: #1858AF;
  border-radius: 9999px;
  box-sizing: border-box;
}

.offsitePPA_figure {
  margin-bottom: 80px;
}

.offsitePPA_blk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.offsitePPA_wrap h3 {
  margin-bottom: 40px;
  padding: 0.1em 0.5em;
  border-left: 10px solid #87CEFA;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: left !important;
  line-height: 1.5;
}

.offsitePPA_wrap p {
  width: 512px; 
  text-align: justify;
}

.offsitePPA_img {
  position: relative;
}

.offsitePPA_img::before {
  width: 100%;
  height: 100%;
  content:  "";
  background: #cce9fb;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
}

/* =========================================
   about
========================================= */
#about .inner {
  margin-top: 85px;
}

#about .content1-blk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

#about .content1-left {
  width: 50%;
  text-align: justify;
  margin-right: 100px;
}

#about .content1-right {
  height: 350px;
  width: 45%;
  position: relative;
  box-shadow: 15px 15px 0 rgb(141, 217, 250,0.5);
  overflow: hidden;
}

#about h2 {
  margin-bottom: 50px;
  padding: 0.1em 0.5em;
  border-left: 10px solid #87CEFA;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
}

#about .content2-blk {
  width: 100%;
  padding: 30px 0 50px;
  margin-bottom: 50px;
  background: url(./images/bg-niji.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#about .content2-blk .heading {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  margin-top: 70px;
  color: #FFF;/*フォントカラー*/
  background: #E74C3C;/*リボンの色*/
  text-align: center;
}

#about .content2-blk .heading:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}

#about .content2-blk .heading h3 {
  font-size: 3rem;
}

#about .content2-item-blk {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  margin-top: 30px;
}

#about .content2-item-right {
  width: 60%;
  text-align: justify;
  margin-left: 130px;
}

#about .content2-item-right .text {
  padding-right: 50px;
}

#about .content2-item-left {
  position: relative;
  height: 417px;
  width: 40%;
}

#about .img1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 255px;
  box-shadow: 15px 15px 0 rgb(141, 217, 250,0.5);
}

#about .img2 {
  position: absolute;
  top: 220px;
  left: 80px;
  width: 350px;
  height: 255px;
  box-shadow: 15px 15px 0 rgb(141, 217, 250,0.5);
}

#about .content3-blk {
  display: block;
}

#about .img-ttl {
  font-size: 2.5rem;
}

#about .content3-pink {
  padding: 20px;
  background: #FFC0CB;
  border: solid 5px #F08080;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
  margin-bottom: 80px;
}

#about .content-ttl .pink {
  color: #F08080;
  font-weight: bolder;
  font-size: 3rem;
  margin-bottom: 40px;
}

#about .content-ttl .blue {
  color: #1858AF;
  font-weight: bolder;
  font-size: 3rem;
  margin-bottom: 40px;
}

#about .item-blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about .content3-pink .item {
  width: 47%;
  margin: 15px;
  background: #fff;
  border-radius: 10px;
}

#about .item-ttl {
  position: relative;
  height: 55px;
  background: #F08080;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

#about .item-num {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 80px;
  height: 80px;
}

#about .item-text {
  position: absolute;
  top: 10px;
  left: 70px;
  font-size: 2rem;
  font-weight: bold;
}

#about .item-img {
  position: absolute;
  top: -28px;
  left: 340px;
}

#about .item p {
  text-align: justify;
  padding: 20px;
  line-height: normal;
  font-size: 1.8rem;
}

/* Delightersの設定 */
/* 基本のスタイル */
.delighter {
  transition: all 1s ease-out;
  transform: translateY(5%);
  opacity: 0;
}

/* スタート時のスタイル */
.delighter.started {
  transform: none;
  opacity: 1;
}


/* .content3-blue {
  position: relative;
  width: 100%;
} */


.item-okomarigoto-ttl-blk{
  position: relative;
  height: 165px;
  display: flex;
  background: #fff;
  border-left: solid 5px #4169E1;
  border-right: solid 5px #4169E1;
  border-top: solid 5px #4169E1;
  /*線*/
  border-radius: 20px 20px 0 0;
  /*角の丸み*/
}
.okomarigoto-left{
  width: 65%;
  margin-left: 50px;
}

.okomarigoto-ribon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0 0 30px;
  margin: 0 0 30px -20px;
  width: 300px;
  height: 60px;
  font-size: 2.5rem;
  color: white;
  background: #1858AF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  top: 15px;
  left: -50px;
}

.okomarigoto-ribon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}

.okomarigoto-ttl h4 {
  font-size: 2.8rem;
}

.okomarigoto-right{
  width: 25%;
}
.item-okomarigoto-answer-blk{
  position: relative;
  background: #87CEEB;
  border-left: solid 5px #4169E1;
  border-right: solid 5px #4169E1;
  border-bottom: solid 5px #4169E1;
  /*線*/
  border-radius: 0 0 20px 20px;
  /*角の丸み*/
  margin-bottom: 50px;
}
.answer-headding {
  padding: 15px 0 10px;
  color: #fff;
  font-size: 3rem;
  font-weight: bolder;
  text-align: center;
}
.answer-wrap{
  background-color: #fff;
  margin: 0 30px 30px;
  padding: 20px 40px;
  border-radius: 10px;
}
.answer-ttl {
  font-size: 2.8rem;
  font-weight: bolder;
  padding-bottom: 20px;
}
.answer-content{
  display: flex;
}
.answer-content-left-text{
  width: 60%;
  padding-right: 70px;
}
.answer-content-right-img{
    width: 30%;
}

.link {
  text-decoration: underline;
  color: blue;
}

/* Delightersの設定 */
/* 基本のスタイル */
.content3-blue.delighter {
  transition: all 1s ease-out;
  transform: translateY(5%);
  opacity: 0;
}

/* スタート時のスタイル */
.content3-blue.delighter.started {
  transform: none;
  opacity: 1;
}

  /* =========================================
     works
  ========================================= */
  .ttl {
    position: relative;
    width: 100%;
    height: 254px;
    padding-top: 20px;
    margin-bottom: 30px;
    /* background: url(images/header-img-works.jpg); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }

  @keyframes slideIn {
    0% {
      transform: translateY(20px);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .ttl h1 {
    position: absolute;
    font-size: 3.5rem;
    letter-spacing: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
  }

  .inner h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.3rem;
    line-height: 1.5;
  }

  #works .item-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
  }

  #works .item {
    position: relative;
    box-sizing: border-box;
    width: 30%;
  }

  /* 最後のコンテンツを左寄せにする指定 */
  #works .item-blk:after {
    content: "";
    display: block;
    width: 30%;  /* .itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

  #works .item .new {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
    background: #E53935;
    border-radius: 50px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    animation: anime 1s 0s infinite alternate;
    /* アニメーション指定 */
  }

  #works .item .new p {
    text-align: center;
    color: #fff;
    margin-top: 15px;
  }

  /* ------------------------------------------newのアニメーション */
  @keyframes anime {
    0% {
      top: -35px;
    }

    100% {
      top: -20px;
    }
  }

  #works h4 {
    font-size: 2rem;
    text-align: center;
  }

  #works .works-info {
    text-align: left;
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto;
  }

  #works .works-info table th {
    border-bottom: solid 2px #87CEFA;
    padding: 10px 50px;
    width: 30%;
    text-align-last: justify;
  }

  #works .works-info table td {
    border-bottom: solid 2px #ddd;
    padding: 10px;
    width: 70%;
  }

  #works .btn {
    margin: 30px 0 50px;
    margin-left: 50%;
    transform: translate(-50%);
    overflow: hidden;
  }

  #works .link:before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 0.5em -0.8em 0;
    background: url(images/arrow-blue.svg) no-repeat;
    background-size: contain;
  }

  #works .link {
    position: relative;
    width: 100%;
    font-size: 2rem;
    display: inline-block;
    text-decoration: none;
    text-align: right;
    margin-bottom: 70px;
  }

  #works .link:after {
    position: absolute;
    bottom: -4px;
    right: 0;
    content: '';
    width: 170px;
    height: 10px;
    background: #FFD700;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  #works .link:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

/* =========================================
   workflow
========================================= */
#workflow .item-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto 70px;
}

#workflow .item {
  position: relative;
  height: 303px;
  width: 70px;
  background: #1E90FF;
  border-radius: 10px;
}

#workflow .item .text {
  position: absolute;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 50%;
  left: 50%;
  display: inline;
  transform: translate(-50%, -50%);
}

#workflow .item .text p {
  font-size: 2.1rem;
}

#workflow .svg-arrow {
  color: #87CEFA;
  width: 25px;
}

#sankaku {
  color: red;
}

/* Delightersの設定 導入までの流れの図 */
/* 基本のスタイル */
.item-blk.delighter {
  transition: all 1s ease-out;
  transform: translateX(-20%);
  opacity: 0;
}

/* スタート時のスタイル */
.item-blk.delighter.started {
  transform: none;
  opacity: 1;
}

#workflow .btn {
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 50px;
}

#workflow .loopslider {
  width: 100%;
}

#workflow .loopslider img {
  border-color: #fff;
  border-style: solid;
  border-width: 10px;
}


/* =========================================
   works-samole(下層ページ)
========================================= */
#works-sample .inner {
  margin-bottom: 100px;
  position: relative;
}

#works-sample .inner .works-number {
  text-align: center;
  margin-bottom: 50px;
}

#works-sample .inner .works-number span {
  display: block;
  border-bottom: solid 1px #000;
  width: 30%;
  margin: 20px auto;
}

#works-sample .inner .works-number h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

#works-sample .contents {
  width: 900px;
  margin: 50px auto 50px auto;
  position: relative;
}

#works-sample table {
  letter-spacing: 0.5rem;
  width: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 0.2rem;
}

#works-sample .inner .works-info table th {
  border-bottom: solid 2px #87CEFA;
  background-color: #F0F8FF;
  padding: 10px;
  width: 30%;
  text-align-last: center;
  font-size: 1.6rem;
}

#works-sample .inner .works-info table td {
  border-bottom: solid 2px #ddd;
  padding: 10px 40px;
  font-size: 1.6rem;
  text-align: left;
}

#works-sample .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}


/* =========================================
   workflow-contents(下層ページ)
========================================= */
#workflow_contents .ttl {
  position: relative;
  width: 100%;
  height: 254px;
  padding-top: 30px;
  margin-bottom: 70px;
  background: url(images/header-img-workflow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

#workflow_contents .ttl h1 {
  position: absolute;
  letter-spacing: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 3.5rem;
}

#workflow_contents .workflow_contents_lead {
  text-align: center;
}

#workflow_contents .contents-blk {
  width: 100%;
  margin-top: 90px;
}

#workflow_contents .contents-blk p {
  font-size: 1.7rem;
}

#workflow_contents .contents-blk .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#workflow_contents .contents-blk .content-left {
  display: flex;
  justify-content: flex-start;
  width: 70%;
  margin-bottom: 50px;
}

#workflow_contents .num {
  position: relative;
  color: #1858AF;
  font-size: 11rem;
  line-height: normal;
  width: 10%;
  margin-top: -30px;
  padding-right: 40px;
  font-weight: bold;
  font-family:'Poppins', sans-serif;
}

#workflow_contents .num :after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #B0E0E6;
  border-radius: 100px;
  top: -20px;
  left: -70px;
  z-index: -1;
  opacity: 0.3;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

#workflow_contents .content .info-blk {
  padding-right: 60px;
  position: relative;
}

#workflow_contents .content .info-blk h2 {
  padding-bottom: 20px;
  position: relative;
  font-size: 2.8rem;
}

#workflow_contents .content .info-blk h2:after {
  content: "";
  border-bottom: 1px solid black;
  width: 100%;
  position: absolute;
  display: block;
  top: 60px;
}

#workflow_contents .content .photo img {
  width: 420px;
  height: 280px;
  object-fit: cover;
}

/* Delightersの設定 導入までの流れ1から8 */
/* 基本のスタイル */
#workflow_contents .contents-blk .content-left.delighter {
  transition: all 0.3s ease-out;
  transform: translateY(5%);
  opacity: 0;
}

/* スタート時のスタイル */
#workflow_contents .contents-blk .content-left.delighter.started {
  transform: none;
  opacity: 1;
}

/* 基本のスタイル */
#workflow_contents .contents-blk .content-right.delighter {
  transition: all 0.8s ease-out;
  transform: translateY(5%);
  opacity: 0;
}

/* スタート時のスタイル */
#workflow_contents .contents-blk .content-right.delighter.started {
  transform: none;
  opacity: 1;
}

/* =========================================
   company
========================================= */
#company .ttl {
  position: relative;
  width: 100%;
  height: 254px;
  padding-top: 30px;
  margin-bottom: 70px;
  background: url(images/header-img-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

#company .ttl h1 {
  position: absolute;
  letter-spacing: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 3.5rem;
}

#company .inner {
  position: relative;
  text-align: center;
}

#company .inner .content-ttl h2 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 50px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 3rem;
}

#company .inner .content-ttl h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  width: 100%;
  height: 5px;
  background: #1858AF;
}

#company .gaiyou-table {
  width: 70%;
  margin: 0 auto 100px;
}

#company table th {
  border-bottom: solid 2px #87CEFA;
  padding: 20px 50px;
  width: 30%;
  text-align-last: justify;
  -moz-text-align-last: justify;
  vertical-align: top;
  font-size: 2rem;
}

#company table td {
  border-bottom: solid 2px #ddd;
  padding: 20px 50px;
  width: 70%;
  text-align: left;
  font-size: 2rem;
}

#company #access .map {
  width: 100%;
  height: auto;
}

.access-info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.5;
  padding-top: 10px;
}

.access-info ul {
  width: 35%;
  height: auto;
}

.access-info ul i {
  padding-right: 10px;
  color: #2A489B;
  font-size: 3rem;
}

.access-info ul li span {
  font-size: 2.3rem;
  font-weight: bolder;
}

.access-info ul li {
  font-size: 1.7rem;
}

/* =========================================
   SDGs
========================================= */
#sdgs .ttl {
  position: relative;
  width: 100%;
  height: 254px;
  padding-top: 30px;
  margin-bottom: 70px;
  background: url(images/header-img-sdgs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

#sdgs .ttl h1 {
  position: absolute;
  letter-spacing: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 3.5rem;
}

#sdgs .content1-blk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

#sdgs .content1-left {
  width: 50%;
  margin-right: 50px;
}

#sdgs .content1-right {
  height: 417px;
  width: 50%;
  background: url(./images/sdgs-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#sdgs h2 {
  margin-bottom: 50px;
  padding: 0.1em 0.5em;
  border-left: 10px solid #9ACD32;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
}

#sdgs blockquote {
  font-size: 2rem;
}

#sdgs .shutten {
  font-size: 1.5rem;
}

#sdgs .content2-item-bottom {
  width: 900px;
  height: 320px;
  background: url(./images/SDGs-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto 0;
}

#sdgs .btn {
  left: 50%;
  transform: translate(-50%);
}

#sdgs .linkinfo p {
  text-align: center;
  font-size: 1.5rem;
}
/* =========================================
   contact
========================================= */
#contact .ttl {
  position: relative;
  width: 100%;
  height: 254px;
  padding-top: 30px;
  margin-bottom: 70px;
  background: url(images/header-img-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

#contact .ttl h1 {
  position: absolute;
  letter-spacing: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 3.5rem;
}

#contact .contact-form iframe {
  display: block;
  margin-top: 50px;
  margin: 50px auto 20px;
}

#contact .btn {
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 50px;
}
/* =========================================
   access
========================================= */
#access .ttl {
  position: relative;
  width: 100%;
  height: 254px;
  padding-top: 30px;
  margin-bottom: 70px;
  background: url(images/header-img-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

#access .ttl h1 {
  position: absolute;
  letter-spacing: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 3.5rem;
}

/* =========================================
   contact-info
========================================= */
#contact-info {
  position: relative;
  width: 100%;
  height: 500px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 100%), url(images/contact-info-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-info .inner {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.content-info-ttl {
  text-align: center;
  padding: 40px 0;
}

#contact-info h2 {
  font-size: 3.5rem;
  padding-bottom: 20px;
  letter-spacing: 0.3rem;
  font-weight: 600;
}

#contact-info .tel-mail {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0 90px 40px;
}

#contact-info .tel ul {
  font-size: 5rem;
}

#contact-info .tel li {
  line-height: 100%;
  padding-bottom: 10px;
}

#contact-info .tel a {
  font-size: 5.5rem;
  text-align: left;
}

#contact-info .tel ul p {
  font-size: 2rem;
}

#contact-info .mail {
  position: relative;
  display: flex;
  justify-content: center;
  width: 400px;
  height: 90px;
  background: #2A489B;
  border-radius: 10px;
  border-bottom: 6px solid #000080;
  align-items: center;
}

#contact-info .mail .mail-btn {
  position: absolute;
  display: block;
  width: 100%;
  color: #fff;
  padding-left: 10px;
  font-size: 2.5rem;
}

#contact-info .mail a::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(images/mail-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#contact-info .mail:hover {
  margin-top: 3px;
  color: #fff;
  background: #2A489B;
  border-radius: 10px;
  border-bottom: 3px solid #000080;
}

#contact-info .mail--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}















/* =========================================


  タブレット


========================================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .inner {
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 30px;
    overflow: hidden;
  }

  body {
    font-size: 1.8rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 100;
  }

  #page-top a {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    color: #1E90FF;
    line-height: 1rem;
    font-size: 5rem;
    opacity: 0.7;
  }

/* =========================================
   header --- タブレット
========================================= */
  #nav-toggle {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
  }

  #nav-toggle>div {
    position: relative;
    width: 36px;
  }

  #nav-toggle>div span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .3s ease, top .5s ease;
  }

  #nav-toggle>div span:nth-child(1) {
    top: 0;
  }

  #nav-toggle>div span:nth-child(2) {
    top: 14px;
  }

  #nav-toggle>div span:nth-child(3) {
    top: 28px;
  }

  .open #nav-toggle>div span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }

  .open #nav-toggle>div span:nth-child(2) {
    width: 0;
  }

  .open #nav-toggle>div span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  .header {
    height: 65px;
  }

  .header .header-nav {
    padding-left: 36px;
    background: linear-gradient(-45deg, #98FB98, #87CEFA);
    color: #fff;
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 60%;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 990;
    transform: translateX(100%);
    transition: transform 1.0s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .open .header .header-nav {
    transform: translateX(0) !important;
  }

  .header .header-nav ul {
    margin-left: 0;
    height: 448px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 224px);
  }

  .header .header-nav li {
    position: relative;
    margin: 0 !important;
    text-align: left;
    transform: translateX(-60px);
    transition: transform 1.5s ease;
  }

  .open .header .header-nav li {
    transform: translateX(-5px);
  }

  .header .header-nav ul>li {
    transition-delay: .05s;
  }

  .header .header-nav li a {
    margin-left: 0;
    color: #000;
    text-decoration: none;
    font-size: 2.5rem;
  }

  .headerLogo_sp {
    display: block;
  }

  .headerLogo_pc {
    display: none;
  }

  .header .logo {
    display: block;
    height: 65px;
  }

  .header .logo img {
    width: 176px;
    top: 8px;
  }

/* =========================================
   main visual --- タブレット
========================================= */
  .mv {
    height: 30%;
    width: 100%;
    margin: 0 0 40px;
  }

/* =========================================
   about --- タブレット
========================================= */
  #about .content2-blk {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
  }

  #about .content1-right {
  height: 417px;
  width: 48%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0)90%, #fff 100%), url(./images/farmers1@2x-tate.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

  #about .content2-blk .heading {
    box-sizing: border-box;
    text-align: match-parent;
    padding: 10px 10px;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  #about .content2-item-blk {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
  }

  #about .img1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
  }

  #about .img2 {
    position: absolute;
    top: 220px;
    left: 0px;
    width: 100%;
    height: 200px;
  }

  #about .content3-pink {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  #about .content3-pink .item {
    width: 45%;
  }

  #about .content3-blue {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  #about .content3-blue .heading .sp {
    display: none;
  }

  #about .content3-blue .heading .pc {
    display: block;
    width: 80%;
  }

  #about .content3-blue .about-img5 {
  position: absolute;
  width: 100px;
  top: -33px;
  right: 10px;
}

#about .content3-blue .item-left {
  width: 30%;
  margin: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

/* =========================================
   workflow --- タブレット
========================================= */
#workflow .item {
  position: relative;
  height: 303px;
  width: 85px;
  background: #1E90FF;
  border-radius: 10px;
  margin-right: 5px;
}

/* =========================================
   company --- タブレット
========================================= */
#company .ttl {
  height: 150px;
}

#company .access-info ul {
  font-weight: 500;
  width: 45%;
  height: auto;
}

/* =========================================
   contact-info --- タブレット
========================================= */
  #contact-info .inner {
    width: 85%;
  }

  #contact-info .tel-mail {
    flex-direction: column;
    justify-content: center;
  }

  #contact-info .tel-mail .mail {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }

  #contact-info .tel object {
    vertical-align: bottom;
  }

  #contact-info .tel a {
    font-size: 4.8rem;
  }

  #contact-info .tel object {
    width: 40px;
  }

  #contact-info .mail a {
    font-size: 2.5rem;
  }

/* =========================================
   footer --- タブレット
========================================= */

footer .nav-blk {
  width: 60%;
}

}





















/* =========================================


   スマホ


========================================= */
@media screen and (max-width: 700px) {
  /* PCで電話番号リンクを無効にする */
  a[href*="tel:"] {
     pointer-events: none;
     cursor: default;
     text-decoration: none;
 }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .inner {
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  body {
    font-size: 1.8rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 100;
  }

  #page-top a {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    color: #1E90FF;
    line-height: 1rem;
    font-size: 5rem;
    opacity: 0.7;
  }

/* =========================================
   header---スマホ
========================================= */

  #nav-toggle {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
  }

  #nav-toggle>div {
    position: relative;
    width: 36px;
  }

  #nav-toggle>div span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .3s ease, top .5s ease;
  }

  #nav-toggle>div span:nth-child(1) {
    top: 0;
  }

  #nav-toggle>div span:nth-child(2) {
    top: 14px;
  }

  #nav-toggle>div span:nth-child(3) {
    top: 28px;
  }

  .open #nav-toggle>div span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }

  .open #nav-toggle>div span:nth-child(2) {
    width: 0;
  }

  .open #nav-toggle>div span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  .header {
    height: 65px;
  }

  .header .header-nav {
    padding-left: 70px;
    background: linear-gradient(-45deg, #98FB98, #87CEFA);
    color: #fff;
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 990;
    transform: translateX(100%);
    transition: transform 1.0s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .open .header .header-nav {
    transform: translateX(0) !important;
  }
  

  .header .header-nav ul {
    margin-left: 0;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 200px);
  }

  .header .header-nav li {
    position: relative;
    margin: 0 !important;
    text-align: left;
    transform: translateX(-60px);
    transition: transform 1.3s ease;
  }

  .open .header .header-nav li {
    transform: translateX(-5px);
  }

  .header .header-nav ul>li {
    transition-delay: .1s;
  }

  .header .header-nav li a {
    margin-left: 0;
    color: #000;
    text-decoration: none;
    font-size: 2.2rem;
  }

  .headerLogo_sp {
    display: block;
  }

  .headerLogo_pc {
    display: none;
  }

  .header .logo {
    display: block;
    height: 65px;
  }

  .header .logo img {
    width: 176px;
    top: 8px;
  }

/* =========================================
   footer---スマホ
========================================= */
  footer {
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
  }

  footer .footer-blk {
    display: block;
    padding: 20px 0;
  }

  footer .nav-blk {
  width: 100%;
}


  footer .footer-nav li {
    margin: 0 0 8px 0;
    padding-left: 0px;
    width: 50%;
  }

  footer .footer-blk .btn-blk {
    margin-bottom: 16px;
  }

  footer .footer-blk .btn-blk .btn {
    display: inline-block;
    box-sizing: border-box;
    width: 170px;
    height: 40px;
    color: #fff;
    background: linear-gradient(180deg, #4169E1, #00008B);
    font-size: 1.5rem;
    text-align: center;
    line-height: 42px;
    border-radius: 100vh;
    /* margin-right: 15px; */
    margin: 0 10px;
    overflow: hidden;
  }

  footer .footer-blk .btn-blk .btn:before {
    display: none;
  }

  footer .footer-blk .btn-blk .btn :after {
    display: none;
  }

  footer .address-blk {
    text-align: center;
  }

  footer .address-blk .text {
    display: inline-block;
  }

  footer .address-blk .telFax {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
  }

  footer .logo-blk {
    text-align: center;
  }

  footer .logo-blk img {
    width: 40%;
    margin: 0 auto;
  }

  footer .logo-blk h3 {
    text-align: center;
    font-size: 2rem;
  }

  footer .counter img {
    width: 10px;
  }

/* =========================================
   main visual---スマホ
========================================= */
  .mv {
    height: 500px;
    width: 100%;
  }

  .mv .zoomslider {
    height: 500px;
  }



/* =========================================
   オフサイトPPA
========================================= */
.offsitePPA_ttl {
  margin-top: 0;
  font-size: 2.6rem;
}

.offsitePPA_lead {
  margin-bottom: 40px;
  text-align: justify;
}

.companyStrengths {
  margin-bottom: 40px;
  padding: 5%;
}

.companyStrengths_ttl {
  margin-bottom: 16px !important;
  font-size: 3.0rem !important;
}

.companyStrengths_list li {
  font-size: 2.0rem;
}

.offsitePPA_figure {
  margin-bottom: 80px;
}

.offsitePPA_blk {
  margin-bottom: 80px;
  display: block;
}

.offsitePPA_wrap h3 {
  margin-bottom: 24px;
  font-size: 2.4rem;
  text-align: justify !important;
}

.offsitePPA_wrap p {
  margin-bottom: 24px;
  width: 100%; 
}

.offsitePPA_img {
  width: 100%;
}

.offsitePPA_img::before {
  display: none;
}

/* =========================================
   about---スマホ
========================================= */
  #about .inner {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  #about .inner .content1-blk {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 0 10px;
  }

  #about .content1-left {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  #about .content1-left h2 {
    margin-bottom: 30px;
  }

  #about .content1-right {
    height: 250px;
    width: 100%;
    background: url(./images/farmers1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    box-shadow: none;
    margin-bottom: 30px;
  }

  #about .content-ttl .pink {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  #about .content2-blk {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    margin-bottom: 60px;
  }

  #about .content2-blk .heading {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 20px;
    color: #FFF;/*フォントカラー*/
    background: #E74C3C;/*リボンの色*/
    text-align: center;
  }

  #about .content2-blk .heading:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
  }

  #about .content2-blk .heading h3 {
    font-size: 2.0rem;
  }

  #about .content2-item-blk {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #about .content2-item-left {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  #about .content2-item-left .img1 {
    position: static;
    height: 250px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    box-shadow: none;
  }

  #about .content2-item-left .img2 {
    display: none;
  }

  #about .content2-item-right {
    display: block;
    width: 100%;
    height: auto;
    text-align: justify;
    margin: 0;
    padding-bottom: 30px;
  }

  #about .content2-item-right .text {
    padding-right: 0;
  }

  #about .content2-item-right h2 {
    margin-bottom: 30px;
  }

  #about .content3-blk {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #about .content3-blk .content-ttl {
    width: 100%;
  }

  #about .content3-blk .content-ttl h3 {
    width: 100%;
    font-size: 2.3rem;
    text-align: center;
  }

  #about .content3-pink {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px 0 0;
    background: #FFC0CB;
    border: solid 3px #F08080;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
    margin-bottom: 60px;
  }

  #about .item-blk {
    display: block;
    justify-content: space-between;
  }

  #about .content3-pink .item {
    box-sizing: border-box;
    width:90%;
    margin: 10px auto 30px;
    background: #fff;
    border-radius: 10px;
  }

  #about .content3-pink .item-ttl {
    height: 50px;
    background: #F08080;
    color: #fff;
    border-radius: 10px 10px 0 0;
  }

  #about .item-num {
    position: absolute;
    top: -5px;
    left: -20px;
    width: 60px;
    height: 60px;
  }

  #about .item-text {
    position: absolute;
    top: 10px;
    left: 45px;
    font-weight: bold;
  }

  #about .img-ttl {
    font-size: 2.2rem;
  }

  #about .item-img {
    display: none;
  }

  #about .item p {
    text-align: justify;
    padding: 20px;
    line-height: normal;
  }

  /* Delightersの設定 */
  /* 基本のスタイル */
  .content3-blk.delighter {
    transition: all 1s ease-out;
    transform: translateY(2%);
    opacity: 0;
  }

  /* スタート時のスタイル */
  .content3-blk.delighter.started {
    transform: none;
    opacity: 1;
  }

/* //////////////////////////////////////////////////////////////////////// */
#about .content-ttl .blue {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.item-okomarigoto-ttl-blk{
  position: relative;
  height: 320px;
  display: block;
  background: #fff;
  border-left: solid 3px #4169E1;
  border-right: solid 3px #4169E1;
  border-top: solid 3px #4169E1;
  /*線*/
  border-radius: 20px 20px 0 0;
  /*角の丸み*/
}
.okomarigoto-left{
  width: 90%;
  margin-left: 50px;
}

.okomarigoto-ribon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 6px 20px 30px;
  margin: 0 0 30px -15px;
  width: 250px;
  height: 55px;
  font-size: 2.5rem;
  color: white;
  background: #1858AF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  top: 15px;
  left: -50px;
}

.okomarigoto-ribon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 13px #6081b7;
}

.okomarigoto-ttl h4 {
  font-size: 2rem;
  margin-left: -30px;
  padding: 0 30px 0 0px;
  text-align: center;
}

.okomarigoto-right{
  width: 70%;
  margin: 20px auto;
}
.item-okomarigoto-answer-blk{
  position: relative;
  background: #87CEEB;
  border-left: solid 3px #4169E1;
  border-right: solid 3px #4169E1;
  border-bottom: solid 3px #4169E1;
  /*線*/
  border-radius: 0 0 20px 20px;
  /*角の丸み*/
  margin-bottom: 30px;
}
.answer-headding {
  padding: 15px 0 10px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.answer-wrap{
  background-color: #fff;
  margin: 0 15px 15px;
  padding: 10px 15px;
  border-radius: 10px;
}
.answer-ttl {
  font-size: 2.2rem;
  padding: 10px 0 20px;
  text-align: center;
}
.answer-content{
  display: block;
}
.answer-content-left-text{
  width: 100%;
  padding-right: 0px;
}
.answer-content-left-text p{
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.answer-content-right-img{
  display: none;
    width: 80%;
    margin: 0 auto;
}


/* =========================================
   works---スマホ
========================================= */
.ttl {
  position: relative;
  width: 100%;
  height: 120px;
  padding-top: 0px;
  margin-bottom: 30px;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

  .ttl img{
    width: 100%;
    height: 120px;
    object-fit: cover;
  }

  .ttl h1 {
    letter-spacing: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #works h3 {
      width: 90%;
      text-align: center;
      margin: 0 auto 50px;
      font-size: 1.8rem;
    }

    #works h4 {
        font-size: 1.6rem;
      }

    #works .item-blk {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin-top: 0px
    }

    #works .item {
      position: relative;
      box-sizing: border-box;
      width: 49%;
      margin-bottom: 20px;
    }

    #works .item .new {
      position: absolute;
      top: -20px;
      left: -10px;
      width: 50px;
      height: 50px;
      background: #E53935;
      border-radius: 50px;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
      box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
      animation: anime 1s 0s infinite alternate;
      /* アニメーション指定 */
    }

    #works .item .new p {
      text-align: center;
      color: #fff;
      margin-top: 12px;
      font-size: 1.5rem;
    }

    #works .item h5 {
      text-align: center;
    }

    #works .works-info {
      font-size: 1.2rem;
    }

    #works table {
      width: 100%;
      margin-bottom: 0px;
      font-size: 1.1rem;
      letter-spacing: normal;
    }

    #works .item .btn {
      margin: 20px 0 30px;
      margin-left: 50%;
      transform: translate(-50%);
      width: 120px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #works .item .btn:before{
      display: none;
    }

    #works .item .btn a{
      font-size: 1.2rem;
    }

    #works .item .btn a:after{
      display: none;
    }

    #works .link {
      margin-bottom: 60px;
    }

    /* Delightersの設定 */
    /* 基本のスタイル */
    .item.delighter {
      transition: all 1s ease-out;
      transform: translateY(5%);
      opacity: 0;
    }

    /* スタート時のスタイル */
    .item.delighter.started {
      transform: none;
      opacity: 1;
    }

/* =========================================
   works-sample---スマホ
========================================= */

@keyframes slideIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


#works-sample .inner .works-number {
  margin-bottom: 30px;
}

#works-sample .inner .works-number h3 {
  font-size: 2rem;
  margin-bottom: 0;
}

#works-sample .inner .works-number span {
  width: 60%;
}

#works-sample .inner {
  margin-bottom: 20px;
}

#works-sample .inner .works-info table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#works-sample .inner .works-info table th {
  display: block;
  border-bottom: solid 2px #87CEFA;
  background-color: #F0F8FF;
  padding: 10px;
  width: auto;
  text-align-last: center;
  font-size: 1.6rem;
}

#works-sample .inner .works-info table td {
  display: block;
  padding: 10px 40px;
  font-size: 1.6rem;
  text-align-last: center;
}

#works-sample .btn {
  position: relative;
}


/* =========================================
   workflow---スマホ
========================================= */

.ttl h1 {
  width: 100%;
  letter-spacing: 0.3rem;
  font-size: 2.5rem;
  text-align: center;
}

  #workflow .inner {
    position: relative;
  }

  #workflow h3 {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px;
    font-size: 1.8rem;
  }

  #workflow .item-blk {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  #workflow .item {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    width: 303px;
    background: #1E90FF;
    border-radius: 10px;
  }

  #workflow .item .text {
    position: absolute;
    color: #fff;
    font-size: 2.1rem;
    top: 50%;
    left: 50%;
    display: inline;
    transform: translate(-50%, -50%);
    text-align: center;
    writing-mode: horizontal-tb;
  }

  #workflow .item-blk .svg-arrow svg {
    color: #87CEFA;
    width: 25px;
    text-align: center;
    transform: rotate(90deg);
    margin: -10px 0 -25px;
  }

  /* Delightersの設定 導入までの流れの図 */
  /* 基本のスタイル */
  .item-blk.delighter {
    transition: all 0.5s ease-out;
    transform: translateX(-10%);
    opacity: 0;
  }

  /* スタート時のスタイル */
  .item-blk.delighter.started {
    transform: none;
    opacity: 1;
  }

/* =========================================
   worksflow-contents(下層ページ)---スマホ
========================================= */
#workflow_contents .ttl {
  position: relative;
  width: 100%;
  height: 100px;
  padding-top: 30px;
  margin-bottom: 30px;
  background: url(images/header-img-workflow@2x.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

#workflow_contents .ttl h1 {
  width: 100%;
  letter-spacing: 0.3rem;
  font-size: 2.5rem;
  text-align: center;
}

#workflow_contents .workflow_contents_lead {
  text-align: justify;
}

#workflow_contents .inner h3 {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 1.5rem;
}

#workflow_contents .num {
  color: #1858AF;
  font-size: 7rem;
  line-height: normal;
  width: 10%;
  margin-top: -30px;
  padding-right: 30px;
  font-weight: bold;
}

#workflow_contents .num :after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: #B0E0E6;
  border-radius: 100px;
  top: -20px;
  left: -70px;
  z-index: -1;
  opacity: 0.3;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

  #workflow_contents .contents-blk {
    width: 100%;
    margin-top: 50px;
  }

  #workflow_contents .contents-blk .content {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #workflow_contents .contents-blk .content-left {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }

  #workflow_contents .content .info-blk {
    width: 100%;
    padding-right: 0px;
    position: relative;
  }

  #workflow_contents .content .photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  #workflow_contents .btn {
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 30px;
  }

  #workflow_contents .loopslider {
    width: 100%;
  }

  #workflow_contents .loopslider img {
    border-color: #fff;
    border-style: solid;
    border-width: 10px;
  }

/* =========================================
   company---スマホ
========================================= */
  #company .ttl {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 30px;
    margin-bottom: 30px;
    background: url(images/header-img-company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }

  #company .ttl h1 {
    width: 100%;
    letter-spacing: 0.3rem;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
  }

  #company .inner {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
  }

  #company .inner .content-ttl h2 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 50px;
    padding: 0 20px;
  }

  #company .inner .content-ttl h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0%;
    width: 100%;
    height: 5px;
    background: #1858AF;
  }

  #company .gaiyou-table {
    width: 100%;
    margin-bottom: 50px;
  }

  #company .gaiyou-table table {
    width: 100%;
  }

  #company .gaiyou-table th {
    font-size: 1.5rem;
    border-bottom: solid 2px #87CEFA;
    text-align-last: justify;
    -moz-text-align-last: justify;
    vertical-align: top;
    padding: 10px;
    width: 50%;
  }

  #company .gaiyou-table td {
    font-size: 1.5rem;
    border-bottom: solid 2px #ddd;
    text-align: left;
    padding: 10px;
    width: 100%;
    word-wrap: break-word;
  }

 .map {
    width: 100%;
    height: auto;
  }

 .access-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: left;
  }

.access-info ul {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

.access-info ul i {
    padding-right: 10px;
    font-size: 2.5rem;
  }

/* =========================================
   SDGｓ---スマホ
========================================= */
  #sdgs .ttl {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
  }

  #sdgs .ttl h1 {
    width: 100%;
    letter-spacing: 0.3rem;
    font-size: 2.5rem;
    text-align: center;
  }

  #sdgs .content1-blk {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }

  #sdgs .content1-left {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 20px;
  }

  #sdgs .content1-right {
    height: 250px;
    width: 100%;
  }

  #sdgs h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    padding: 0.1em 0.5em;
    border-left: 10px solid #9ACD32;

  }

  #sdgs .content2-item-bottom {
    width: 100%;
    height: 100px;
    background: url(./images/SDGs-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px auto 40px;
  }

  #sdgs .btn {
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 10px
  }

  #sdgs .linkinfo p {
    text-align: center;
    margin-top: -10px;
  }

/* =========================================
   contact---スマホ
========================================= */
  #contact .ttl {
    height: 100px;
    margin-bottom: 15px;
  }

  #contact .ttl h1 {
    width: 100%;
    letter-spacing: 0.3rem;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  }

  #contact .contact-form {
    width: 100%;
  }

  #contact .contact-form iframe {
    width: 100%;
    text-align: center;
  }

  #contact .contact .btn {
    margin-bottom: 0px;
  }

/* =========================================
   access---スマホ
========================================= */
  #access {
    margin-bottom: 0px;
  }

  #access .ttl {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
  }

  #access .ttl h1 {
    width: 100%;
    letter-spacing: 0.3rem;
    font-size: 2.5rem;
    text-align: center;
  }

/* =========================================
   contact-info---スマホ
========================================= */
  #contact-info {
    position: relative;
    width: 100%;
    height: 430px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 100%), url(images/contact-info-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0px;
  }

  #contact-info .inner {
    position: absolute;
    width: 90%;
    height: auto;
  }

  .content-info-ttl {
  padding: 20px 0;
}

  #contact-info h2 {
    padding-bottom: 15px;
    font-size: 3rem;
  }

  #contact-info p {
    font-size: 1.7rem;
    padding: 0 15px 15px;
    line-height: normal;
  }

  #contact-info .tel-mail {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 5px 30px;
  }

  #contact-info .tel ul {
    font-size: 3rem;
    padding-bottom: -50px;
  }

  #contact-info .tel li {
    line-height: 100%;
  }

  #contact-info .tel object {
    width: 2.8rem;
    height: 30px;
    vertical-align: bottom;
  }

  #contact-info .tel a {
    font-size: 3.5rem;
  }

  #contact-info .tel ul p {
    font-size: 1.8rem;
  }

  #contact-info .mail {
    width: 90%;
    height: 80px;
    margin: 0 auto;
  }

  #contact-info .mail .mail-btn {
    font-size: 2rem;
  }

  #contact-info .mail a::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(images/mail-icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
