@charset "utf-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
 
ul[class],
ol[class] {
  padding: 0;
}
 
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
 
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
 
ul[class],
ol[class] {
  list-style: none;
}
 
a:not([class]) {
  text-decoration-skip-ink: auto;
}
 
img {
  max-width: 100%;
  display: block;
}
 
article > * + * {
  margin-top: 1em;
}
 
input,
button,
textarea,
select {
  font: inherit;
}
 
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@charset "utf-8";
body {
    font-family: "Adobe Devanagari", sans-serif;
    font-style: normal;
}
header {
    display: flex;
	flex-direction: column;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
	z-index: 1;
}
.header ul {
	margin-top: 0%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    width: 100%;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.header ul li {
    list-style: none;
    /* [disabled]float: left; */
    /* [disabled]margin-right: auto; */
    margin-top: 0px;
    /* [disabled]margin-left: auto; */
    padding-left: 2%;
    padding-right: 2%;
    transition: all 0.3s linear;
    text-align: left;
    line-height: 58px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 1.8em;
    /* [disabled]font-family: UD Digi Kyokasho NP-R, 'Meiryo'; */
    letter-spacing: 0px;
    text-shadow: 0px 3px 6px #00000080;
    opacity: 1;
}
.header ul li a {
	color: #FFFFFF;
}
.header ul li a:hover {
    color: #F2F789;
    cursor: pointer;
}
a {
	text-decoration: none;
}
.catch {
    text-align: center;
    margin-top: 20%;
    margin-bottom: 10%;
    font-size: 1.8em;
    font-family: "UD デジタル 教科書体 NK-R", sans-serif;
    color: #28409F;
    line-height: 2em;
}
.catch .smaph{
	display: none;
} 
.sns_link {
	display: flex;
	justify-content: center;
}
.sns_link .sns_icons {
	margin-left: 2%;
	margin-right: 2%;
}
.sns_icons img {
	height: 50%;
} 
.main_comment {
    padding-top: 15%;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    font-size: 1.8em;
    font-family: "Meiryo UI", sans-serif;
    letter-spacing: 25px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000080;
    opacity: 1;
    height: 420px;
    background-image: url(../images/01_%E3%82%B5%E3%83%B3%E3%83%97%E3%83%AB%E7%94%A8%E7%94%BB%E5%83%8F_%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89%201.jpg);
    background-position: center center;
    background-size: cover;
}

              @keyframes open-keyanime1 {
                0% { 
                  opacity: 0;
               } 
                100% {
                  opacity: 1;
                }
              }
              .main_comment h1 {
                animation-name: open-keyanime1;
                animation-duration: 1s;
                animation-timing-function: linear;
                animation-fill-mode: none;
                animation-iteration-count: 1;
              }

.news h2 {
	text-align: center;
	font-size: 2.5em;
    letter-spacing: 0px;
    color: #97A248;
}
.news ul li {
    list-style: none;
    text-align: center;
    color: #97A248;
    font-size: 1.5em;
    font-family: "UD デジタル 教科書体 NK-R", sans-serif;
}
.etc {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 10% 20%;
}
.etc div {
    margin: 0% 2%;
}
footer {
	background-color: #97A248;
	margin-top: 100px;
}
footer h3 {
    text-align: center;
    color: #ffffff;
    font-size: 1.3em;
    font-family: "UD デジタル 教科書体 NK-R", sans-serif;
}
footer p {
	text-align: center;
	padding: 0;
}
footer ul {
	list-style: none;
}
.sitemap ul {
	display: flex;
	justify-content: center;
}
.sitemap li {
	margin-left: 2%;
	margin-right: 2%;
}
.sitemap li a {
    color: #ffffff;
	font-size: 1.3em;
}
#page_top {
    position: fixed;
    bottom: 15%;
    right: 0px;
    z-index: 100;
    display: none;
	width: 80px;
}
#page_top .icons {
    width: 50%;
    /* [disabled]right: -500px; */
}
#page_top .icons img {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* 下からフェードイン */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
}
 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }

/*about*/
.menu_bg {
	position: fixed;
}
.c_page_main_comment {
    padding-top: 15%;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    font-size: 1.8em;
    font-family: "Meiryo UI";
    letter-spacing: 0px;
    color: #97A248;
    text-shadow: 0px 3px 6px #00000080;
}
.self_intro {
	display: flex;
	flex-direction: column;
	margin-left: 5%;
	margin-right: 5%;
}
.self_intro .clovers {
	width: 15%;
}
.upper_s_intro {
	display: flex;
	flex-direction: row;
}
.upper_s_intro img {
	
}
.upper_s_intro p {
	padding-top: 13%;
	width: 70%;
	color: #28409F;
	font-size: 1.2em;
	line-height: 200%;
	font-family: "UD デジタル 教科書体 NK-R", sans-serif;
}
.lower_s_intro {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.staff_intro {
	display: flex;
	flex-direction: column;
	margin-top: 5%;
}
.staff_intro img {
	width: 50%;
	height: 50%;
	z-index: -1;
}
.staff_intro p {
	width: 50%;
	color: #28409F;
	font-size: 1.2em;
	line-height: 200%;
	font-family: "UD デジタル 教科書体 NK-R", sans-serif;
}
.first_staff {
	display: flex;
	flex-direction: row;
}
.first_staff p {
	padding-left: 5%;
	padding-right: 7%;
}
.sec_staff {
	display: flex;
	flex-direction: row;
	margin-top: 15%;
}
.sec_staff p {
	padding-left: 7%;
	padding-right: 5%;
}
.comp_info {
	color: #28409F;
	font-size: 1.2em;
	font-family: "UD デジタル 教科書体 NK-R", sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 5%;
}
.comp_info h3 {
	padding-left: 35%;
}
.four_clovers{
	width: 15%;
	margin-right: 5%;
}
.comp_detail {
	width: 50%;
	margin-top: 5%;
}
.comp_detail td {
	padding-left: 5%;
}
.access {
	color: #28409F;
	font-size: 1.2em;
	font-family: "UD デジタル 教科書体 NK-R", sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 5%;
}
.access h3 {
	text-align: center;
	margin-bottom: 3%;
}
.three_clovers {
	width: 10%;
}
.one_clover {
	width: 6%;
	display: flex;
	align-items: flex-end;
}
.map {
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 5%;
}

/*contact*/
.cont_header {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
}
.cont_header img {
	width: 20%;
	height: 20%;
}
.cont_header .c_page_main_comment {
	font-size: 2.5em;
}
.form {
	padding: 30px 100px;
	margin-top: 50px;
	margin-left: 15%;
}
.form h3 {
    font-size: 1.8em;
    text-align: center;
    color: #A3A7A6;
	margin-bottom: 5%;
}
.form dl dt {
	width: 165px;
	padding: 10px 0;
	float: left;
	clear: both
}
.form dl dd {
	padding: 10px 0;
}
.form .name {
	width: 240px;
	height: 30px;
}
.form .email {
	width: 300px;
	height: 30px;
}
.form .tel {
	width: 240px;
	height: 30px;
}

.form .type {
	width: 180px;
	height: 30px;
}
.form .message {
	width: 600px;
	height: 150px;
}
.form button {
	background-color: #97A248;
	color: #ffffff;
	font-size: 20px;
	width: 120px;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: 3px solid #37B8A3;
	margin-left: 165px;
}
.form button:hover {
	background-color: #ffffff;
	color: #37B8A3;
	cursor: pointer;
}
.form .required:after {
	content: " * ";
	color: #ff0000;
}
.form .attention {
	margin: 20px 0 0 165px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
}
.btn {
	background-color: #009CD3;
	color: #ffffff;
	font-size: 20px;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	border: 3px solid #009cd3;
	margin-left: 20px;
	-webkit-appearance: none;
}
.btn:hover {
	background-color: #ffffff;
	color: #009cd3;
	cursor: pointer;
}
input .btn {
 -webkit-appearance: none;
}

/*works*/
.works {
	display: flex;
	flex-direction: column;
}
.bg_clover img {
	position: fixed;
}
.works_each {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	color: #28409F;
	align-items: center;
	margin-top: 10%;
	z-index: -2;
}
.works_end {
	margin: 10% 0%;
}
.works_each img {
	width: 20%;
	margin-bottom: 5%;
}
.works_each p {
	margin-left: 7%;
	font-size: 1em;
	font-family: "UD デジタル 教科書体 NK-R", sans-serif;
}

@media (max-width : 321px ){
	}

@media (max-width : 415px ){
	footer h3 {
		font-size: 1.2em;
	}
	.sitemap ul {
		flex-wrap: wrap;
	}
	.main_comment{
		padding-left: 15%;
		padding-right: 15%;
		height: 250px;
		letter-spacing: 5px;
	}
	.news {
		margin: 0 15% 0 10%
	}
	.upper_s_intro p {
        font-size: 1em;
        line-height: 180%;
    }
	.staff_intro img {
		width: 100%;
	}
	.staff_intro p {
		width: 100%;
	}
	.first_staff {
        flex-direction: column;
    }
	.sec_staff {
		flex-direction: column-reverse;
	}
	.first_staff p, .sec_staff p {
		font-size: 1em;
		line-height: 180%;
	}
	.comp_detail {
        width: 80%;
        margin-top: 5%;
		margin-left: 10%;
    }
	.comp_info {
		font-size: 0.8em;
	}
	.access h3 {
		font-size: 0.8em;
	}
	.works_each img {
        width: 40%;
        margin-bottom: 5%;
    }
	.form h3 {
		width: 100%;
		margin: 0 auto;
		font-size: 0.9em;
	}
	.etc {
		margin-left: 10%;
		margin-right: 10%
	}
	.form {
		padding: 0;
		width: 70%;
		margin: 0 auto;
	}	
	.form .attention {
		margin-left: 0;
	}
	.catch {
		font-size: 1.2em;
		line-height: 1.8em;
	}
	.catch .smaph{
	display: inline;
} 
	.news ul li {
		font-size: 1.0em;
	}
}

@media (max-width: 768px) {
	ul {
		padding-left: 0;
	}
	.comp_info {
		justify-content: center;
	}
	.comp_detail {
		width: 60%;
	}
	.four_clovers {
		margin-right: 0;
	}	
	.form h3 {
		font-size: 1.5em;
	}
	.form .message {
		width: 100%;
	}
}

@media (min-width : 415px ) and ( max-width : 768px ){
	.main_comment {
		height: 300px;
	}
	.form {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
    
}
@media (min-width: 1240px) and ( max-width : 1350px ) {
	.main_comment {
    height: 500px;
	}
}
@media (min-width: 1350px) {
	.main_comment {
    height: 510px;
	}
}
