@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* CSS Document */
*{ margin:0; padding:0; box-sizing:border-box; word-break:break-all;}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
ul,ol{ list-style:none;}
html,body {
margin:0 auto;
padding:0;
font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
font-size:20px;
font-weight: 500;
text-align:left;
color:#333;
background: #efefef;
min-width:840px;
}
@media screen and (max-width:840px){
html,body{ font-size:4vw; min-width:240px; max-width:840px;}
}

/*img*/
img{ border-style:none; vertical-align:bottom; padding:0; line-height:0em; max-width:100%; height:auto;}
figure{margin:0 auto; text-align:center;}
figure.img{ margin: 30px auto;}
figure.img:first-child{ margin-top: 0;}
figure.img:last-child{ margin-bottom: 0;}
figure.img img{ margin: 0 auto; padding:8px; background:#fff; box-shadow:rgba(0, 0, 0, 0.1) 0 0 5px 2px;}
@media screen and (max-width:840px){
figure.img img{ padding: 1.25vw;}
}


/*txt*/
p{ text-align: justify; line-height:1.75em; margin:0 0 1em; padding:0;}
p:last-child{ margin:0;}
strong{ font-weight:bold;}
.bold { font-weight:bold;}
.normal{ font-weight:normal;}
.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}

.white{ color:#fff;}
.black{ color:#333;}
.gy{ color:#aaa;}
.red{ color:#ff5858;}
.blue{ color:#326496;}
.bg_y{ background: linear-gradient(to bottom, rgba(250,240,120,0) 0%, rgba(250,240,120,0) 50%, rgba(250,240,120,0.5) 51%, rgba(250,240,120,0.5) 100%);}

.left{ text-align:left;}
.right{ text-align:right;}
.center{ text-align:center;}

/*link*/
a{ color:inherit; text-decoration:none;}
a:hover{}
.opa{ transition: opacity 0.3s;}
.opa:hover{ opacity: 0.7;}



/*ヘッダー*/
header{ text-align: center; padding: 30px 45px 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
header h1{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; text-align: center; overflow: hidden; margin-bottom: 30px;}
header h1 strong{ position: relative; color: #ff5858; font-size: 2rem; line-height: 1em; letter-spacing: 0.1em;}
header h1 strong:before{ content: ""; width: 640px; height: 4px; background: #ff5858; position: absolute; left: -660px; top: 50%;}
header h1 strong:after{ content: ""; width: 640px; height: 4px; background: #ff5858; position: absolute; right: -660px; top: 50%;}
header h1 span{ width: 100%; text-align: center; font-size: 2.4rem; line-height: 1.25em; letter-spacing: 0.1em; color: #ff5858; border-bottom: 4px solid #ff5858; padding: 15px;}
header h2{ display: flex; align-items: center; justify-content: center; background: #ff5858; color: #fff; font-size: 2rem; font-weight: 900; letter-spacing: 0.1em; padding: 0.25em; margin-bottom: 15px;}
header p{ text-align: center; font-size: 1.33rem; font-weight: bold;}
header p span{ background: linear-gradient(to bottom, rgba(250,240,120,0) 0%, rgba(250,240,120,0) 50%, rgba(250,240,120,0.5) 51%, rgba(250,240,120,0.5) 100%);}
@media screen and (max-width:840px){
header{ padding: 7.5% 3.75% 0;}
header h1{ margin-bottom: 5%;}
header h1 strong{ font-size: 1.66rem;}
header h1 strong:before{ width: 50vw; left: -52.5vw;}
header h1 strong:after{ width: 50vw; right: -52.5vw;}
header h1 span{ font-size: 2rem; letter-spacing: 0.05em; padding: 2.5% 0 3.75%;}
header h2{ font-size: 1.5rem; margin-bottom: 2.5%; padding: 0.25em 0.75em 0.33em;}
header p{ font-size: 1.2rem;}
}

/*フッター*/
footer{ margin-top: 60px;}
footer p{ background: #000; color: #fff; text-align: center; font-size: 0.66rem; padding: 0.75em;}
@media screen and (max-width:840px){
}

/*メイン*/
#content{ margin: auto; max-width: 840px; background: #fff; overflow:hidden; box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px 5px;}
section{ width:100%; margin:60px auto;}
.maincontent{ padding:0; margin:0 auto; width:750px;}
@media screen and (max-width:840px){
#content{ max-width: 100%;}
section{ margin:15% auto;}
.maincontent{ padding:0; margin:0 auto; width:92.5%;}
}

/*tit*/
h1,h2,h3,h4,h5,h6{ line-height: 1.33em; letter-spacing: 0.1em;}
h2.tit_h2{ background: #35b5ff; color: #fff; text-align: center; padding: 0.75em; font-size: 1.66rem; margin-bottom: 30px; border-top: 8px double #fff; border-bottom: 8px double #fff;}
@media screen and (max-width:840px){
h1,h2,h3,h4,h5,h6{ letter-spacing: 0.05em;}
h2.tit_h2{ padding: 0.66em 0.25em 0.75em; font-size: 1.4rem; margin-bottom: 5%; border-top: 1.25vw double #fff; border-bottom: 1.25vw double #fff;}
}

/*btn*/
figure.btn{ margin: 60px auto;}
figure.btn a{ display: flex; align-items: center; justify-content: center; background: #00B900; color: #fff; font-size: 1.66rem; font-weight: bold; line-height: 1.25em; letter-spacing: 0.1em; padding: 0.5em; border-radius: 80px; border: 8px solid rgba(255,255,255,0.25); box-shadow:rgba(0, 0, 0, 0.25) 0 0 5px 2px; transition: 0.3s;}
figure.btn a:hover{ opacity: 0.7;}
figure.btn a i{ font-size: 4rem; margin-right: 0.25em;}
figure.btn a strong{ font-weight: 900;}
@media screen and (max-width:840px){
figure.btn{ margin: 10% auto;}
figure.btn a{ font-size: 1.2rem; line-height: 1.5em; letter-spacing: 0.05em; padding: 0.33em 0 0.5em; border-radius: 10vw; border: 1.25vw solid rgba(255,255,255,0.25);}
figure.btn a i{ font-size: 2.4rem; margin-right: 0.25em;}
}

figure.btn a{ animation: btn linear 1.0s alternate infinite;}
@keyframes btn{
0%{ transform: scale(0.95);}
100%{ transition: scale(1.1);}
}

/*fact*/
#fact{ display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 30px auto;}
#fact dl{ display: flex; align-items: center; font-size: 1.5rem; letter-spacing: 0.1em; font-weight: 700; padding: 0.5em; border-bottom: 2px dotted #333;}
#fact dl:first-child{ border-top: 2px dotted #333;}
#fact dl dd:before{ content: "➡"; margin: 0 0.5em;}
@media screen and (max-width:840px){
#fact{ margin: 5% auto;}
#fact dl{ flex-wrap: wrap; font-size: 1.33rem;}
#fact dl dt{ width: 100%;}
#fact dl dd:before{ margin-left: 3em;}
}

/*txt*/
.maincontent p strong{ font-size: 120%; font-weight: 900;}
@media screen and (max-width:840px){
.maincontent p strong{ font-size: 110%;}
}



@media print, screen and (min-width:841px){
.smp{ display:none !important;}
}
@media screen and (max-width:840px){
.pc{ display:none !important;}
}
