@charset "utf-8";
p, h1, h2, h3, ul, ol, dl, dd, body {
    padding: 0;
    margin: 0;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
body {
    background-position: center bottom;
    background-repeat: no-repeat;
}
ul, ol {
    list-style-type: none;
}
header {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    flex-wrap: no-wrap;
    background-color: rgba(255,255,255,0.88);
    position: fixed;
    width: 100%;
    z-index: 50;
}
main {
    height: auto;
    padding-top: 74px;
    margin-bottom: 175px;
}

.logo {
    min-width: 250px;
    min-height: 54px;
}

nav {
    width: 1000px;
}

nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: no-wrap;
}
nav li {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 20px;
    font-size: 20px;
    width: 120px;
    font-weight: bold;
}
nav li:last-child {
    width: 165px;
    padding-right: 0px;
}

nav a {
    text-decoration: none;
    color: #000000;
    padding: 9px 20px;
}
nav li:hover {
    background-color: #FFFF3E;
}
body .top {
    text-align: center;
    margin-bottom: 0px;
}

.top .mainimage  {

}
.top .service {
    width: 1200px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    max-width: 100%;
    padding-bottom: 120px;
    padding-top: 100px;
    /* [disabled]background-size: cover; */
    position: relative;
}

.top .rinen {
	background-image: url(../img/rinen.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1323px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	max-width: 100%;
	padding-bottom: 200px;
	padding-top: 30px;
	background-size: contain;
}

h2 {
    font-size: 45px;
    color: #2E308B;
}
h3 {
    color: #2E308B;
    font-size: 30px;
}


.top h2 {
    font-size: 45px;
    color: #2E308B;
    /* [disabled]margin-top: 200px; */
    margin-bottom: 70px;
}
.top p {
    font-size: 30px;
}
.top .service-img {
    margin-top: 70px;
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.top section {
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/aisatsu.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 175px;
    width: 100%;
}
.top .inner {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    /* [disabled]width: 1200px; */
    max-width: 92%;
}
.boss  {
    width: 400px;
    font-size: 20px;
    line-height: 1.2;
}
.boss p {
    margin: 20px 0 0;
}


.top section .text p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 1em;
}
.top section .text   {
    margin-left: 80px;
    border-radius: 10px;
    padding: 20px 40px;
    background-color: rgba(255,255,255,0.76);
}










footer {
    background-color: #00A1E7;
    height: 200px;
    text-align: center;
    max-width: 100%;
    width: 100%;
}
footer a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
footer a:hover {
    color: #C7F4F6;
}
footer p {
    color: #000000;
    font-size: 20px;
    white-space: nowrap;
}
footer ol {
    display: flex;
    justify-content: space-between;
}
footer li {
    margin: 0 50px;
    color: #000000;
    font-size: 20px;
}
footer li:last-child {
    margin-right: 0px;
}

.footerlink {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    height: 200px;
    width: 100%;
    flex-direction: row-reverse;
}

h1,h2,h3 {
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
}
@charset "utf-8";
.pattern {
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: url(../img/ptn.png);
    background-size: 600px 600px;
}
.white {
	background-color: #FFFFFF;
}
.wave {
	width: 100%;
	height: auto;
	position: relative;
	top: 100px;
}
.uewaku {
    position: absolute;
    left: 10px;
    top: 0px;
}

.sitawaku   {
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.top .inner .text p:last-child {
    margin-bottom: 0px;
}




@media screen and (max-width:1200px){
img {
    height: auto;
    max-width: 100%;
}
header {
    padding: 0;
    width: 100%;
    flex-wrap: no-wrap;
    position: fixed;
    height: 74px;
}
.logo {
    max-width: 25%;

}
nav {
    width: 100%;

}

nav ul {
    margin: 0 auto;
    max-width: 100%;
    flex-wrap: wrap;
}

nav li {
    width: 33%;
    white-space: nowrap;
    font-size: 16px;
    padding: 5px 0;
    /* [disabled]font-weight: normal; */

}
nav li:last-child {
    width: 33%;
}
.top p {
    font-size: 24px;
}

body .top {

}


.btn-business {
    max-width: 40%;
    margin: 0 auto;
    height: auto;
    min-width: 300px;
}



.top section {
    display: block;
    background-position: center top;
}
.top .inner {
    display: flex;
}
section .boss  {
    min-width: 240px;
    text-align: center;
    width: 240px;





}
section .inner .boss p {
    font-size: 30px;
}

.top section .text {
    margin: 10px 20px 0;
}

.top section .text p {
    text-align: left;
}


.footerlink {
    display: inline;
    flex-wrap: wrap;
}
footer ol {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}
footer p {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
}
footer li {
    margin: 0 10px;
}
.top .rinen {
	background-size: 115% auto;
}
.top .service {
	background-size: 100% auto;

}
.uewaku {
    width: 5.5%;
    top: 5%;
}

.sitawaku {
    width: 5.5%;
    bottom: 5%;
}











}

@media screen and (max-width:600px){
.top p {
    font-size: 4vw;
}

.top section {

}

.top section .text p {
    text-align: left;
}
.top h2 {
    font-size: 35px;
}

header {
    flex-wrap: no-wrap;
    position: fixed;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header .logo {
    width: 33%;
    max-width: 33%;
    position: absolute;
}
.logo img {
    max-width: 100%;
}



nav ul {
    display: none;
}
nav li {
    margin: 0 auto;
    font-size: 25px;
    width: 80%;
}
nav a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

nav li:last-child {
    width: 80%;
}

#nav-toggle {
    width: 70px;
    height: 50px;
    margin-left: auto;
    position: relative;
    right: 0px;
    margin-right: 0px;
}
#nav-toggle span {
    width: 30px;
    height: 4px;
    display: block;
    background-color: rgba(0,86,203,1.00);
    position: absolute;
    left: 20px;
    transition: 0.3s;
}
#nav-toggle span:nth-child(1) {
    top: 12px;
}
#nav-toggle span:nth-child(2) {
    top: 23px;
}
#nav-toggle span:nth-child(3) {
    top: 34px;
}
#nav-toggle.open span:nth-child(1) {
    top: 23px;
    transform: rotate(315deg);
}
#nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
}
#nav-toggle.open span:nth-child(3) {
    top: 23px;
    transform: rotate(-315deg);
}
main {
    padding-top: 50px;
}
.top .service {
    margin-top: 0px;
}
.top .rinen {
	margin-top: 0px;
	padding-bottom: 150px;
	position: relative;
	top: 50px;
}


.top .inner {
    display: block;
}
.top .boss {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#bossphoto {
    width: 60%;
    margin: 0 auto;
    display: block;
}


.btn-business {
    min-width: 50%;
}
footer .footerlink p ,footer .footerlink a{
    font-size: 3vw;
}
.top section .inner .text {
    padding: 10px;
}
.wave {
	position: relative;
	top: 0px;
}
.top .rinen p {
	border-radius: 10px;
	background-color: rgba(255,255,255,0.66);
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sitawaku {
    bottom: 10%;

}















}

@media screen and (min-width:601px){
nav ul {
    display: flex !important;
}

}
