/*!
header, footer, top module
 ______________________________*/

.container {
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  width: 92.28%;
  padding: 0 calc(var(--grid-gutter) / 2);
}

body {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
/* 
header
_______________________________*/

header {
  padding: 20px 40px;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 img {
  width: 606px;
  height: auto;
  margin:0;
  padding:0;
  line-height: 1;
}

/*
mv
_______________*/
.mv img {
  width: 100%;
  height: auto;
}
.top_about{
  padding:60px 0;
}
h3 {
  font-family: serif;  
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-primary);
  text-align: center;
  margin:0;
  padding:0;
}
h3 span {
  font-family: serif;  
  display: block;
  color: var(--font-color);
  font-size:1.9rem;
}

.top_about h4{
  font-family: serif;
  text-align: center;
  margin: 50px 0 15px;
  font-size: 2.2rem;
}

p{
  font-size:1.3rem;
}
.top_about p{
  margin:30px 0 100px;
  font-size:1.8rem;
  text-align: center;
  line-height: 2;
}
.top_about .container{
  position: relative;
}
.top_flex{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding:0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  top:-75px;
}
.top_flex li{
  width:33.333333%;
}

.top_letter{
  background-image: url("../img/top_grad.png");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center bottom;  
  padding:0 0 95px;

}
.top_letter h3{
  margin-bottom: 40px;
}
.top_letter_tx{
  margin:0 15%;
}

.top_letter h5{
  font-weight: normal;
  margin: 0 0 10px;    font-size: 1.3rem;
}
.top_letter ul{
  list-style: circle;    font-size: 1.3rem;
  margin: 0 0 0 1em;
  padding: 0 0 0 .5em;
}

.top_hope{
  padding:50px 0;
}
.top_hope h3{
  margin-bottom: 60px;
}

.top_management{
  padding:50px 0;
}
.top_management h3{
  margin-bottom: 40px;
}

.top_management_flex{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin:0 0 30px;
  padding:0;
}
.top_management_flex li:nth-child(1){
  width:68%;
}
.top_management_flex li:nth-child(2){
  width:28%;
  background-color:#58a63e;
  color:#fff;
  border-radius: 15px;
  padding:5px 10px;
}
.top_management_flex li:nth-child(2) p{
  margin-bottom: 0;
  font-size:1.2rem;
}

h3.management{
  font-family: sans-serif;
  color:#58a63e;
  border: 1px solid #58a63e;
  font-size:1.8rem;
  padding:15px 10px;
  margin:0 0 20px;
}

p.sign{
  text-align: right;
  font-size:1.3rem;
  font-family: serif;
  margin-bottom: 60px;
}
p.sign span{
  font-size:1.9rem;
}

.top_link{
  display: flex;
  justify-content: space-between;
  margin:0 15.8% 50px;
  padding:0;
  list-style-type: none;
}
.top_link li{
  width:32%;
}
.top_link a{
  display: block;
  border: 1px solid #58a63e;
  padding:25px 20px;
  text-align: center;
  color:var(--font-color);
  font-family: serif;
  font-size:1.9rem;
  font-weight: 600;
  background-image: url("../img/ico_arr.png");
  background-repeat: no-repeat;
  background-size:20px;
  background-position: center right 10px;
  position: relative;
}
.top_link a span{
  position: relative;
  left:-10px;

}
/*
footer
_________________*/

footer{
  background-color: var(--color-primary);
  color:#fff;
  padding:20px 0;
}
footer ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin:0;
  padding:0;
}
footer ul li:nth-child(1){
  width:60%;
}
footer ul li:nth-child(2){
  width:30%;
}
footer ul li:nth-child(2) iframe{
  width:100%;
  height: auto;
}
footer img{
  width:606px;
  height: auto;
}
footer .add{
  font-size:1.3rem;
}
footer .tel{
  font-size:1.5rem;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 1.3;
  font-weight: 600;
}
footer .tel span{
  font-size:1.8rem;
}
footer .tel a{
  color:#fff;
}
/*
copy
_________________*/
.copy {
  background-color: var(--color-primary);
  color:#fff;
  text-align: center;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, "sans-serif";
  padding: 5px 0;
}
/*
#breadcrumb
________________________*/
#breadcrumb {
  display: block;
  margin: 20px 0;
  text-align: left;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
}
#breadcrumb ul li:before {
  content: " / ";
}
#breadcrumb ul li:first-child:before {
  content: none;
}
#breadcrumb ul li,
#breadcrumb ul li a {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 97%;
  color: #000;
}

/* ----------------------------------------------
 pagetop
 ---------------------------------------------- */
.pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  z-index: 999;
}
