@charset "UTF-8";
html,
body,
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,
caption,
tfoot,
thead,
th,
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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

ol li,
ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

section {
  padding: 70px 0;
  background-color: #fff;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
section .inner {
  width: min(1124px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
}
section .inner::after {
  content: "";
  display: block;
  clear: both;
}
section .inner + .inner {
  margin-top: 4%;
}
@media screen and (max-width: 899px) {
  section {
    padding: 7vw 0;
  }
  section .inner {
    width: min(1024px, 96vw);
  }
}

figure {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  figure {
    margin-bottom: 7vw;
  }
}

p {
  font-size: 18.5px;
  font-size: 1.85rem;
  margin-bottom: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 4.3vw;
  }
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe,
.box_video .video_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1,
.ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #d1130c;
}

.t_2 {
  color: #00c;
}

.t_3 {
  color: #060;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

.t_1_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_2_b {
  padding: 0.1em;
  color: #fff;
  background-color: #d1130c;
}

.t_3_b {
  padding: 0.1em;
  color: #000;
  background-color: #ff0;
}

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.bg_ylw {
  background-color: #ff0;
}

.t_lrg {
  font-size: 30px;
  font-size: 3rem;
}
.t_sml {
  font-size: 80%;
}
.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left !important;
}

.f_l {
  float: left;
  margin-right: 1em;
  width: auto;
}

.f_r {
  float: right;
  margin-left: 1em;
  width: auto;
}

@media screen and (max-width: 768px) {
  .f_l,
  .f_r {
    float: none;
    margin: 0 0 1em;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.w2 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w3 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w4 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w5 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w6 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w7 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w8 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w9 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w33 {
  width: 33%;
}

.f_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_box.gtr .w2 {
  width: 18%;
}
.f_box.gtr .w3 {
  width: 28%;
}
.f_box.gtr .w4 {
  width: 38%;
}
.f_box.gtr .w5 {
  width: 48%;
}
.f_box.gtr .w6 {
  width: 58%;
}
.f_box.gtr .w7 {
  width: 68%;
}
.f_box.gtr .w8 {
  width: 78%;
}
.f_box.gtr .w9 {
  width: 88%;
}
.f_box.gtr .w25 {
  width: 23%;
}
.f_box.gtr .w35 {
  width: 33%;
}
.f_box.gtr .w45 {
  width: 43%;
}
.f_box.gtr .w55 {
  width: 53%;
}
.f_box.gtr .w65 {
  width: 63%;
}
.f_box.gtr .w75 {
  width: 73%;
}
.f_box.gtr .w85 {
  width: 83%;
}
.f_box.gtr .w95 {
  width: 93%;
}
.f_box.gtr .w33 {
  width: 31%;
}
.f_box.flw {
  flex-flow: wrap;
}
.f_box.r_rvs {
  flex-flow: row-reverse;
}
.f_box.w_rvs {
  flex-flow: wrap-reverse;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
  .f_box.gtr .w2,
  .f_box.gtr .w3,
  .f_box.gtr .w4,
  .f_box.gtr .w5,
  .f_box.gtr .w6,
  .f_box.gtr .w7,
  .f_box.gtr .w8,
  .f_box.gtr .w9,
  .f_box.gtr .w25,
  .f_box.gtr .w35,
  .f_box.gtr .w45,
  .f_box.gtr .w55,
  .f_box.gtr .w65,
  .f_box.gtr .w75,
  .f_box.gtr .w85,
  .f_box.gtr .w95,
  .f_box.gtr .w33 {
    width: 100%;
    margin-bottom: 30px;
  }
  .f_box.flw {
    flex-flow: wrap;
  }
  .f_box.r_rvs {
    flex-flow: column;
  }
  .f_box.w_rvs {
    flex-flow: column;
  }
}

footer {
  text-align: center;
  background-color: #c00;
  padding: 1em;
  line-height: 1.65em;
}
.fixed_head {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.fixed_head .f_box {
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  height: 84px;
  align-items: center;
}
.fixed_head .f_box figure {
  width: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fixed_head {
    height: 11vw;
    padding: 0 0 0 3vw;
  }
  .fixed_head .f_box {
    height: 11vw;
    flex-flow: row;
  }
  .fixed_head .f_box .logo {
    width: 30%;
  }
  .fixed_head .f_box .btn {
    width: 65%;
    display: flex;
  }
}

.f_cta {
  position: fixed;
  margin: auto 0 0 auto;
  right: 2%;
  left: 0;
  bottom: 2%;
  width: 178px;
  height: 178px;
  z-index: 11;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 750px) {
  .f_cta {
    padding: 3%;
    margin: auto 0 0 auto;
    width: 30vw;
    height: 30vw;
  }
}

h2 {
  font-size: 42px;
  text-align: center;
  line-height: 1.45em;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 5vw;
  }
}

.sec_1 {
  background: #f6f6f6 url(../img/bg_01_pc.jpg.webp) no-repeat center top;
  padding-top: 130px;
}
.sec_1 figure {
  text-align: left;
}
.sec_1 figure img {
  margin-left: 0;
  display: block;
}
.sec_1 figure a {
  display: block;
}
.sec_1 figure a img {
  margin: 0 auto;
}
@media screen and (max-width: 1070px) {
  .sec_1 {
    background-size: 174%;
    padding-top: 11vw;
  }
  .sec_1 .inner {
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .sec_1 {
    background: #f6f6f6 url(../img/bg_01_sp.jpg.webp) no-repeat center top;
    background-size: 100% auto;
    padding-top: 16vw;
  }
}

.sec_2 {
  background-color: #fff;
}

.sec_3 {
  background-color: #f9f4ee;
}
.sec_3 p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_3 .box_a {
    flex-flow: row;
    justify-content: space-between;
  }
  .sec_3 .box_a figure:nth-child(1) {
    width: 46%;
  }
  .sec_3 .box_a figure:nth-child(2) {
    width: 50%;
  }
}

.box_b figure {
  width: 17.7%;
}
.box_b figure:first-of-type {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .box_b figure {
    width: 30%;
  }
  .box_b figure:first-of-type {
    width: 65%;
  }
}

.sec_4 {
  background-color: #fff;
}
.sec_4 h2 span {
  color: #d8000e;
}
.sec_4 .table_wrap {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .sec_4 .table_wrap figure {
    width: 160vw;
    max-width: none;
  }
}

.sec_5 {
  background-color: #071f61;
}
.sec_5 h2 {
  font-size: 46px;
  color: #fff;
  line-height: 1.2em;
}
.sec_5 h2 span {
  display: inline-block;
  font-size: 34px;
  padding-top: 0.4em;
}
.sec_5 .f_box.r_rvs {
  flex-flow: row;
}
.sec_5 > .inner > p {
  color: #fff;
  max-width: 995px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_5 h2 {
    font-size: 6vw;
  }
  .sec_5 h2 span {
    font-size: 4.3vw;
  }
  .sec_5 .f_box.r_rvs figure img {
    width: 100%;
  }
}

.box_c {
  background-color: #fff;
  max-width: 995px;
  margin: 0 auto 5%;
}
.box_c figure {
  margin: 0;
  width: 180px;
  max-width: 100%;
}
.box_c .txt {
  padding: 2% 3%;
  width: 100%;
  /* max-width: 659px; */
}
.box_c .txt p {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.6em;
}
.box_c .txt h3 {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #071f61;
  border-top: #071f61 solid 2px;
  padding-top: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .box_c {
    padding: 0%;
  }
  .box_c .txt {
    padding: 3%;
  }
  .box_c .txt p {
    font-size: 4vw;
  }
  .box_c .txt h3 {
    font-size: 3.5vw;
  }
  .box_c figure {
    width: 30%;
  }
}

.box_d {
  border: #999 solid 4px;
  position: relative;
  padding: 2% 3%;
  margin-bottom: 3%;
  font-weight: bold;
}
.box_d p {
  z-index: 2;
  position: relative;
}

.box_d::before,
.box_d::after {
  position: absolute;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.box_d::before {
  background: url(../img/img_023.png.webp) no-repeat #fff left top;
  margin: -7px auto auto -4px;
}
.box_d::after {
  background: url(../img/img_024.png.webp) no-repeat #fff right bottom;
  margin: auto -4px -7px auto;
}
@media screen and (max-width: 768px) {
  .box_d {
    border-width: 3px;
  }
  .box_d::before,
  .box_d::after {
    width: 6vw;
    height: 6vw;
  }
  .box_d::before {
    background: url(../img/img_023.png.webp) no-repeat #fff left top;
    background-size: 80% auto;
  }
  .box_d::after {
    background: url(../img/img_024.png.webp) no-repeat #fff right bottom;
    background-size: 80% auto;
  }
}

.sec_6 {
  background-color: #fff;
}
.sec_6 h2 {
  color: #071f61;
}
.sec_6_message {
  padding: 30px 0;
  margin-bottom: 20px;
  border: 5px double #ff3333;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_6_message h2 {
  margin: 0;
}

section.sec_6 .voice_player {
  text-align: center;
  margin-bottom: 40px;
}

section.sec_6 .voice_player img:hover {
  opacity: 0.7;
}

section.sec_6 .voice_player #playButton {
  cursor: pointer;
}

section.sec_6 .okyou {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}

section.sec_6 .okyou img {
  width: 80%;
}

@media screen and (min-width: 768px) {
  section.sec_6 .okyou img {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .sec_6 .f_r {
    max-width: 70%;
    margin: 0 auto 1em;
  }
}

.sec_7 {
  background-color: #e6e6e6;
}
.sec_7 h2 {
  color: #071f61;
}
.sec_7 .f_l {
  width: 46%;
}
.sec_7 .f_l img {
  width: 100%;
}
.sec_7 .box_video {
  width: 46%;
  max-width: 100%;
  padding-top: 26.25%;
}
.sec_7 .video_mp4 {
}
.sec_7 .video_mp4 .box_video {
  width: 100%;
  max-width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  margin-top: 30px;
  cursor: pointer;
}
.sec_7 .video_mp4 .box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_7 .box_video {
    padding-top: 56.25%;
  }

  .sec_7 .box_video {
    width: 100%;
  }
}
.box_e {
  background-color: #fff;
}
.box_e h3 {
  background-color: #071f61;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 1em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.box_e .txt {
  padding: 2%;
}
.box_e .txt figure {
  margin-bottom: 0;
}
.box_e:last-of-type .txt figure {
  margin-bottom: 1em;
}
.box_e .txt .pc {
  display: inline-block !important;
}
.box_e .txt .sp {
  display: none !important;
}
.box_e .txt::after {
  content: "";
  display: block;
  clear: both;
}
.box_e + figure {
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  .box_e h3 {
    font-size: 4.7vw;
  }
  .box_e .txt figure.f_r {
    margin: 0 auto 1em;
    width: 80%;
  }
  .box_e .txt {
    padding: 3%;
  }
  .box_e:nth-of-type(2) .txt {
    flex-direction: column-reverse;
  }
  .box_e .txt .pc {
    display: none !important;
  }
  .box_e .txt .sp {
    display: inline-block !important;
  }
  .sec_7 .box_video {
    width: 100%;
  }
  .box_e.mb60 {
    margin-bottom: 7vw !important;
  }
}

.sec_8 {
  background-color: #fff;
  margin-bottom: 5%;
}
.sec_8 h2 {
  color: #071f61;
}
.sec_8 .box_video {
  width: 450px;
  max-width: 100%;
  padding-top: 252px;
}

.sec_9 {
  background-color: #e4c069;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .sec_8 .box_video {
    width: 100%;
  }
}
.sec_9 .ttl img {
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .sec_9 .ttl img {
    margin-top: -9vw;
    width: 70%;
  }
}

.box_f {
  padding: 3%;
  background: #fff url(../img/img_035.png.webp) no-repeat left top;
}
.box_f figure {
  width: 100%;
  max-width: 311px;
  margin: 0 0 0 auto;
}
.box_f .txt {
  width: 100%;
  max-width: 700px;
}
.box_f h3 {
  font-size: 29px;
  color: #000;
  padding-bottom: 0.5em;
  border-bottom: #000 solid 2px;
  line-height: 1.5em;
}
.box_f h3 span {
  padding: 0 0.2em;
}
.box_f::after {
  content: "";
  display: block;
  clear: both;
}
.box_f + .box_f {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .box_f {
    background-size: 15% auto;
    padding-top: 10%;
  }
  .box_f figure {
    margin: 0 auto 1em;
  }
  .box_f h3 {
    font-size: 5.3vw;
  }
}

.sec_10 {
  background: url(../img/bg_02.jpg.webp) no-repeat center top;
}
.sec_10 h2 {
  color: #071f61;
}
@media screen and (max-width: 768px) {
  .sec_10 {
    background-repeat: repeat-y;
    background-size: 160% auto;
  }
}

.box_g {
  box-shadow: 0px 0px 14.88px 1.12px rgba(0, 0, 0, 0.13);
  padding: 3%;
  background-color: #fff;
}
.box_g .video_box {
  max-width: 400px;
  width: 100%;
}
.box_g .video_box .box_video {
  width: 100%;
}
.box_g .txt {
  width: 100%;
  max-width: 600px;
  margin-right: 20px;
}
.box_g .txt h3 {
  font-size: 18px;
  border-bottom: #071f61 solid 2px;
  color: #666;
  padding: 0.5em 0;
  margin-bottom: 0.6em;
}
.box_g .txt p {
  font-size: 24px;
  color: #071f61;
  font-weight: bold;
}
.box_g + .box_g {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .box_g .txt {
    padding-top: 5%;
  }
  .box_g .txt h3 {
    font-size: 3.7vw;
  }
  .box_g .txt p {
    font-size: 4.3vw;
  }
}

.sec_11 {
  background-color: #071f61;
}
.sec_11.ex {
  padding-bottom: 0px;
}
.sec_11 .box_video {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.sec_11 h2 {
  background-color: #fc8403;
  padding: 3% 0;
  margin: 5% auto 3%;
}
.sec_11 #timerex_calendar {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .sec_11 h2 {
    font-size: 7vw;
  }
  .sec_11.ex {
    padding-bottom: 15vw;
  }
}
.sec_form {
  background-color: #ededed;
}
.sec_form dl dt,
.sec_form dl dd {
  border-bottom: #efefef solid 2px;
}
.sec_form dl dt:last-of-type,
.sec_form dl dd:last-of-type {
  border-bottom: none;
}
.sec_form dl dt {
  width: 35%;
  line-height: 1.5em;
  font-weight: 600;
  padding: 1.5em 0.5em;
}
.sec_form dl dt span {
  display: inline-block;
  margin-left: 1em;
  background-color: #eb6100;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
}
.sec_form dl dt span.ex {
  background-color: #00b7ee;
}
.sec_form dl dd {
  padding: 1em 0.5em;
  width: 65%;
}
.sec_form dl dd input,
.sec_form dl dd textarea {
  padding: 0.5em;
  font-size: 18px;
  border: #1b1b1b solid 1px;
  width: 50%;
}
.sec_form dl dd textarea {
  width: 75%;
}
.sec_form dl dd input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px 5px 10px 0;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  outline: none;
  transition: 0.2s all linear;
  margin-right: 10px;
  position: relative;
}
.sec_form dl dd input[type="radio"]:checked {
  border: 2px solid #00b7ee;
}
.sec_form dl dd input[type="radio"]:checked::before {
  content: "";
  width: 68%;
  height: 68%;
  background: #00b7ee;
  position: absolute;
  top: 15%;
  left: 15%;
  border-radius: 50%;
}
.sec_form dl dd input[type="checkbox"] {
  display: none;
}
.sec_form dl dd input[type="checkbox"] + label {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1.4em;
}
.sec_form dl dd input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #999;
  background: #fff;
}
.sec_form dl dd input[type="checkbox"]:checked + label:before {
  content: "✔";
  color: #00b7ee;
  text-align: center;
  line-height: 1em;
}
.sec_form dl dd #error {
  display: none;
  background-color: #ff5f5f;
  padding: 0.3em 0.5em;
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
.sec_form input[type="image"] {
  width: auto;
  display: block;
  border: none;
  cursor: pointer;
  margin: 0 auto 4%;
}
.sec_form .wonder-terms-block {
  margin-bottom: 30px;
  padding: 6px 15px;
  background: #eee;
  text-align: left;
}
.sec_form .wonder-terms-block .terms-inner {
  height: 180px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 15px;
  overflow-y: scroll;
  line-height: 1.7em;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
}
.sec_form .wonder-terms-block .terms-inner p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec_form dl dt,
  .sec_form dl dd {
    font-size: 4vw;
    width: 100%;
  }
  .sec_form dl dt {
    padding-bottom: 0;
    border: none;
  }
  .sec_form dl dd input,
  .sec_form dl dd textarea {
    width: 100%;
  }
  .sec_form input[type="image"] {
    width: 80vw;
    margin: 0 auto;
  }
}

.box_h {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
}
.box_h h2 {
  background-color: #071f61;
  padding: 3%;
  color: #fff;
}
.box_h form {
  padding: 3%;
}

.sec_12 {
  background-color: #f1ead9;
}
.sec_12 h2 {
  text-align: left;
}
.sec_13 {
  background-color: #fff;
}
.sec_13 h2 {
  text-align: left;
  font-size: 37px;
  color: #071f61;
}
.sec_13 h2 span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .sec_13 h2 {
    font-size: 5vw;
  }
  .sec_13 h2 span {
    font-size: 7vw;
  }
}
.sec_14 {
  background: url(../img/bg_03.jpg.webp);
}
.sec_14 table {
  width: 100%;
  margin: 0 auto;
}
.sec_14 table tr {
  width: 100%;
  border: #c4c4c4 solid 2px;
  border-collapse: collapse;
  font-weight: bold;
}
.sec_14 table th,
.sec_14 table td {
  border: #c4c4c4 solid 2px;
  padding: 1em;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.sec_14 table th {
  width: 50%;
  background-color: #e9e9e9;
  text-align: center;
}
.sec_14 table td {
  background-color: #fff;
}
.sec_15 {
  background-color: #fff;
}
footer {
  background-color: #fff;
  border-top: #071f61 solid 11px;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
  }
}

body.active {
  overflow-y: hidden;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  visibility: hidden;
  cursor: pointer;
  z-index: 100;
}
.mask.active {
  visibility: visible;
  opacity: 0.8;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #fafafa;
  border-radius: 10px;
  visibility: hidden;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 100;
}
.modal p {
  width: 98%;
  font-weight: bold;
  margin: 10px auto;
  font-size: 14px;
  line-height: 20px;
}
.modal span {
  width: 25px;
  height: 25px;
  background-color: #000;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  color: #fff;
  border: #fff 1px solid;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.modal.active {
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .modal {
    width: 300px;
  }
}
/*# sourceMappingURL=map/style.css.map */
