/*
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%;
  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%;
  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: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 共通 */
html {
  width: 100%;
}

img {
  width: 100%;
}

main {
  max-width: 1200px;
  margin: 0 auto;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

h2 {
  padding-top: 30px;
  width: 100%;
  font-size: 40px;
}

@media screen and (max-width:767px) {
  h2 {
    padding-top: 20px;
    width: 100%;
    font-size: 27px;
  }
  }

  p {
    font-size: 1.125rem; /* 18pxをremに変換 */
    line-height: 1.875rem; /* 30pxをremに変換 */
    margin: 1rem; /* 20pxをremに変換 */
  }

.sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #7ac843 transparent transparent transparent;
  margin: 0 auto;
}

.sankaku2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  margin: 0 auto;
}

/*	header
--------------------------------------------------------------------*/
#h_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

#header img {
  width: 100%;
  height: auto;
}

#header ul {
  display: flex;
  list-style: none;
}

#header ul li.csl,
#header ul li.tel img {
  display: none;
}

#header ul li.tel a {
  white-space: nowrap;/*	追加dsafari折り返しNG-*/
  font-size: 15px;
  color: #222;
}

#header ul li.tel a:hover {
  text-decoration: none;
}

#header ul li.tel a span span {
  position: relative;
  margin-left: 10px;
  padding: 0 0 0 38px;
  font-size: 28px;
  font-weight: bold;
  color: #23ac38;
}

#header ul li.tel a span span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 22px;
  margin-top: -11px;
  background: url(../img/h_tel_icon.png) no-repeat;
}

@media screen and (max-width:767px) {
  #h_wrap {
    padding: 0;
  }

  #header {
    padding: 10px;
  }

  #header ul li.csl,
  #header ul li.tel img {
    display: block;
  }

  #header ul li.tel span {
    display: none;
  }

  #header ul li {
    margin-left: 10px;
  }
}

/* main */
.main {
  margin-top: 80px;
}

@media screen and (max-width:767px) {
  .main {
    margin-top: 60px;
    background-color: #23ac38;
  }
}


/* band */
.band {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #23ac38;
}

#band a {
  width: 50%;
  height: auto;
}

@media screen and (max-width:767px) {
  #band a {
    width: 100%;
    height: auto;
  }
}

/* nayami */
#nayami h2 {
  padding: 60px 0px 30px 0px;
  background-color: #23ac38;
  color: #fff;
  text-align: center;
}

#nayami h3{
  font-size: 30px;
  color:#fff;
  text-align: center;
  margin-bottom: 20px;
  background-color: #ffb03f;
  padding: 10px;
}

#nayami ul li {
  font-size: 18px;
  list-style: none;
}

#nayami li:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: red;
  margin-right: 10px;
}

#nayami ul {
  border: solid 2px #ffb03f;
  padding: 0 0.5em;
  background-color: #fff;
}

#nayami ul li {
  line-height: 1.5;
  padding: 0.25em 0 0.25em 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}

#nayami ul li:last-of-type {
  border-bottom: none;
}

.nayami {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#23ac38, #7ac843);
  flex-wrap: wrap;
  padding: 30px 0px 30px 0px;
}

.nayami01 {
  width: 48%;
  padding: 1%;
}

@media screen and (max-width:767px) {
  #nayami h2{
    padding: 40px 0px 0px 0px;
  }
  .nayami01 {
    width: 100%;
    margin: 1%;
  }
}

/* kikoe */
#kikoe{
  max-width: 100%;
}
#kikoe h2 {
  font-size: 40px;
  margin: 15px;
  text-align: center;
  line-height: 50px;
}
#kikoe h3{
  font-size: 25px;
  line-height: 30px;
 text-align: center;
}
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

#kikoe span {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

#kikoe li{
  list-style: none;
  margin: 1.2rem;
  border-bottom: dotted 1.5px #7ac843;
  padding-left: 5px;
  padding-bottom: 10px;
  font-weight: 500;
}

#kikoe li:before{
  content: "\f004";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: red;
  margin-right: 5px;
}

#kikoe ul{
  margin: 40px  0px  20px 0px;
}
.kikoe{
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.recomend{
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
  border: solid 3px #7ac843;
  margin-bottom: 30px;
  margin-top: 20px;
}
.small{
  font-size: 10px;
}
@media screen and (max-width:767px) {
  #kikoe h2 {
    padding-top: 25px;
    width: 100%;
    font-size: 30px;
  }
  .recomend{
    border: none;
  }
}

/*tokuten */
#tokuten h2 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

#tokuten p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.tokuten {
  background-color: #7ac843;
  display: inline-block;
}

.tokuten01 {
  text-align: center;
  display: flex;
  align-items: flex-start;/*追加 safari image崩れ */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 80px 50px 80px;
}

#tokuten img {
  width: 33%;
  height: auto;
}

@media screen and (max-width:767px) {
  #tokuten img {
    width: 80%;
    margin: 0 auto;
  }

  .tokuten01 {
    text-align: center;
    display: flex;
    align-items: flex-start;/*追加 safari image崩れ */
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 10px 50px 10px;
  }
}

/*area */
#area h2 {
  text-align: center;
}

/*customer */
#customer h2 {
  text-align: center;
  padding-bottom: 15px;
  color: #7ac843;
}

#customer h3 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-top: 15px;
  line-height: 30px;
}

#customer h4 {
  font-size:20px;
}

#customer img {
  width: 30%;
  padding: 1%;
}

#customer span {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.customer{
  display: flex;
  align-items: flex-start;/*追加 safari image崩れ */
  justify-content:space-between;
  flex-wrap: wrap;
}

.customer_wrapper{
  width: 48%;
  display: flex;
  align-items: flex-start;/*追加 safari image崩れ */
  border: solid 3px #7ac843;
  margin-top: 30px;
  background-color: #f5fffa;
}

.customer_box02{
  display: flex;
  align-items: flex-start;/*追加 safari image崩れ */
  background-color: #7ac843;
  color: #fff;
  padding-bottom: 10px;
}

@media screen and (max-width:767px) {
  #customer img {
    width: 15%;
    padding: 3%;
  }

  #customer h3 {
    font-size: 22px;
    line-height: 25px;
  }

  #customer h4 {
    font-size: 18px;
  }

  .customer_wrapper{
    width: 100%;
    margin: 2%;
  }
  .customer_box02{
    align-items: center;
  }
}
/*flow*/
#flow h2{
  text-align: center;
}
body{
  counter-reset: number 0;
}
.flow-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flow-item {
  text-align: right;
  max-width: 15%;
  background-color: #22ac38;
}
.flow-item-img{
  position: relative;
}
.flow-item-img:before{
  padding: 20px;
  border-radius: 50%;
  left:-10px;
  top:-20px;
  font-weight: 900;
  background-color: #FF9900;
  color: #ffffff;
  counter-increment: number 1;      /* number カウンタを増加 */
  content: counter(number) " ";      /* 表示形式を指定 */
  position: absolute;
}
.flow-item-p{
  min-height: 250px;
  display: inline-block;
  display: flex;
  width: 100%;
  align-items: center;
  -ms-writing-mode: tb-rl;
  	-webkit-writing-mode: vertical-rl;
  	writing-mode: vertical-rl;

  	/*--mixedを指定--*/
  	-webkit-text-orientation: mixed;
  	text-orientation: mixed;
    background-color:#f5fffa;
}
.tate{
  text-combine-upright: all;
}

@media screen and (max-width:767px) {
  .flow-wrapper{
    padding: 0%  5%  0%  5%;
  }
  .flow-item {
    min-width: 100%;
    display:flex;
    margin-bottom: 15px;
    position: relative;
  }
  .flow-item:not(:last-child):before {
  content: "▼";
  position: absolute;
  color: #22ac38;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem; /* または任意のサイズ */
}
  .flow-item-img{
    width:60%;
  }
  .flow-item-p{
    min-height: 0px;
    writing-mode:horizontal-tb;
  }
  .flow-item-img:before{
     display: none;
      }
}

/*footer */
footer {
  width: 100%;
  height: 50px;
  margin: 15px 0px 15px 0px;
}

#footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 15px 0px 15px 0px;
}

#footer li {
  margin-right: 6px;
  padding-left: 10px;
  border-left: 1px solid #999;
}

.copyright {
  text-align: center;
}

/*footer */
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
