@charset "UTF-8";

/*=============================================
# Reset
=============================================*/

html{
	font: sans-serif;
}


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font: sans-serif;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  border-image-slice: 1;
  border-radius: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*=============================================
# Base
=============================================*/
body {
  position: relative;
  z-index: -9999;
  background-color: #f4f3f1;
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

/*=============================================
# Project
=============================================*/
/* p-main-visual
===============================*/
.p-main-visual {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.p-main-visual__img {}

.p-main-visual__title,
.p-main-visual__lead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-main-visual__title {}

.p-main-visual__lead {}

.p-main-visual__text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-main-visual__text {
    font-size: 16px;
  }
}


.midori{
	line-height: 1.8em;
	color: #00A856;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}

.kuromoji{
	line-height: 1.8em;
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}

.toiawase{
	line-height: 1.8em;
	color: black;
	font-size: 16px;
	font-weight: bold;
}


.link img{
	width: 90%;
	margin: 0 auto;
}



@media screen and (max-width: 768px) {
	

.p-main-visual {
	padding: 0 20px;
}	
	

.midori{
	line-height: 1.8em;
	color: #00A856;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
}

.kuromoji{
	line-height: 1.8em;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
}

.toiawase{
	line-height: 1.8em;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 50px;
}


.link img{
	width: 90%;
	margin: 0 auto;
}

}

