ç@charset "UTF-8";

body {
  font: 14px "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #fff;
  color: #000;
  font-feature-settings: "palt";
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a.hover {
  transition: all 0.25s ease-in-out;
}

#page_wrap {
  width: 100%;
  background: #fff;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:640px) {
  #page_wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.animated {
  opacity: 0;
}

/* ------------------------------------------------------------------
	Header
-------------------------------------------------------------------*/

#header {
  width: 100%;
  height: 97px;
  background: #fff;
  z-index: 1000;
  overflow-x: hidden;
}

#header .h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#header .h_logo {
  width: 28.6vw;
  max-width: 551px;
  min-width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 22px 20px;
}

#header .h_btn {
  display: flex;
  margin-bottom: 8px;
}

#header .h_btn li {
  margin-right: 20px;
}

#header .h_btn li a {
  display: block;
  width: 220px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  padding: 16px 40px;
  border-radius: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #header .h_btn li a {
    width: auto;
  }
}

#header .h_btn li a.h_btn01 {
  background: #fd6320;
  box-shadow: 0px 8px 0px 0px #b04517;
}

#header .h_btn li a.h_btn02 {
  background: #57aceb;
  box-shadow: 0px 8px 0px 0px #3a739e;
}

#header .h_txt {
  background: #000;
  text-align: center;
  padding: 12px 0;
}

#header.scroll {
  position: fixed;
  height: auto;
}

#header.scroll .h_logo {
  width: 28.7%;
  padding: 10px 20px;
}

#header.scroll .h_btn {
  margin-bottom: 4px;
}

#header.scroll .h_btn li a {
  padding: 8px 36px;
  border-radius: 5px;
  font-size: 14px;
}

#header.scroll .h_btn li a.h_btn01 {
  box-shadow: 0px 4px 0px 0px #b04517;
}

#header.scroll .h_btn li a.h_btn02 {
  box-shadow: 0px 4px 0px 0px #3a739e;
}

#header.scroll .h_txt {
  background: #000;
  text-align: center;
  padding: 8px 0;
}

@media screen and (max-width:768px) {

  #header {
    height: auto;
  }

  #header .h_inner {
    flex-direction: column;
    align-items: flex-start;
  }

  #header .h_logo {
    padding: 2.67%;
    width: 73.33%;
    max-width: 100%;
    min-width: auto;
  }

  #header .h_btn {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3.47%;
  }

  #header .h_btn li {
    display: block;
    margin-right: 0;
    width: 50%;
    float: left;
    text-align: center;
  }

  #header .h_btn li a {
    width: 85.33%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    line-height: 1;
    padding: 16px 0;
    border-radius: 5px;
  }

  #header .h_btn li a.h_btn01 {
    background: #fd6320;
    box-shadow: 0px 4px 0px 0px #b04517;
  }

  #header .h_btn li a.h_btn02 {
    background: #57aceb;
    box-shadow: 0px 4px 0px 0px #3a739e;
  }

  #header .h_txt {
    padding: 0 0;
  }

  #header.scroll .h_logo {
    display: none;
  }

  #header.scroll .h_btn {
    display: block;
    float: none;
    margin-top: 2%;
    margin-bottom: 3.47%;
  }

  #header.scroll .h_btn li a {
    padding: 8px 0;
    border-radius: 5px;
  }

  #header.scroll .h_txt {
    padding: 0;
  }

  #header.scroll .h_txt img {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------------
	Main Visual
-------------------------------------------------------------------*/
#mv .mv-sp {
  display: none;
}

@media screen and (max-width:768px) {
  #mv .mv-sp {
    display: block;
  }

  #mv .mv-pc {
    display: none;
  }
}

#mv {
  width: 100%;
  height: 39.583vw;
  background: url(../img/mv_back.jpg) no-repeat center top/cover #000;
  position: relative;
}

#mv .mv_bg {
  position: absolute;
  width: 69.635vw;
  height: 39.583vw;
  right: 0;
  top: 0;
  background: url(../img/mv_flont.png) no-repeat center top/contain;
}

#mv .mv_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1480px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#mv .mv_catch {
  width: 46.25vw;
}

.mv_btn {
  width: 25.625vw;
  aspect-ratio: 492 / 110;
  margin: auto;
}

.mv_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fd6320;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: clamp(12px, 1.2vw, 22px);
  font-weight: 700;
}

.mv_btn a em {
  font-size: 140%;
  font-weight: 700;
  padding-left: 4px;
}

@media screen and (max-width:768px) {
  .mv_btn a {
    font-size: clamp(12px, 4vw, 32px);
  }
}

@media screen and (max-width:768px) {
  #mv {
    width: 100%;
    height: 122.666vw;
    background: url(../img/mv_bg_sp.jpg) no-repeat center top/cover #000;
    position: relative;
  }

  #mv .mv_bg {
    display: none;
  }

  #mv .mv_inner {
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  #mv .mv_catch {
    width: 100%;
  }

  #mv .mv_catch img {
    width: 100%;
    height: auto;
  }

  .mv_btn {
    width: 77.333%;
    margin: -11.2vw auto 8.533vw;
  }
}

/* ------------------------------------------------------------------
	Section 01
-------------------------------------------------------------------*/

#sec01 {
  width: 100%;
  background: url(../img/sec01_bg_pc.jpg) no-repeat center top #fff;
  text-align: center;
  padding: 43px 0 109px;
}

.sec01_txt01 {
  margin-bottom: 38px;
}

.sec01_img01 {
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  #sec01 {
    width: 100%;
    background: url(../img/sec01_bg_sp.jpg) no-repeat center top/100% #fff;
    text-align: center;
    padding: 5.73% 2.67% 12.93%;
  }

  .sec01_txt01 {
    margin-bottom: 5.35%;
  }

  .sec01_img01 {
    margin-bottom: 4.23%;
  }
}

/* ------------------------------------------------------------------
	Section 02
-------------------------------------------------------------------*/

#sec02 {
  width: 100%;
  background: url(../img/sec02_bg.gif) repeat left top;
  text-align: center;
  padding-bottom: 60px;
}

.sec02_ttl {
  width: 100%;
  background: #57aceb;
  height: 170px;
  position: relative;
  margin-bottom: 37px;
}

.sec02_ttl span {
  width: 676px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -338px;
}

.sec02_01 {
  margin-bottom: 60px;
}

.sec02_txt01 {
  margin-bottom: 40px;
}

.sec02_ob_box {
  max-width: 896px;
  margin: 0 auto;
}

.sec02_ob_box .ob {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.ob_ac05,
.ob_ac06 {
  display: none;
}

@media screen and (max-width:768px) {
  #sec02 {
    background: url(../img/sec02_bg.gif) repeat left top/14px;
    padding-bottom: 8%;
  }

  .sec02_ttl {
    width: 100%;
    background: #57aceb;
    height: 85px;
    position: relative;
    margin-bottom: 4.93%;
  }

  .sec02_ttl span {
    width: 338px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -169px;
  }

  .sec02_01 {
    margin-bottom: 5.07%;
  }

  .sec02_txt01 {
    margin-bottom: 4%;
  }

  .sec02_ob_box .ob {
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }

  .ob5_6 {
    margin: 0 5.34%;
  }

  .ob5_6 .ob {
    margin-bottom: 0;
    width: 47.014%;
    position: relative;
  }

  .ob5_6 .ob:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/icon_open.png) no-repeat center/100%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -9px;
  }

  .ob5_6 .ob.open:after {
    background: url(../img/icon_close.png) no-repeat center/100%;
  }

  .sec02_ob_box .ob05 {
    float: left;
  }

  .sec02_ob_box .ob06 {
    float: right;
  }

  .ob_ac05,
  .ob_ac06 {
    margin: 0 5.34%;
    position: relative;
    top: -3px;
  }
}

@media screen and (max-width:320px) {
  .sec02_ttl {
    width: 100%;
    background: #57aceb;
    height: 75px;
    position: relative;
    margin-bottom: 4.93%;
  }

  .sec02_ttl span {
    width: 300px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -150px;
  }
}

/* ------------------------------------------------------------------
	Section 03
-------------------------------------------------------------------*/
/*
#sec03 {
  padding-top: 30px;
  padding-bottom: 150px;
  background-color: #e5f4d8;
}
#sec03 .slide {
  text-align: center;
}
#sec03 .slide ul li {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
*/
.sec03_ttl {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {

  /*
  #sec03 {
    padding-top: 1px;
    padding-bottom: 70px;
  }
*/
  .sec03_img {
    padding: 0 5.33%;
  }
}

/* ------------------------------------------------------------------
	Section 04
-------------------------------------------------------------------*/

#sec04 {
  width: 100%;
  background: url(../img/sec04_bg.gif) repeat left top;
  text-align: center;
  padding: 120px 0 44px;
  position: relative;
}

#sec04 .cv_btn01 {
  display: block;
  width: 540px;
  position: absolute;
  top: -67px;
  left: 50%;
  margin-left: -270px;
  z-index: 100;
}

@media screen and (max-width:768px) {
  #sec04 {
    width: 100%;
    background: url(../img/sec04_bg.gif) repeat left top/14px;
    text-align: center;
    padding: 16% 0 5.87%;
    position: relative;
  }

  #sec04 .cv_btn01 {
    display: block;
    width: 270px;
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -135px;
    z-index: 100;
  }
}

/* ------------------------------------------------------------------
	Section 05
-------------------------------------------------------------------*/

#sec05 .sec05_ttl {
  width: 100%;
  background: url(../img/sec05_ttl_bg_pc.jpg) no-repeat center/cover;
  text-align: center;
  padding: 85px 0 93px;
}

.sec05_wrap {
  background: url(../img/sec05_bg_pc.jpg) no-repeat center top #fedc73;
  padding: 120px 0 60px;
  position: relative;
  text-align: center;
}

.sec05_pop {
  position: absolute;
  width: 570px;
  top: -44px;
  left: 50%;
  margin-left: -285px;
}

.sec05_txt {
  margin-bottom: 47px;
}

@media screen and (max-width:768px) {
  #sec05 .sec05_ttl {
    width: 100%;
    background: url(../img/sec05_ttl_bg_sp.jpg) no-repeat center/cover;
    text-align: center;
    padding: 11.33% 0 12.4%;
  }

  .sec05_wrap {
    background: url(../img/sec05_bg_sp.jpg) no-repeat center top/cover #fedc73;
    padding: 16% 0 8%;
    position: relative;
    text-align: center;
  }

  .sec05_pop {
    position: absolute;
    width: 285px;
    top: -22px;
    left: 50%;
    margin-left: -142px;
  }

  .sec05_txt {
    margin-bottom: 6.27%;
  }

  .sec05_result {
    margin: 0 5.33%;
  }
}

/* ------------------------------------------------------------------
	Section 06
-------------------------------------------------------------------*/

#sec06 {
  width: 100%;
  background: url(../img/sec06_bg.gif) repeat left top;
  text-align: center;
  padding: 60px 0 80px;
}

.sec06_ttl {
  margin-bottom: 40px;
}

.sec06_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.sec06_wrap02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 30px;
  background: none;
}

.sec06_wrap03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0;
  background: #fff;
}

.sec06_box01 {
  margin-bottom: 56px;
}

.sec06_01 {
  width: 50%;
  float: left;
}

.sec06_graph {
  position: relative;
  width: 100%;
  padding-top: 53px;
}

.graph_txt {
  position: absolute;
  top: 0;
  left: 0;
}

.sec06_02 {
  width: 50%;
  float: right;
}

.sec06_txt02 {
  margin-bottom: 80px;
}

.sec06_txt04 {
  margin-bottom: 80px;
}

.sec06_06 {
  position: relative;
  padding-bottom: 184px;
}

.sec06_06 .cv_btn02 {
  width: 540px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -270px;
  margin-bottom: 60px;
}

@media screen and (max-width:768px) {
  #sec06 {
    width: 100%;
    background: url(../img/sec06_bg.gif) repeat left top/14px;
    text-align: center;
    padding: 8% 0;
  }

  .sec06_ttl {
    margin-bottom: 0;
  }

  .sec06_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }

  .sec06_wrap02 {
    width: 89.33%;
    margin: 0 5.33%;
    padding-top: 40px;
    padding-bottom: 20px;
    background: none;
  }

  .sec06_wrap02 img {
    max-width: 100%;
  }

  .sec06_wrap03 {
    width: 89.33%;
    margin: 0 5.33%;
    margin: 0 auto;
    padding-top: 0;
    background: #fff;
  }

  .sec06_box01 {
    margin-bottom: 0;
  }

  .sec06_01 {
    width: 100%;
    float: none;
    background: #fff;
    padding-top: 5.33%;
    padding-bottom: 8%;
    width: 89.33%;
    margin: 0 auto;
  }

  .sec06_graph {
    position: relative;
    width: 100%;
    padding-top: 25px;
  }

  .sec06_graph canvas {
    height: 208px !important;
  }

  .graph_txt {
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec06_02 {
    width: 100%;
    float: none;
  }

  .sec06_txt02 {
    margin-bottom: 0;
  }

  .sec06_txt04 {
    margin-bottom: 0;
  }

  .sec06_06 {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 40px;
  }

  .sec06_06 .cv_btn02 {
    width: 270px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -135px;
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------------
	Section 11
-------------------------------------------------------------------*/

#sec11 {
  background: url(../img/sec07_bg_pc.jpg) no-repeat center top #ebebeb;
  padding: 52px 0 80px;
  text-align: center;
}

.sec11_ttl {
  margin-bottom: 40px;
}

.sec11_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0;
}

@media screen and (max-width:768px) {
  #sec11 {
    background: url(../img/sec11_bg_sp.jpg) no-repeat center top/cover #ebebeb;
    padding: 6.93% 0 9.33%;
    text-align: center;
  }

  .sec11_ttl {
    margin-bottom: 5.07%;
  }

  .sec11_box {
    width: 89.33%;
    margin: 0 5.33%;
    margin: 0 auto;
    padding-top: 0;
  }
}


/* ------------------------------------------------------------------
	Section 07
-------------------------------------------------------------------*/

#sec07 {
  background: url(../img/sec07_bg_pc.jpg) no-repeat center top #ebebeb;
  padding: 52px 0 80px;
  text-align: center;



  width: 100%;
  background: url(../img/sec07_bg.gif) repeat left top;
  text-align: center;
  padding: 60px 0 80px;
}

.sec07_02_box {
  width: 670px;
  margin: 0 auto 42px;
  position: relative;
}

.sec07_02_box .pop {
  position: absolute;
}

.sec07_02_box .pop01 {
  top: 139px;
  right: 24px;
}

.sec07_02_box .pop02 {
  bottom: 120px;
  right: 16px;
}

.sec07_02_box .pop03 {
  left: 20px;
  bottom: 134px;
}

.sec07_02_box .pop04 {
  left: 56px;
  top: 160px;
}

.sec07_txt01 {
  margin-bottom: 27px;
}

@media screen and (max-width:768px) {
  #sec07 {

    width: 100%;
    background: url(../img/sec07_bg.gif) repeat left top/14px;
    text-align: center;
    padding: 8% 0;
  }

  .sec07_02_box {
    width: 89.33%;
    margin: 0 auto 5.6%;
    position: relative;
  }

  .sec07_02_box .pop {
    position: absolute;
  }

  .sec07_02_box .pop01 {
    width: 132px;
    top: 69px;
    right: 12px;
  }

  .sec07_02_box .pop02 {
    width: 131px;
    bottom: 60px;
    right: 8px;
  }

  .sec07_02_box .pop03 {
    width: 95px;
    left: 10px;
    bottom: 67px;
  }

  .sec07_02_box .pop04 {
    width: 92px;
    left: 28px;
    top: 80px;
  }

  .sec07_txt01 {
    margin-bottom: 3.6%;
  }
}

@media screen and (max-width:320px) {
  .sec07_02_box .pop01 {
    width: 110px;
  }

  .sec07_02_box .pop02 {
    width: 110px;
    bottom: 50px;
  }

  .sec07_02_box .pop03 {
    width: 85px;
    left: 10px;
    bottom: 67px;
  }

  .sec07_02_box .pop04 {
    width: 82px;
    left: 28px;
    top: 80px;
  }
}

/* ------------------------------------------------------------------
	Section 08
-------------------------------------------------------------------*/

#sec08 {
  background: url(../img/sec08_bg_pc.jpg) no-repeat center bottom/cover #f5f5f5;
  text-align: center;
  padding: 77px 0 106px;
}

.sec08_ttl {
  margin-bottom: 80px;
}

.sec08_pop {
  margin-bottom: 70px;
}

.sec08_05 {
  margin-bottom: 100px;
}

.cv_btn03 {
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  #sec08 {
    background: url(../img/sec08_bg_sp.jpg) no-repeat center bottom/cover #f5f5f5;
    padding: 8.53% 5.33% 1.87%;
  }

  .sec08_ttl {
    margin-bottom: 10.67%;
  }

  .sec08_pop {
    margin-bottom: 9.33%;
  }

  .sec08_05 {
    margin-bottom: 13.33%;
  }

  .cv_btn03 {
    display: block;
    width: 270px;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------
	Section 09
-------------------------------------------------------------------*/

#sec09 {
  background: #162030;
  text-align: center;
  padding-bottom: 118px;
}

.sec09_ttl {
  margin-bottom: 70px;
}

.section_inner-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
}

.section_inner-map li {
  width: 23%;
  color: #fff;
  text-align: left;
  margin: 1%;
}

.inner-map_map {
  margin-bottom: 5px;
}

.inner-map_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.inner-map_map iframe,
.inner-map_map object,
.inner-map_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-map_school .tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}

.inner-map_school .tel img {
  margin-right: 5px;
  width: inherit;
}

.inner-map_school .tel a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width:768px) {
  #sec09 {
    background: #162030;
    text-align: center;
    padding: 10.67% 0 14.67%;
  }

  .sec09_ttl {
    margin: 0 5.33% 6.67%;
  }

  .section_inner-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 2.67% 9.33%;
  }

  .section_inner-map li {
    width: 46%;
    color: #fff;
    text-align: left;
    margin: 2%;
  }

  .inner-map_map {
    margin-bottom: 5px;
  }

  .sec09_img {
    margin: 0 5.33%;
  }
}

/* ------------------------------------------------------------------
	Section 10
-------------------------------------------------------------------*/

.sec10_head {
  background: url(../img/sec10_head_bg_pc.jpg) no-repeat center top/cover;
  width: 100%;
  height: 577px;
}

.sec10_box {
  position: relative;
  text-align: center;
  background: url(../img/sec10_bg_pc.jpg) no-repeat center top #ebebeb;
  padding-top: 428px;
  padding-bottom: 64px;
}

.sec10_txt {
  position: absolute;
  width: 682px;
  top: -126px;
  left: 50%;
  margin-left: -341px;
}

.sec10_cv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  aspect-ratio: 540 / 136;
  border-radius: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 36px;
}

.sec10_cv_btn em {
  font-size: 150%;
  font-weight: 700;
  padding-right: 4px;
}

.sec10_cv_btn.-orange {
  background: #fd6320;
  box-shadow: 0px 10px 0px 0px #b04517;
}

.sec10_cv_btn.-blue {
  background: #57aceb;
  box-shadow: 0px 10px 0px 0px #3a739e;
}

@media screen and (max-width:768px) {
  .sec10_head {
    background: url(../img/sec10_head_bg_sp.jpg) no-repeat center top/100%;
    width: 100%;
    height: 288px;
  }

  .sec10_box {
    position: relative;
    text-align: center;
    background: url(../img/sec10_bg_sp.jpg) no-repeat center top/cover #ebebeb;
    padding-top: 57.07%;
    padding-bottom: 8.53%;
  }

  .sec10_txt {
    position: absolute;
    width: 341px;
    top: -63px;
    left: 50%;
    margin-left: -170px;
  }

  .sec10_cv_btn {
    width: 300px;
    font-size: 16px;
    margin: 0 auto 4.8%;
  }

  .sec10_cv_btn.-orange {
    box-shadow: 0px 5px 0px 0px #b04517;
  }

  .sec10_cv_btn.-blue {
    box-shadow: 0px 5px 0px 0px #3a739e;
  }
}

/*	キャンペーンのバナー表示
-------------------------------------------------------- */
.campaign-banner {
  max-width: 1180px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.campaign-banner a:hover {
  opacity: 0.8 !important;
}

.campaign-banner.-w700 {
  width: 700px;
  max-width: 100%;
}

.campaign-banner.-w580 {
  width: 580px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .campaign-banner {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------------
	Footer
-------------------------------------------------------------------*/



.book {
  margin: 0 auto 20px;
  background: url(../img/book_bg.gif) repeat center center;
}

@media screen and (max-width:768px) {
  .book {
    margin: 0 -2.67% 10px;
  }
}

/* bnr-area */
.bnr-area {
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.bnr-area img {
  width: 100%;
  max-width: 710px;
  border: 1px solid #eee;
}

.bnr-area a:hover {
  opacity: 0.7;
}

.cv_btn04 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  aspect-ratio: 540 / 136;
  background: #fd6320;
  box-shadow: 0px 10px 0px 0px #b04517;
  border-radius: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.cv_btn04 em {
  font-size: 150%;
  font-weight: 700;
  padding-top: 4px;
}

@media screen and (max-width:768px) {
  .cv_btn04 {
    font-size: 14px;
    box-shadow: 0px 5px 0px 0px #b04517;
  }
}