@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html { overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

img { vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

li { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

q:before, q:after { content: ''; }

abbr, acronym { border: 0; font-variant: normal; }

input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select { *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend { color: #000; }

del, ins { text-decoration: none; }

/******************************************************

base

******************************************************/
html, body { overflow-x: hidden; position: relative; }

html { font-size: 10px; }

body { font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; font-feature-settings: "palt"; color: #000; /**background: #f0f0ec;**/ background: #fff; padding-top: 95px; }
@media screen and (max-width: 768px) { body { padding-top: 118px; } }

.anchor { padding-top: 95px; margin-top: -95px; }
@media screen and (max-width: 768px) { .anchor { padding-top: 118px; margin-top: -118px; } }

.aw { display: inline-block; }

.note { font-size: 1.1rem; line-height: 1.6; margin-top: 1rem; }

.sp { display: none !important; }

@media screen and (max-width: 768px) { html { font-size: 9px; }
  .sp { display: block !important; }
  .pc { display: none !important; } }
@media screen and (max-width: 600px) { html { font-size: 8px; padding-bottom: 3.5rem; }
  body { padding-bottom: 0rem; } }
sup { font-size: 1rem !important; }

.img { position: relative; }
.img img { width: 100%; height: auto; position: relative; z-index: 0; }
.img .note { position: absolute; z-index: 1; bottom: 0.5rem; right: 1rem; color: #fff; text-shadow: 0 0 0.5rem #000, 0 0 0.5rem #000; }
.img .note.b { color: #000; text-shadow: none; }
.img .note.out { color: #000; text-shadow: none; position: static; text-align: right; }

a { text-decoration: none; }

.flexBox { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: start; align-items: flex-start; }
.flexBox * { min-height: 0%; }
.flexBox.box2 > li, .flexBox.box2 > div, .flexBox.box2 > p, .flexBox.box2 > span { width: 48%; }
.flexBox.box3 > li, .flexBox.box3 > div, .flexBox.box3 > p, .flexBox.box3 > span { width: 31%; }
.flexBox.box4 > li, .flexBox.box4 > div, .flexBox.box4 > p, .flexBox.box4 > span { width: 23%; }

.convertion { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: start; align-items: flex-start; }
.convertion li { width: 49%; }
.convertion a { background: -webkit-linear-gradient(#e73e14, #f2a816); background: -o-linear-gradient(#e73e14, #f2a816); background: linear-gradient(#e73e14, #f2a816); display: block; width: 100%; text-align: center; color: #fff; padding: 0.5em 0; border-radius: 50px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

section { padding: 5rem 0; }

.sec_inner { max-width: 960px; width: 90%; margin: auto; }

.sec_inner2 { max-width: 795px; width: 90%; margin: auto; }

.sec_inner3 { max-width: 840px; width: 90%; margin: auto; }

.box_shadow { background: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); padding: 40px 50px; }
@media screen and (max-width: 768px) { .box_shadow { padding: 30px 30px; } }

.lead { font-size: 1.5rem; line-height: 1.9; }

.red { color: #e60012; }

h3 { text-align: center; font-size: 3.0rem; font-weight: bold; margin-bottom: 3rem; }
h3 span { display: inline-block; margin-right: 10px; }
h3 span img { height: 1.2em; width: auto; }
h3 small { font-size: 0.7em; }
h3::before, h3::after { content: ""; display: inline-block; vertical-align: middle; width: 40px; height: 1px; background: #000; }
h3::before { transform: rotate(45deg); margin-right: 20px; }
h3::after { transform: rotate(-45deg); margin-left: 20px; }
@media screen and (max-width: 768px) { h3 { font-size: 4.8vw; }
  h3::before { margin-right: 2vw; width: 8vw; }
  h3::after { margin-left: 2vw; width: 8vw; } }

h4 { font-size: 2.2rem; color: #e60012; font-weight: bold; letter-spacing: 0.1em; border-bottom: 1px solid #e60012; padding-bottom: 7px; position: relative; margin-bottom: 2rem; }
h4::before { content: ""; display: block; width: 300px; height: 3px; position: absolute; bottom: 0; left: 0; background: #e60012; }

section table { width: 100%; font-size: 1.65rem; border-top: 1px solid #ccc; }
section table th { background: #f5f1df; border-bottom: 1px solid #ccc; padding: 10px; width: 190px; }
section table td { border-bottom: 1px solid #ccc; padding: 10px 20px; }
section table .bg_notice th { background: #172a88; color: #fff; }
@media screen and (max-width: 480px) { section table th { width: 120px; } }

/******************************************************

header

******************************************************/
header { width: 100%; background: #000; text-align: right; padding: 20px 0 10px; position: fixed; top: 0; left: 0; z-index: 100; }
header .tel { width: 240px; display: inline-block; vertical-align: middle; }
header .convertion_box { display: inline-block; vertical-align: middle; margin: 0 10px 0 20px; }
header .convertion { width: 310px; font-size: 1.4rem; line-height: 1; }
header .header_nav { margin: 5px 20px 0 0; }
header .header_nav li { display: inline-block; margin-left: 10px; font-size: 1.1rem; }
header .header_nav a { color: #fff; }
@media screen and (max-width: 768px) { header { text-align: center; }
  header .tel { width: 200px; margin-bottom: 1rem; }
  header .header_nav li { font-size: 1.4rem; } }

/******************************************************

main

******************************************************/
.main { position: relative; }
.main .badge { position: absolute; bottom: -5%; right: 0; width: 25%; }

/******************************************************

event_info

******************************************************/
.event_info { background: #172a88; padding: 3rem 0; }

/******************************************************

block_convertion

******************************************************/
.block_convertion { background: #f5f1df; padding: 6rem 0; }
.block_convertion .convertion { font-size: 2.2rem; font-weight: bold; }
.block_convertion .telArea { font-size: 1.5rem; text-align: center; margin: 4rem auto 0; }
.block_convertion .telArea .tel1 { display: block; margin-bottom: 1rem; }
.block_convertion .telArea .tel2 { display: inline-block; vertical-align: middle; }
.block_convertion .telArea .tel2 img { height: 2.8rem; width: auto; }
.block_convertion .telArea .tel3 { display: inline-block; vertical-align: middle; }

/******************************************************

block01

******************************************************/
#block01 { background: #f5f1df; }

/******************************************************

block02

******************************************************/
#block02 { background: #fffccc; }
#block02 .copy1 { text-align: center; font-size: 1.6rem; font-weight: bold; margin-bottom: 1rem; }
#block02 h2 { font-size: 3.0rem; text-align: center; color: #e60012; font-weight: bold; margin-bottom: 4rem; }
#block02 p.lead { text-align: center; margin: 1rem auto 3rem; font-size: 1.65rem; }
#block02 h5 { color: #172a88; text-align: center; font-size: 2.4rem; font-weight: bold; }
#block02 h5 small { display: block; margin-top: 2rem; }
#block02 .box_shadow p.lead { text-align: left; margin-bottom: 0; }
#block02 .flexBox { margin: 3rem auto 10px; }
#block02 .flexBox li:nth-of-type(1), #block02 .flexBox li:nth-of-type(2) { width: 49%; margin-bottom: 2rem; }
#block02 .flexBox li:nth-of-type(3), #block02 .flexBox li:nth-of-type(4), #block02 .flexBox li:nth-of-type(5) { width: 32%; }
#block02 .flexBox + .note { text-align: right; }

/******************************************************

block04

******************************************************/
#block04 .point_list { margin-bottom: 4rem; }
#block04 .point_list li { background: #e60012; color: #fff; align-items: center; margin-bottom: 2rem; border-radius: 10px; padding: 1rem 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
#block04 .point_list li .img { width: 25%; }
#block04 .point_list li .txtArea { width: 63%; margin-right: 5%; font-weight: bold; }
#block04 .point_list li .txtArea h5 { font-size: 2.2rem; font-weight: bold; margin-bottom: 1rem; }
@media screen and (max-width: 480px) { #block04 .point_list li { padding-bottom: 3rem; }
  #block04 .point_list li .img { width: 50%; max-width: 240px; margin: auto; }
  #block04 .point_list li .txtArea { width: 90%; margin: auto; } }

/******************************************************

block05

******************************************************/
#block05 { padding-top: 9rem; }
#block05 .sub_copy { text-align: center; font-size: 1.8rem; font-weight: bold; margin-bottom: 1rem; }
#block05 .sub_copy .markerA { background: linear-gradient(transparent 60%, rgba(255, 160, 168, 0.5) 60%); }
#block05 .sub_copy .markerB { background: linear-gradient(transparent 60%, rgba(178, 190, 221, 0.5) 60%); }
#block05 ul li { position: relative; }
#block05 ul li::after { content: ""; display: block; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 40px; height: 40px; background: url("../img/icon_arrow.png") bottom center no-repeat; background-size: 100% auto; }
#block05 ul li:nth-of-type(1)::after { bottom: -16%; }
#block05 ul li:nth-of-type(2)::after { bottom: -25%; }
#block05 ul li:nth-of-type(3) { position: relative; margin-top: -2%; }
#block05 ul li:nth-of-type(3)::after { bottom: -11%; }
#block05 ul li:nth-of-type(4)::after { bottom: -6%; }
#block05 ul li:nth-of-type(5)::after { bottom: -8%; }
#block05 ul li:nth-of-type(6)::after { content: none; }
#block05 ul li:nth-of-type(7)::after { bottom: -8%; }
#block05 ul li:nth-of-type(8)::after { content: none; }
@media screen and (max-width: 480px) { #block05 h3 { position: relative; }
  #block05 h3 small { display: block; }
  #block05 h3::before, #block05 h3::after { position: absolute; bottom: 50%; }
  #block05 h3::before { left: 0; }
  #block05 h3::after { right: 0; }
  #block05 ul li { padding-bottom: 4rem; }
  #block05 ul li:nth-of-type(1)::after { bottom: 0; }
  #block05 ul li:nth-of-type(2)::after { bottom: 0; }
  #block05 ul li:nth-of-type(3)::after { bottom: 0; }
  #block05 ul li:nth-of-type(4)::after { bottom: 0; }
  #block05 ul li:nth-of-type(5)::after { bottom: 0; }
  #block05 ul li:nth-of-type(6)::after { content: none; } }

/******************************************************

block07

******************************************************/
#block07 .item { margin-bottom: 5rem; }
#block07 .item .lead { margin-bottom: 2rem; color: #e60012; font-weight: bold; }
#block07 table th { width: 150px; }
#block07 table td.colspan { padding: 10px 0; }
#block07 table.latoutB { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
#block07 table.latoutB th { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: none; color: #172a88; font-weight: bold; text-align: center; }
#block07 table.latoutB th .notice { background: #172a88; color: #fff; display: inline-block; vertical-align: middle; border-radius: 30px; padding: 0 10px; }
#block07 table.latoutB th .note { display: inline-block; line-height: 1; vertical-align: middle; margin-top: 0; margin-left: 3px; }
#block07 table.latoutB td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align: center; font-size: 1.65rem; }
#block07 table.latoutB td .red { font-size: 1.1em; font-weight: bold; }
#block07 table.latoutB .capital th { text-align: center; background: #fff000; font-size: 1.5rem; color: #000; }
#block07 table.latoutB .capital th:nth-of-type(1) { width: 24%; }
#block07 table.latoutB .capital th:nth-of-type(2) { width: 16%; }
#block07 table.latoutB .capital th:nth-of-type(3) { width: 55%; }
#block07 table.latoutB .bg { background: #fffce4; }
@media screen and (max-width: 480px) { #block07 table th { width: 60px; } }
@media screen and (max-width: 768px) { #block07 .table_view { overflow-x: scroll; }
  #block07 .table_view table.latoutB { width: 700px; } }

/******************************************************

block08

******************************************************/
#block08 { background: #faf8ef; text-align: center; padding: 3rem 0; }
#block08 p { margin: 3rem auto; }
#block08 a { color: #000; text-decoration: underline; }
#block08 a:hover { text-decoration: none; }
