:root {
  color-scheme: light;
}
html {
	font-size: 62.5%;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 400;
	font-style: normal;
}
nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #1b007d;
	z-index: 99;
}
nav ul {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
}
nav ul li {
	display: block;
	width: 16.6666%;
}
nav ul li a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0 .5rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.2rem;
	text-align: center;
	color: #fff
}

/* ハンバーガーボタン */
.menu-btn {
  display: none; /* PCでは非表示 */
	padding: .5rem 1rem .7rem;
  font-size: 4rem;
  border: none;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 100;
  cursor: pointer;
	color:#1b007d;
	background: #ffdd2a;
	line-height: 1;
}
.menu-btn span {
	display: block;
	margin-bottom: -.7rem;
	font-size: 1rem;
}

/* スマホ時 */
@media (max-width: 767px) {
  .menu-btn {
    display: block;
  }
  nav ul {
    display: none; /* 初期は隠す */
    flex-direction: column;
  }
  nav.open ul {
    display: flex; /* 開いたら表示 */
  }
  nav ul li {
    width: 100%;
  }
  nav ul li a {
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: left;
  }
}
header {
	margin-top: 4.5rem;
}
@media (max-width: 767px) {
	header {
	margin-top: 0;
}
}
header img {
	width: 100%;
}
@media (max-width: 480px) {
	header .pc {display: none;}
}
@media (min-width: 481px) {
	header .sp {display: none;}
}
.top_nayami {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0;
	background: #d3e6f6;
}
.top_nayami h2 {
	font-size: 4rem;
	font-family: "ads-strong", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #1b007d;
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.top_nayami h2 br {
	display: none;
}
.top_nayami img {
	display: block;
	width: 90%;
	max-width: 1280px;
	margin: 5rem auto 2rem;
}
.top_nayami p {
	font-size: 3rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	color: #1b007d;
}
@media (max-width: 480px) {
	
.top_nayami {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 0;
	background: #d3e6f6;
}
.top_nayami h2 {
	font-size: 2.7rem;
}
.top_nayami h2 br {
	display: block;
}
.top_nayami .pc {display: none;}
	
.top_nayami p {
	font-size: 1.6rem;
}
}
@media (min-width: 481px) {
.top_nayami .sp {display: none;}
}
.top_henka {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0;
	background: linear-gradient(160deg, #fff 1%, #ffdd2a 99%);
}
.top_henka h2 {
	font-size: 4rem;
	font-family: "ads-strong", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #1b007d;
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.top_henka h2 br {
	display: none;
}
.top_henka table {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 5rem auto;
}
.top_henka table tbody {
	width: 100%;
}
.top_henka table tbody tr {
}
.top_henka table tbody th {
	display: inline-block;
	width: 260px;
	margin-bottom: 3rem;
	font-size: 5rem;
	font-family: "dela-gothic-one", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #1b007d;
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.top_henka table tbody td {
	display: inline-block;
	margin-bottom: 3rem;
	margin-left: 2rem;
	padding: 10px;
	font-size: 3rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #1b007d;
	background: #fff;
}
@media (max-width: 480px) {
	.top_henka {
	padding: 2.5rem 0;
}
.top_henka h2 {
	font-size: 2.7rem;
}
.top_henka h2 br {
	display: block;
}
.top_henka table {
	width: 90%;
	margin: 0 auto;
	padding: 2rem 0 0;
}
.top_henka table tbody th {
	font-size: 3rem;
	margin-bottom: 0;
}
.top_henka table tbody td {
	display: inline-block;
	margin-bottom: 2rem;
	margin-left: 0;
	padding: 10px;
	font-size: 1.6rem;
}
}
.top_kabe {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 0;
	background: #d3e6f6;
}
.top_kabe h2::before {
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	right: 680px;
	margin: auto;
	padding: 45px;
	background-image: url("../images/top_kabe01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
}
.top_kabe h2 {
	position: relative;
	font-size: 5rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	color: #1b007d;
	z-index: 1;
}
.top_kabe_box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 5rem auto;
	padding-bottom: 35rem;
}
.top_kabe_box_block {
	position: absolute;
	width: 20%;
}
.top_kabe_box_block01 {
	top: 0;
	left: 0;
}
.top_kabe_box_block02 {
	top: 40%;
	left: 20%;
}
.top_kabe_box_block03 {
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.top_kabe_box_block04 {
	top: 40%;
	right: 20%;
}
.top_kabe_box_block05 {
	top: 0;
	right: 0;
}
.top_kabe_box_block img {
	width: 100%;
}
@media (max-width: 480px) {
	
.top_kabe h2 {
	font-size: 2.7rem;
}
.top_kabe_box {
	position: relative;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	margin: 1rem auto 0;
	padding-bottom: 0;
}
.top_kabe_box_block {
	position: inherit;
	width: 48%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 1rem;
}
}
.top_banso {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0;
	background: linear-gradient(160deg, #fff 1%, #ffdd2a 99%);
}
.top_banso h2 {
	font-size: 4rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	line-height: 160%;
	color: #1b007d;
}
.top_banso h2 span {
	font-size: 5rem;
	text-decoration: 10px underline #ff82ff;
}
.top_banso_about {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 15rem auto 0;
	padding: 18rem 0 0;
	background: #fff;
	border-radius: 25px;
}
.top_banso_about h2 {
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	display: block;
	width: 90%;
	max-width: 830px;
	margin: 0 auto;
}
.top_banso_about h2 img {
	width: 100%;
}
.top_banso_about h3 {
	font-size: 5rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	line-height: 140%;
}
.top_banso_about h3 span {
	text-decoration: 10px underline #ff82ff;
	text-underline-offset: 15px;
}
.top_banso_about h4 {
	display: block;
	width: 90%;
	max-width: 800px;
	margin: 5rem auto 1rem;
}
.top_banso_about h4 img {
	width: 100%;
}
.top_banso_about_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	margin: 0 auto;
}
.top_banso_about_box_block {
	position: relative;
	width: 31%;
	margin: 0 0 5rem;
	padding: 2rem;
	border: 2px solid #1b007d;
}
.top_banso_about_box_block p::before {
	content: '';
	position: absolute;
	top: -2rem;
	left: -2rem;
	padding: 3rem;
	background-image: url("../images/top_banso_about02.png");
	background-repeat: no-repeat;
	background-size: 100%
}
.top_banso_about_box_block p {
	font-size: 3rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 140%;
}
@media (max-width: 480px) {
.top_banso {
	padding: 2.5rem 0;
}	
.top_banso h2 {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 2.2rem;
}
.top_banso h2 span {
	font-size: 2.7rem;
	text-decoration: 4px underline #ff82ff;
}
.top_banso_about {
	margin: 7rem auto 0;
	padding: 5rem 2rem 0;
}
.top_banso_about h2 {
	top: -50px;
}
.top_banso_about h3 {
	font-size: 2rem;
}
.top_banso_about h3 span {
	text-decoration: 3px underline #ff82ff;
	text-underline-offset: 4px;
}
.top_banso_about h4 {
	margin: 2rem auto 1rem;
}
.top_banso_about_box_block {
	position: relative;
	width: 48%;
	margin: 0 0 2.5rem;
	padding: 1rem;
}
.top_banso_about_box_block p::before {
	content: '';
	position: absolute;
	top: -2rem;
	left: -2rem;
	padding: 2rem;
	background-image: url("../images/top_banso_about02.png");
	background-repeat: no-repeat;
	background-size: 100%
}
.top_banso_about_box_block p {
	font-size: 1.6rem;
}
}
.top_banso_katayama {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 15rem auto 0;
	padding: 18rem 0 10rem;
	background: #fff;
	border-radius: 25px;
}
.top_banso_katayama h2 {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	display: block;
	width: 90%;
	max-width:1000px;
	margin: 0 auto;
}
.top_banso_katayama h2 img {
	width: 100%;
}
.top_banso_katayama h3 {
	font-size: 5rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	line-height: 140%;
}
.top_banso_katayama h3 span {
	text-decoration: 10px underline #ff82ff;
	text-underline-offset: 15px;
}
.top_banso_katayama h4 {
	display: block;
	width: 90%;
	max-width: 720px;
	margin: 5rem auto 1rem;
}
.top_banso_katayama h4 img {
	width: 100%;
}
.top_banso_katayama h5 {
	font-size: 3rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	text-decoration: 3px underline #ff82ff;
	text-underline-offset: 5px;
}
.top_banso_katayama p {
	margin: 1rem auto 3rem;
	font-size: 2.5rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}
.top_banso_katayama_box_img {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	margin: 0 auto;
}
.top_banso_katayama_box_img img {
	width: 46%;
	margin: 0 auto;
}
.top_banso_katayama_box02 h4 {
	display: block;
	width: 90%;
	max-width: 980px;
	margin: 10rem auto 3rem;
}
@media (max-width: 480px) {
	
.top_banso_katayama {
	margin: 7rem auto 0;
	padding: 5rem 2rem 2.5rem;
}
.top_banso_katayama h2 {
	top: -30px;
}
.top_banso_katayama h3 {
	font-size: 2rem;
}
.top_banso_katayama h3 span {
	text-decoration: 3px underline #ff82ff;
	text-underline-offset: 4px;
}
.top_banso_katayama h4 {
	display: block;
	width: 90%;
	max-width: 270px;
	margin: 2rem auto 1rem;
}
.top_banso_katayama h5 {
	font-size: 2rem;
}
.top_banso_katayama p {
	margin: 1rem auto 3rem;
	font-size: 1.6rem;
	text-align: left;
}
.top_banso_katayama_box_img {
	width: 100%;
}
.top_banso_katayama_box_img img {
	width: 48%;
}
.top_banso_katayama_box02 h4 {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 3rem auto;
}
}
.top_software {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 0;
	background: #d3e6f6;
}
.top_software_title {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.top_software_title_left {
	width: 30%;
	margin-top: -5rem;
}
.top_software_title_left img {
	width: 100%;
}
.top_software_title_right {
	width: 70%;
	margin-top: 5rem;
}
.top_software_title_right h2 {
	font-size: 4rem;
	font-family: "ads-strong", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #1b007d;
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.top_software_title p {
	width: 100%;
	margin: 1rem auto 3rem;
	font-size: 3rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	color: #1b007d;
}
.top_software_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	max-width: 1200px;
	margin: 5rem auto;
}
.top_software_box_block {
	width: 48%;
	padding: 2rem;
	border: 3px solid #1b007d;
	border-radius: 20px;
	background: #fff;
}
.top_software_box_block img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.top_software_box_block h3 {
	margin: 2rem 0;
	padding: 2rem 0;
	font-size: 2.6rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	border-top: 3px dashed #1b007d;
	border-bottom: 3px dashed #1b007d;
}
.top_software_box_block p {
	font-size: 2.2rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
}
.top_software_box_block a {
	display: block;
	width: 60%;
	margin: 3rem auto 0;
	padding: .5rem 0; 
	font-size: 2.2rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	background: #006ed2;
	color: #ffdd2a;
	border-radius: 50px;
}
@media (max-width: 480px) {
	
.top_software {
	padding: 2.5rem 0 0;
}
.top_software_title_left {
	width: 100%;
	margin-top: -5rem;
}
.top_software_title_left img {
	width: 40%;
}
.top_software_title_right {
	width: 100%;
	margin-top: 0rem;
}
.top_software_title_right h2 {
	font-size: 2.7rem;
}
.top_software_title p {
	margin: 1rem auto 3rem;
	font-size: 1.6rem;
}
.top_software_box {
	margin: 2.5rem auto 0;
}
.top_software_box_block {
	width: 100%;
	margin-bottom: 3rem;
}
.top_software_box_block img {
	width: 100%;
}
.top_software_box_block h3 {
	margin: 2rem 0;
	padding: 2rem 0;
	font-size: 1.8rem;
	text-align: left;
}
.top_software_box_block p {
	font-size: 1.6rem;
	text-align: left;
}
.top_software_box_block a {
	display: block;
	width: 80%;
	margin: 3rem auto 0;
	padding: .5rem 0; 
	font-size: 1.6rem;
}
}
.top_faq {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0;
	background: linear-gradient(160deg, #fff 1%, #ffdd2a 99%);
}
.top_faq h2::before {
	content: '';
	position: absolute;
	top: -3rem;
	left: 43rem;
	padding: 8rem;
	background-image: url("../images/top_faq.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.top_faq h2 {
	position: relative;
	display: block;
	width: 40%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 4rem;
	font-family: "ads-strong", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #1b007d;
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.top_faq_box {
	position: relative;
	z-index: 1;
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 2rem auto;
	padding: 3rem;
	border: 3px solid #1b007d;
	border-radius: 20px;
	background: #fff;	
}
.top_faq_box h3 {
	padding: .5rem 1rem;
	font-size: 2.6rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	border-left: 6px solid #1b007d;
	background: #d3e6f6;
}
.top_faq_box p {
	margin: 1rem 0 5rem;
	font-size: 2.6rem;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 500;
	font-style: normal;
}
@media (max-width: 480px) {
	.top_faq {
	padding: 2.5rem 0;
}
.top_faq h2::before {display: none;}
.top_faq h2 {
	width: 100%;
	margin: 0 auto;
	font-size: 2.7rem;
	}
.top_faq_box {
	position: relative;
	z-index: 1;
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 2rem auto;
	padding: 3rem;
	border: 3px solid #1b007d;
	border-radius: 20px;
	background: #fff;	
}
.top_faq_box h3 {
	padding: .5rem 1rem;
	font-size: 2rem;
}
.top_faq_box p {
	margin: 1rem 0 5rem;
	font-size: 1.6rem;
}
}
footer {
	background: #d3e6f6;
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 0;
}
.footer_box_left {
    width: 48%;
    margin: 0;
}
.footer_box_left ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0;
    padding: 0;
}
.footer_box_left ul li {
    width: 48%;
    margin: 0 0 3rem;
    padding: 0;
}
.footer_box_left ul li a {
    margin: 0 auto;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 2rem;
    color: #000;
}
.footer_box_left ul li a:hover {
    opacity: .5;
}
.footer_box_left ul li a::before {
    content: '■';
    font-size: 2rem;
    margin-right: .3rem;
    vertical-align: middle;
}
.footer_box_right {
    width: 48%;
    margin: 0;
}
.footer_box_right iframe {
    width: 100%;
    height: 40rem;
}
    .footer_box_right p {
        margin-top: 1rem;
        font-size: 2rem;
    }
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: .3rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: #1F0F0B;
}
@media (max-width: 480px) {
	
.footer_box_left {
    width: 100%;
    margin: 0;
}
.footer_box_left ul li {
    width: 48%;
    margin: 0 0 1rem;
    padding: 0;
}
.footer_box_left ul li a {
    font-size: 1.6rem;
}
.footer_box_left ul li a::before {
    content: '■';
    font-size: 1.6rem;
    margin-right: .3rem;
    vertical-align: middle;
}
.footer_box_right {
    width: 100%;
    margin: 0;
}
	copy {
    font-size: 1.3rem;
}
}