@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
/*ナビゲーションの箱 */
* {
  margin: 0;
  padding: 0;
 }

header{
    width:100%;
    background-color:#114cb2;
    height: 100px;
    display:flex;
    justify-content:space-between; 
    margin: 0;
    padding: 0;
    align-items:center;
　　　position:fixed;
    top:0;
    left:0;
}
gazou {
  height: 40px;
  width: 200px;
}
h1 {
  /* 文字の大きさ */
  font-size: 55px;
  /* 文字の種類 */
   font-family:'M PLUS Rounded 1c', sans-serif;
  color: #00579B;
  /* 文字の整列 */
  text-align: center;
  margin-top: 40px;
}
h2 {
  /* 文字の色 */
  color: black;
  /* 文字の大きさ */
  font-size: 45px;
  /* 下がわの余白 */
  margin: 20px;
  margin-bottom: -70px;
  border-left-width: 10px;
  padding-left: 25px;
  margin-left: 90px;
}
.syoukai p {
   font-family:'M PLUS Rounded 1c', sans-serif;
   font-size: 26px;
}
.itiran {
  font-size:90px;
  font-family:'M PLUS Rounded 1c', sans-serif;
  color: white;
}
.setumei {
  background-image: url(./img/hon.PNG);
  background-attachment: fixed;
  background-size: cover;
  height: 350px;
  width: auto;
  background-position: center;
  border-radius: 0px;
}
.ozigi {
  margin-top: -100px;
  text-align: center;
}
.pagetop {
    height: 100px;
    width: 100px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 4px #3dbceb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 25px;
    width: 25px;
    border-top: 4px solid #3dbceb;
    border-right: 4px solid #3dbceb;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop {
  box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
}

.box-design9 {
  margin: 0px auto;
  padding: 80px;
  background-color: transparent;
  border: 0px solid #00579B;
  position: relative;
  width: 950px;
  height: 400px;
}
.box-design9::after {
  content: '';
  background-color: #e1eef5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -14px;
  left: 14px;
  z-index: -1;
}
.bun {
  font-size: 30px;
  font-family:'M PLUS Rounded 1c', sans-serif;
  margin: 20px;
  margin-bottom: 50px;
}
.way div {
  background-color: #ffffff;
  width: 300px;
  height: 400px;
  padding: 20px;
  margin: 45px;
  float: left;
  box-shadow: 10px 10px 20px #000000;
  text-align: center;
  display:table;
}
.houhou {
  margin-top: 10px;
}
.way {
    background-color: #ebeded;
    height: 750px;
    padding: 5px 90px 5px 90px;
  }
a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 390px;
	height: 70px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #27acd9;
	font-family:'M PLUS Rounded 1c', sans-serif;
	font-size: 23px;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #44c6f2;
	color: #fff;
}
html {
  height: 100%;
  width: 100%;
}
/* ===== フッターのスタイル ===== */
/* フッター */
footer {
  /* 文字の色 */
  color: white;
  /* 背景の色 */
  background-color: #114cb2;
  /* 文字の整列 */
  text-align: center;
  /* 内がわの余白 */
  padding: 10px;
}