/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Serif JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #333;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/


.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#063c92}
.bg_blue02{background:#d5f0ff}
.bg_green{background:#43aaa0}
.bg_gray{background:#f6f7f7}
.bg_gray02{background:#c9c9c9}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#e3911b}
.bg_pink{background:#e67a86}
.bg_ora{background:#ff7e00}

.bold{font-weight:700}
.fw500{font-weight:500}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#b50000}
.col_blue{color:#002a84}
.col_blue02{color:#000B89}
.col_green{color:#43aaa0}
.col_gold{color:#9e7f4f}
.col_gold02{color:#c5a868}
.col_yel{color:#ffe400}
.col_ora{color:#ff7e00}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.3em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
  color:#d45b41;
  text-decoration: underline;
  text-underline-offset:0.2em;
}
.pdf_link{
    font-size: 1.6rem;
    color: #000;
}
.pdf_link::before{
    font-family: "Font Awesome 5 Free";
    content: '\f08e';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.blank_link:hover{
    color: #d45b41;
}
.pc_block{
    display: block;
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffde00 0);
}
.marker_pink{
    background-color: transparent;
    background-image: linear-gradient(transparent 90%,#e67a86 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
.border{
    text-decoration: solid underline #333 3px;
    text-underline-offset:0.2em; 
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
h1 {
  text-align: center;
}


/*　▼ header　▼　*/
header{
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
header h1{
	margin-bottom: 0;
}
header img {
  width:1200px;
  margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
  font-weight: 400;
  background:#000;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP";
  padding: 60px 0;
}

#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 230px;
    height: auto;
}
.tel::before{
  content: '\e0b0';
  font-family: 'Material Icons';
  vertical-align: -2px;
  margin-right: 3px;
}
.mail::before{
  content: '\e0be';
  font-family: 'Material Icons';
  vertical-align: -2px;
  margin-right: 3px;
}
section{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
.lp_h1 {
  font-size: 4.6rem;
  font-weight: 600;
  color: #000;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 60px;
}
.lp_h1::after {
  position: absolute;
  content: "";
  background-color: #00248a;
  width: 94%;
  height: 2px;
  bottom: -10px;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (max-width: 599px) {
  .lp_h1 {
    font-size: 5.6rem;
  }
}

/*
CAMPAIGN
*/
.campaign01_wrap {
  background:url(../img/campaign_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.campaign01 {
  padding: 20px 0 50px;
  text-align: center;
}
.campaign01 h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.campaign01 .font20 {
  font-size: 2rem;
}
.campaign01 .font22 {
  font-size: 2.2rem;
}
.campaign01 .font30 {
  font-size: 3rem;
}
.cam_img-flex {
  background-image: url(../img/cam_img-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
.cam_card {
  width: 48%;
  text-align: center;
}
.tokuten_num {
  width: 20%;
  margin: 0 auto 10px;
}
.tokuten_img {
  width: 70%;
  margin: 0 auto 10px;
  border: 1px solid #000;
}
.cam_card h2 {
  color: #5f4918;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .campaign01 {
    padding: 4%;
  }
  .cam_img-flex {
    display: block;
    padding: 20px;
  }
  .cam_card {
    width: 100%;
    margin-bottom: 20px;
  }
  .cam_card h2 {
    font-size: 3.2rem;
  }
  .campaign01 h1 {
    font-size: 4rem;
  }
  .campaign01 .font20 {
    font-size: 3rem;
  }
  .campaign01 .font22 {
    font-size: 3.6rem;
  }
  .campaign01 .font30 {
    font-size: 4rem;
  }
}

/*
sec01
*/
.sec01_wrap {
  background-image: url(../img/sec01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec01 {
  padding: 50px 0;
}
.sec01 h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 50px;
}
.sec01 .font40 {
  font-size: 4rem;
}
.sec01_flex {
  display: flex;
  justify-content: space-between;
}
.sec01_card {
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 16px 8px 16px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #333;
  position: relative;
}
.sec01_card p {
  margin-bottom: 80px;
}
.sec01_img {
  position: absolute;
  content: "";
  width: 40%;
  right: 0;
  bottom: 6px;
}
@media screen and (max-width: 599px)  {
  .sec01 {
    padding: 4%;
  }
  .sec01_flex {
    display: block;
  }
  .sec01_card {
    width: 100%;
    padding: 4%;
    margin-bottom: 20px;
  }
  .sec01_card p {
    margin-bottom: 0;
  }
  .sec01_img {
    display: none;
  }
}


/*
sec02
*/
.sec02_wrap {
  background: linear-gradient(#edae5e, #b27a32);
}
.sec02 {
  padding: 70px 0;
}
.sec02 h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
}
.sec02_ex {
  font-size: 5rem;
  font-weight: 600;
  background-color: #fff;
}
@media screen and (max-width: 599px)  {
  .sec02 {
    padding: 4%;
  }
  .sec02 h1 {
    margin-bottom: 0;
  }
}

/*
sec03
*/
.sec03_wrap {
  background-color: #fff5e8;
}
.sec03 h2 {
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec03 h3 {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding: 0.5% 1.3%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.m-lr {
  margin: 0 10px;
}
.sec03_card {
  padding: 3%;
  margin-bottom: 50px;
  background-color: #fff;
  border: 1px solid #333;
  filter: drop-shadow(10px 10px 0px rgba(0,0,0,0.25));
  font-family: "Noto Sans JP";
}
.sec03_card h4 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 28px;
}
.sec03_card-lead {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 24px;
}
.sec03_nam {
  font-size: 2.8rem;
  font-weight: 600;
  margin-right: 20%;
}
.sec03_kadai, .sec03_kaiketsu {
  display: flex;
  align-items: stretch;
}
.sec03_kad-lead {
  background-color: #e3e3e3;
  display: flex;
  align-items: center;
  padding: 0 2%;
}
.sec03_kadai p {
  background-color: #f2f2f2;
  padding: 2%;
}
.sec03_kai-lead {
  background-color: #a2faff;
    display: flex;
  align-items: center;
  padding: 0 2%;
}
.sec03_kaiketsu p {
  background-color: #d9fdff;
  padding: 2%;
}
.sec03_arrow {
  width: 6%;
  margin: 8px auto;
}
.sec03_after {
  border: 1px solid #333;
  padding: 2%;
}
.sec03_after th {
  text-align: left;
  color: #b50000;
  width: 200px;
}
@media screen and (max-width: 599px)  {
  .sec03 h2 {
    font-size: 3.4rem;
  }
  .sec03 h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 3.4rem;
  }
  .sec03_card h4 {
    font-size: 3.8rem;
    margin-bottom: 14px;
  }
  .m-lr {
    margin: 0;
  }
  .sec03_card-lead {
    display: block;
    margin-bottom: 24px;
  }
  .sec03_nam {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 3.8rem;
  }
  .sec03_meta {
    font-size: 2.6rem;
  }
  .sec03_kadai, .sec03_kaiketsu {
    display: block;
  }
  .sec03_kad-lead {
    display: block;
    padding: 2%;
    text-align: center;
    font-size: 3rem;
  }
  .sec03_kadai p {
    font-size: 3rem;
    line-height: 1.6;
  }
  .sec03_kai-lead {
    display: block;
    padding: 2%;
    text-align: center;
    font-size: 3rem;
  }
  .sec03_kaiketsu p {
    font-size: 3rem;
    line-height: 1.6;
  }
  .sec03_arrow {
    width: 10%;
    margin: 8px auto;
  }
  .sec03_ma-af {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .sec03_li-l {
    font-size: 3rem;
  }
  .sec03_li-c {
    margin-bottom: 8px;
  }
}



/*
sec04
*/
.sec04_wrap {
  background-color: #dbf4ff;
}
.sec04 h1 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 50px;
}
.sec04_ex {
  color: #b50000;
  font-size: 4rem;
  font-weight: 600;
}
.sec04 h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.sec04 h3 {
  text-align: center;
  color: #b50000;
  font-weight: 500;
  margin-bottom: 50px;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}
@media screen and (max-width: 599px)  {
  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
  .sec04 h1 {
    font-size: 3.4rem;
  }
  .sec04 h2 {
    font-size: 3rem;
  }
  .sec04 h3 {
    font-size: 3rem;
    line-height: 1.7;
  }
}

/*
sec05
*/
.sec05_wrap {
  background-image: url(../img/sec05_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec05 h1 {
  font-size: 4.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffe400;
}
.sec05 h2 {
  text-align: center;
  font-size:4.8rem;
  font-weight: 500;
  color: #fff;
}
.sec05 h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 599px)  {
  .sec05 h3 {
    font-size: 3.4rem;
  }
}

/*
sec06
*/
.sec06_wrap {
  background-color: #e9e9e9;
}
.sec06_card-wrap {
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: space-between;
}
.sec06_card {
  width: 28%;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
}
.sec06_num {
  text-align: center;
  color: #00248a;
  font-weight: 500;
  font-size: 5rem;
}
.sec06_q {
  background-color: #fff;
  border-radius: 5px;
  padding: 8% 5%;
  flex: 1;
  height: 100%;
  min-height: 0%;
}
.sec06_a {
  background-color: #ebffff;
  border: 2px solid #00248a;
  border-radius: 5px;
  padding: 8% 5%;
  flex: 2;
  height: 100%;
}
.sec06_arrow {
  width: 10%;
  margin: 10px auto;
}
@media screen and (max-width: 599px) {
  .sec06_card-wrap {
    display: block;  
  }
  .sec06_card {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec06_q {
    padding: 4%;
  }
  .sec06_a {
    padding: 4%;
  }
  .sec06_arrow {
    width: 6%;
  }
}

/*
CAMPAIGN
*/
.campaign02_wrap {
  background:url(../img/cam02_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.campaign02 {
  padding: 100px 0;
  text-align: center;
}
.campaign02 h1 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
.font30 {
  font-size: 3rem;
}
.cam02_img-wrap {
  display: flex;
  justify-content: space-between;
}
.cam02_img {
  width: 48%;
  border: 1px solid #000;
}
@media screen and (max-width: 599px) {
  .campaign02 {
    padding: 6% 4%;
  }
  .cam02_img-wrap {
    display: block;
  }
  .campaign02 h1 {
    font-size: 4rem;
  }
  .cam02_img {
    width: 100%;
    margin-bottom: 20px;
  }
}



/*
sec07
*/
.sec07 h2 {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.sec07_ex {
  font-size: 5.4rem;
}
.sec07 h3 {
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 70px;
}
.sec07_card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sec07_card {
  width: 23%;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .sec07 h3 {
font-size: 3rem;
  }
  .sec07_card {
    width: 70%;
  }
}




/*
sec08
*/
.sec08_wrap {
  background-color: #cde8ff;
}
.sec08_card-wrap {
  display: flex;
  justify-content: space-between;
}
.sec08_card {
  width: 48%;
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
  position: relative;
}
.sec08 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 20px;
}
.sec08_ex {
  font-size: 4rem;
}
.sec08_card p {
  font-family: "Zen Kurenaido", sans-serif;
  margin-bottom: 70px;
}
.sec08_img {
  position: absolute;
  content: "";
  width: 20%;
  right: 8px;
  bottom: 8px;
}
@media screen and (max-width: 599px) {
  .sec08_card-wrap {
    display: block;
  }
  .sec08_card {
    width: 100%;
    padding: 3%;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .sec08_card p {
    margin-bottom: 120px;
    font-size: 4rem;
  }
  .sec08 h2 {
    font-size: 4rem;
  }
  .sec08_ex {
    font-size: 5rem;
  }
}

/*
sec09
*/
.sec09_wrap {
  background-color: #eeeeee;
}
.sec09 h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
} 
.sec09 h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 50px;
} 
.sec09_card-wrap {
  display: flex;
  justify-content: space-between;
}
.sec09_card {
  width: 28%;
}
.sec09 p {
  font-size: 1.7rem;
}
.sec09 h4 {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec09 h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.sec09_lead {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec09_lead-min {
  font-size: 2.2rem;
}
.sec09_lead-ex {
  font-size: 4.8rem;
}
.sec09_hyou01 {
  width: 80%;
  margin: 0 auto 50px;
}
.sec09_hyou02 {
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .sec09_card-wrap {
    display: block;
  }
  .sec09 h2 {
    font-size: 3.6rem;
  } 
  .sec09 h3 {
    font-size: 3rem;
  } 
  .sec09 h5 {
    font-size: 3rem;
  }
  .sec09_card {
    width: 70%;
    margin:  0 auto 20px;
  }
  .sec09_hyou01 {
    width: 100%;
  }
  .sec09_hyou02 {
    width: 100%;
  }
  .sec09 p {
    font-size: 2.2rem;
  }
  .sec09_lead-min {
    font-size: 2.8rem;
  }
}




/*
sec10
*/
.sec10 {

}
.sec10_card {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
.sec10_num {
  width: 14%;
  font-size: 5rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
.sec10_txt {
  width: 82%;
}
.sec10_txt h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.sec10_txt p {
  font-family: "Noto Sans JP";
}
.sec10_arrow {
  width: 5%;
  margin: 36px auto 28px;
}
.sec10_click-img {
  width: 80%;
  border: 1px solid #a8a8a8;
  transition: opacity 0.3s;
  cursor: pointer;
}
.sec10_click-img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .sec10_card {
    display: block;
    margin-bottom: 10px;
  }
  .sec10_num {
    width: 100%;
    text-align: center;
  }
  .sec10_txt {
    width: 100%;
  }
  .sec10_txt h2 {
  text-align: center;
  font-size: 4rem;
  }
  .sec10_txt p {
    font-size: 3.4rem;
  }
  .sec10_arrow {
    width: 8%;
  }
  .sec10_click-img {
    width: 100%;
  }
}




/*
sec11
*/
.sec11_wrap {
  background-color: #e9e9e9;
}
.sec11_card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 3% 6% 3% 2%;
}
.sec11_q {
  width: 7%;
}
.sec11_txt {
  width: 90%;
}
.sec11_txt h2 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec11_txt p {
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 599px) {
  .sec11_card {
    display: block;
    padding: 3%;
  }
  .sec11_q {
    width: 10%;
    margin:  0 auto 10px;
  }
  .sec11_txt {
    width: 100%;
  }
  .sec11_txt h2 {
    text-align: center;
    font-size: 4rem;
  }
  .sec11_txt p {
    font-size: 3.4rem;
  }
}





/*
entry
*/
.entry_wrap {
  background:url(../img/entry_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.entry h1 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.entry h4 {
  color: #fff;
}
.entry h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.entry h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
.entry_img-wrap {
  display: flex;
  justify-content: space-between;
}
.entry_img {
  width: 48%;
  border: 1px solid #000;
}
.entry form {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 4% 7%;
  text-align: left;
}
.entry form th {
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 2.4rem;
}
.entry_label {
  font-weight: 600;
  padding-bottom: 10px;
}
.entry form .wid100 {
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
  font-size: 2.2rem;
}
.entry form .wid40 {
  width: 40%;
  height: 40px;
  margin-bottom: 16px;
  font-size: 2.2rem;
}
.entry form td select {
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
  font-size: 2.2rem;
}
.tr_cb {
  text-align: center;
  font-weight: 500;
}
.tr_cb input {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 10px;
}
.tr_cb00 input {
  margin-right: 10px
}
input[type=checkbox] {
  transform: scale(1.8);
}
.form_link {
  color: #0e3299;
  text-decoration: underline;
  text-underline-offset: 7px;
  font-weight: 600;
}
input[type=submit] {
  
}
textarea {
  width: 100%;
  font-size: 2.2rem;
}
.pb14 {
  padding-bottom: 14px;
}
@media screen and (max-width: 599px) {
  .entry_img-wrap {
    display: block;
  }
  .entry_img {
    width: 100%;
    margin-bottom: 14px;
  }
  .entry form {
    width: 100%;
    padding: 4%;
  }
  .entry form th {
    font-size: 2.8rem;
  }
  .pb14 input {
    margin-bottom: 20px;
  }
  .entry form .wid100 {
    height: 60px;
    font-size: 3rem;
  }
  .entry form .wid40 {
    height: 60px;
    font-size: 3rem;
  }
  .entry form td select {
    height: 60px;
    font-size: 3rem;
  }
  textarea {
    font-size: 3rem;
  }
  .form_link {
    font-size: 2.4rem;
  }
  .tr_cb label {
    font-size: 2.4rem;
  }
}



/*
ボタン
*/

.btn{
  color:#fff;
  height:80px;
  line-height:80px;
  font-weight:500;
  text-align: center;
  border-radius: 100vh;
  display: block;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Noto Serif JP';
}
.btn:hover{
  letter-spacing: 0.3em;
}
.btn01{
  background: linear-gradient(#e98446, #a30000);
  filter: drop-shadow(0px 8px 0px #650000);
  margin: 0 auto;
  width: 50%;
  /* position: relative; */
}
/* .btn01::after {
  position: absolute;
  content: "↓";
  right: 40px;
  bottom: 0;
  width: 10px;
} */
.btn02{
  background: linear-gradient(#82ffd2, #008a58);
  filter: drop-shadow(0px 8px 0px #005b3a);
  margin: 0 auto;
  width: 50%;
  /* position: relative; */
}
/* .btn02::after {
  position: absolute;
  content: "↓";
  right: 40px;
  bottom: 0;
  width: 10px;
} */
.btn03{
  background: linear-gradient(#82ffd2, #008a58);
  filter: drop-shadow(0px 8px 0px #005b3a);
  margin: 0 auto;
  width: 60%;
  border: none;
}

@media screen and (max-width: 599px) {
  .btn{
    font-size: 3.8rem;
  }
  .btn01{
    width: 100%;
  }
  .btn02{
    width: 100%;
  }
  .btn03{
    width: 100%;
  }
}



/*-----------------------------------
　↓ 685pxまでのfooter設定 ↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
.logo {
  width: 29%;
  height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
  width: 100%;
  padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
  display: none;
}
header img{
  width: 98%;
}
section {
  width: 94%;
  padding: 10% 0;
}
}

@media screen and (max-width: 768px) {
html{
  font-size: 50%;
}
.logo {
  width: 28%;
}
.pcnone{
  display: none;
}
/* .spnone {
  display: block;
} */
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

/*------------------------
〜599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
  font-size: 3.8rem;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
  display:none
}
.pc_block {
	display:inline
}
.sp_alc {
  text-align: center;
}
.sp_flex_space{
  display:flex;justify-content:space-between
}
.sec_wrap {
  width:100%;
  padding:0;
}
section{
	width: 100%;
	padding: 8% 4%;
}
/*▼ footer ▼*/
footer {
	padding: 4%;
  font-size: 2.7rem;
}
.logo {
  width:40%;
  display: block;
}
#page-top img {
  display: none;
}
/*▲ footer ▲*/
header{
  background: url(../img/mv_bg_sp.jpg) no-repeat;
  background-size: cover;
}
header .mv_area{
  padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
  font-size: 3.5rem;
  margin-bottom: 50px;
}
}
@media screen and (max-width: 599px) {
.pc_head{
  display:none;
}
.cur_tbl .sp_head{
  background:#163b5d;
  color:#fff;
  text-align: center;
}
}


.modalArea02 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg02 {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalArea03 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg03 {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  background: #7e170e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 0 0 20px 0;
}
.closeModal02 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
.closeModal03 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
.is-show {
  visibility: visible;
  opacity: 1;
}
.modalContents h1{
  margin-bottom: 0;
}
.modalContents .box03 p {
  font-size: 1.6rem;
}
.modalContents .btn05 {
  line-height: 1.4;
  width: 96%;
  margin: 0 auto;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 16px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 5px;
  background: #00C853;
  filter: drop-shadow(0px 8px 0px #007d34);
}
.modalContents .btn06 {
  width: 96%;
  margin: 0 auto;
  background: #0067dc;
  filter: drop-shadow(0px 8px 0px #00428e);
  line-height: 50px;
  height: 50px;
}
.btn05:hover,
.btn06:hover {
  letter-spacing: 0.1em;
}

/* 動画 */
.video-container {
    width: 80%;
    margin: 30px auto;
}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}