a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  margin: 0 auto;
  background-color: #25144c;
  width: 100%;
  color: #fff;
}

header {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
	opacity: 0.75;
}

header .logo {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

section {
  font-size: 14px;
}

section h1 {
  font-size: 24px;
  text-align: center;
}

section .dummyimg {
  width: 70%;
  margin: 20px auto 0 auto;
}

section .dummyimg img {
  width: 100%;
}

footer {
  width: 100%;
  text-align: center;
  background-color: #040f7f;
}

footer .copy {
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
}

/* TEST */
.bg {
  width: 100%;
  height: auto;
  background-image: url("../images/bg01_aiM.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
　padding:1em;
}
.cl {
	background-color: rgba(0, 0, 0, 0.7);
	padding:100px 0 100px;
}
main {
    width: 100%;
    margin: 0px auto 0;
    padding: 0;
}
.mTtl {
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin:0 auto 1em;
}

.box p {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #fff;
}

.box01 {
   margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
   padding: 2em;   /* 内側余白 */
   border-radius: 30px 60px / 60px 30px;  /* 角をランダムに丸めて手書き風に */
   border: solid 8px #ccc7be;   /* 太めの枠線（8px、色: #ccc7be） */
width:640px;
}

.box01 p {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #fff;
}

.box02 {
	display:block;
   margin: 0 auto 1em; /* 外側の余白（上下と中央配置） */
   padding: 0.5em;   /* 内側余白 */
   border-radius: 60px 0px / 60px 0px;  /* 角をランダムに丸めて手書き風に */
   border: solid 8px #ffd900;   /* 太めの枠線（8px、色: #ccc7be） */
width:80%;
	max-width:640px;
	color:#fff;
	background:#ff6634;
	font-weight:bold;
	opacity: 0.9;
}
.desc {
	color:#fff;
	font-size: 18px;
}

.boxI{
    margin:2em 0;
    position: relative;
    padding: 1.5em 2.5em;
    border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
}
.boxI:before, .boxI:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 4px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fff;
}
.boxI:before {left: 10px;}
.boxI:after {right: 10px;}
.boxI p,.boxI a {
    margin: 0; 
    padding: 0;
}
.fs18 {
	font-size: 18px;
}
.fs24 {
	font-size:24px;
}
.fs28 {
	font-size:28px;
}
.fs36 {
	font-size:36px;
}
.fs48 {
	font-size:48px;
}
#nav {
  list-style: none;
  display: flex;
	justify-content: center;
	margin-top:200px;
	opacity: 0.9;
}
 
#nav li {
  width: 140px;
  text-align: center;
  background-color: #040f7f;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
}
 
#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
}

.headline {
	margin:100px auto;
}

.bl {
text-align:center;
margin:80px auto 40px;
border-collapse:  collapse;
border:8px solid #ffd900;
width:100%;
max-width:560px;
	background:#fff;
	opacity:0.8;
	font-weight:bold;
}
.bl th {
color:#7C624C;
padding:5px 10px;
border:2px solid #ffd900;
}

.bl td {
background-color:#ff6634;
color:#fff;
font-weight:bold;
padding:5px 10px;
border:2px solid #ffd900;
}
.bl td a {
color:#fff;
}

a.btn_mail {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
max-width:560px;
box-sizing:border-box;
	margin: 0 auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #040f7f;
	color: #fff;
	border-radius: 1vh;
	position: relative;
	transition: 0.5s;
	border:solid 2px #040f7f;
}
a.btn_mail:hover {
	background: #fff;
	color: #040f7f;
}
a.btn_mail:hover::before{
	border-top: 2px solid #040f7f;
	border-right: 2px solid #040f7f;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

@media (max-width: 600px) {
	.fs18 {
		font-size:12px;
	}
	.fs24 {
	font-size:13px;
}
.fs28 {
	font-size:14px;
}
.fs36 {
	font-size:16px;
}
.fs48 {
	font-size:20px;
}
}
/*# sourceMappingURL=style.css.map */