/* 基本リセットと共通スタイル */
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;
  vertical-align: baseline;
  background: transparent;
}

/* レイアウト関連のスタイル */
#h_wrap {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  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;
  }
}

/*	濱田記述
--------------------------------------------------------------------*/
/*	共通
--------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  /* 統一されたフォントファミリー */
  line-height: 1.6;
  font-size: clamp(1rem, 2vw + 1rem, 1.2rem);
  /* 基本のフォントサイズ */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1 {
  font-size: clamp(1.1rem, 2.3vw + 0.9rem, 2.8rem);
  margin: 0.5em 0;
  text-align: center;
}

h2 {
  font-size: clamp(1.0rem, 2.1vw + 0.8rem, 2.5rem);
  margin: 1em 0;
  text-align: center;
}

h3 {
  font-size: clamp(0.8rem, 1.7vw + 0.6rem, 2.0rem);
  margin: 1em 0;
  text-align: center;
}

p {
  margin: 0.5em 0;
  text-align: center;
}

a{
  text-decoration: none;
}
.header-with-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-image {
  margin: 0 30px;
}

.text {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.green {
  color: #22ac38;
}

.light-green {
  color: #8fc21f;
}

.bold {
    font-weight: bold;
}
section {
  padding: 60px 0 80px 0;
  background-color: #fff;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
}
/*	fv
--------------------------------------------------------------------*/
.fv {
  margin-top: 90px;
  background-repeat: no-repeat;
}

.fv img{
  width: 100%;
}
/*	rental
--------------------------------------------------------------------*/
#rental {
  padding: 0px 0 40px 0;
}

#rental .wrapper {
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}

#rental img {
  width: 80%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: auto;
}

/*	form
--------------------------------------------------------------------*/
#form {
  padding: 0;
}

#form h3 {
  margin: 0;
}

.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);
    }
}
.form_wrapper {
  padding: 60px 30px;
  background-color: #27a839;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.form_wrapper .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.form_wrapper .content img{
  width: 100%;
}
.form_line {
  background-color: #1f772a;
  color: #fff;
  text-align: center;
  padding: 20px;
}

#form .wrapper {
  justify-content: center;
  padding: 20px 0px;
}

.form_line img {
  width: 100px;
  margin-right: 20px;
}

/*	worry
--------------------------------------------------------------------*/

#worry {
  background-color: #f8f8f8;
}

#worry .wrapper {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.list-section {
  flex: 1 1 45%;
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}
#worry ul {
  padding: 0;
  list-style: none;
}

#worry li {
  margin-bottom: 10px;
  border-bottom: dotted 0.5px black;
}

#worry li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  margin: 0 1em;
}

/*	kikoe
--------------------------------------------------------------------*/

#kikoe .content {
  max-width: 800px;
}

/*	recommend
--------------------------------------------------------------------*/
#recommend {
  background-color: #e9f2ea;
}

#recommend .content {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#recommend .green {
  color: #4CAF50;
}

#recommend ul {
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#recommend li {
  width: 23%;
  text-align: center;
}
#recommend li img {
  max-width: 100%;
  border-radius: 50%;
}
#recommend .number {
  font-weight: bold;
  color: #8fc21f;
  font-size: 1.5rem;
}

 .TRENDY {
  background-color: #f4f4f4;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#recommend img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#recommend .TRENDY img {
  height: 300px;
  width: auto;
}

.TRENDY_item {
  max-width: 70%;
  margin-left: 2.5%;
}

.TRENDY h3 {
  text-align: left;
}

.TRENDY_item p {
  text-align: left;
}

/*	benefit
--------------------------------------------------------------------*/
#benefit {
  background-color: #22ac38;
  color: #fff;
}

#benefit h2 {
  color: #fff;
}

#benefit .content{
  justify-content: space-between;
  align-items: center;
}
/*	japan
--------------------------------------------------------------------*/
#japan .content{
  max-width: 800px;
  text-align: center;
}

#japan .content img{
  max-width: 100%;
}
/*	customer
--------------------------------------------------------------------*/
#customer {
  background-color: #e9f2ea;
}

#customer h3 {
  text-align: left;
}

.customer_voice p {
  text-align: left;
}

#customer .content {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.customer_voice {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.customer_voice img {
  object-fit: cover;
  border-radius: 50%;
  padding-right: 20px;
}

.customer_item {
  width: 68%;
  padding-left: 20px;
}

/*	flow
--------------------------------------------------------------------*/
#flow {
  background-color: #22ac38;
  color: #fff;
}

#flow h2 {
  color: #fff;
}
#flow img{
  max-width: 100%;
}
#flow .content{
text-align: center;
}

/*	footer
--------------------------------------------------------------------*/
#footer {
  padding: 20px 0;
  text-align: center;
}

#footer footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
}

#footer li {
  margin: 0 15px;
  border: none;
}

#footer a {
  color: black;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 0;
  font-size: 0.9rem;
}
