@charset "utf-8";
body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-feature-settings: "palt";
    line-height: 150%;
}
body header {
    height: 650px;



}

.topback {
    width: 100%;
    height: 400px;
    text-align: center;
    vertical-align: middle;
    layout-grid-line: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.topback img {
    position: absolute;
    bottom: 0px;
    left: 54%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);

}
.topcontents {
    position: absolute;
    top: 0px;
    width: 100%;
}
.topcontents .header {
    background-color: hsla(0,0%,32%,0.73);
}
.topcontents .header div {
    width: auto;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 11px;
    padding-right: 10px;
}
.header div img {
    margin-top: 10px;
    margin-bottom: 10px;

}

.topcontents .topimg {
    margin-left: auto;
    margin-right: auto;
    height: 650px;
    display: flex;
    align-items: flex-end;
    width: 760px;
    padding-left: 10px;
    padding-right: 10px;
}
.topcontents .topimg div {

}
.topcontents .topimg .logo {
    padding-bottom: 90px;
}

.topimg div p {
    float: left;
    padding-top: 15px;
    font-weight: bold;
}
body main {

}
.baked02_wrap {
    background-color: #618739;
}
.baked03_wrap {
    background-color: #356db2;
}
.baked04_wrap {
    background-color: #e67837;
}
.baked01 {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    background-color: #618739;
    color: #ccc;
    padding: 80px 0 10px 0;
    background-image: url(../images/leftback.png);
    background-position: 40% 72%;
}
.baked02 {
    -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    background-color: #356db2;
    color: #ccc;
    padding: 80px 0 10px 0;
    background-image: url(../images/rightback.png);
    background-position: 50% 77%;
}
.baked03 {
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
    background-color: #e67837;
    color: #ccc;
    padding: 80px 0 10px 0;
    background-image: url(../images/leftback.png);
    background-repeat: no-repeat;
    background-position: 40% 72%;
}
.baked04 {
	  -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%);
  background-color:white;
  color:#ccc;
  padding: 80px 0 10px 0;
}
.baked01 div,.baked02 div,.baked03 div,.baked04 div {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.baked01 div img,.baked02 div img,.baked03 div img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.baked01 div img,.baked02 div img,.baked03 div img:first-child {
    margin-bottom: 20px;
}
.baked04 div {
    margin-top: 10px;
}.baked04 div h1 {
    font-size: 2em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    color: #4d4d4d;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 40px;
    line-height: 120%;
}
.baked04 div table {
    width: 100%;
    color: hsla(0,0%,23%,1.00);
    margin-top: 40px;
    font-size: 0.8em;
}


table, th, td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
    text-align: center;
}
table th  {
    /* [disabled]width: 150px; */
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    vertical-align: top;
    background-color: #eeeeef;
    color: #000000;
}
table td  {
    /* [disabled]width: 350px; */
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}
body footer {
    background-color: #333333;
    color: hsla(0,0%,100%,1.00);
    padding-bottom: 40px;
    padding-top: 30px;
    margin-top: 30px;
}
body footer .link {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 760px;
}
.link p  {
    width: 100%;
    align-items: center;
    height: 40px;
    border: 1px solid hsla(0,0%,100%,1.00);
    padding-top: 9px;
}
.link a  {
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,0.00);
    display: block;
}
.link a:hover {
    background-color: hsla(0,0%,100%,0.56);
	  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


body footer .logo {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.8em;
}
footer .logo p {
    margin-left: 20px;

}

#page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 80px;
  opacity: 0.8;
  border-radius: 15px;
  background-color: #666;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f062';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}


@media screen and (max-width:780px){
.topback img {
    position: absolute;
    bottom: 0px;
    left: 54%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 3300px;
    height: auto;
}
body header {
    height: 550px;
}

.topback {
    width: 100%;
    height: 292px;
    text-align: center;
    vertical-align: middle;
    layout-grid-line: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}



.topcontents .topimg {
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    width: 100%;
    height: 550px;
}
.header div img {
    width: 90px;
    height: auto;
}

.topcontents .topimg .logo {
    padding-bottom: 110px;
    width: 77%;
}
.topimg .logo img {
    width: 100%;
    height: auto;
}
.topimg div img {
    width: 100%;
    height: auto;
}

.baked01 div, .baked02 div, .baked03 div, .baked04 div {
    width: 100%;
    height: auto;
}
.baked01 div img,.baked02 div img,.baked03 div img {
    width: auto;
    height: auto;
}

body footer .link {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
body footer .logo {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    align-items: flex-end;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.logo img {
    width: 100%;
    height: auto;
    max-width: 435px;
    min-width: 222px;
}
footer .logo p {
    margin-top: 15px;
    margin-left: 0px;
}
.topcontents .topimg div {


}
.baked04 div h1 {
    font-size: 2em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    color: #4d4d4d;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 70px;
    line-height: 120%;
}


















}
