/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 3rem 0 3rem;
}

.section-heading,
.section-description {
  margin-bottom: 2rem;
  text-align: center;
}

body {
  /*background-color: #f2e7ea;*/
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background: #A8A8A1;
}

h3 {
  text-align: center;
}

h4 {
  text-align: center;
}

.nopc {
  display: none;
}

.nosp {
  display: block;
}

.sponly {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f18r {
  font-size: 18px;
}

.f23 {
  font-size: 143%;
}

.f26r {
  font-size: 26px;
}

.f30r {
  font-size: 30px;
}

.f32 {
  font-size: 2em;
}

.f35r {
  font-size: 35px;
}

.tq {
  color: #0095AE;
}

.bgtq {
  background: #0095AE;
  color: #fff;
}

.fb {
  font-weight: bold;
}

.mb50 {
  margin-bottom: 50px;
}

.purple {
  color: #7E308D;
}

.c-grey {
  color: #3E3A39;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: center;
  background-color: #A8A8A1;
  width: 100%;
  height: 78px;
}

.section p {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section p {
    /*margin-top: 10px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    /*margin-bottom: 10px;*/
  }

  .f32 {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  .fixed .mt20 {
    margin-top: 8px;
    text-align: center;
  }
  .fixed .mt20 img {
  	max-width: 95%;
  }
  .section p {
    padding: 1em;
    margin-top: 0;
  }

  .f32 {
    font-size: 17px;
  }
}

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

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  width: 100%;
  position: relative;
  z-index: 9;
  background-color: transparent;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center 0px;
  padding: 0 0 !important;
  margin-top: 78px;
}

.hero .container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0px;
  line-height: 0;
}

.hero .container img {
  /*  width: 100%;*/
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 95%;
  }
}


@media screen and (max-width: 768px) {
  .inner {
    width: 95%;
  }

  .hero {

    background-size: cover;
  }

  .head_inner {
    text-align: right;
  }

  .head_inner img {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
　.hero {
background-size: cover;
}
}


input[type="checkbox"] {
  transform: scale(2.0);
  margin-right: 10px;
}

.fullbg {
  background-image: url("../img/bg02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 920px;
}

.fullbg div {
  padding-top: 200px;
}

.borderwrap {
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  color: inherit;
}

.borderwrap p {
  padding: 30px 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.borderwrap a.inqbtn {
  display: inline-block;
  background-color: #003360;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.borderwrap a.inqbtn:hover, .fbg a:hover {
  opacity: 0.6;
}

.fbg a {
  display: inline-block;
  background-color: #003360;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .borderwrap {
    margin: 30px auto 50px;
  }

  .borderwrap .f28 {
    font-size: 18px;
  }
}

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer a {
  color: #222;
  text-decoration: none;
}

.footer a:hover {
  color: #1EAEDB;
}

#f-menu {
  text-align: center;
}

#f-menu ul li {
  display: inline-block;
  padding: 0 2em;
  border-right: 1px solid #000;
}

#f-menu ul li:first-child {
  border-left: 1px solid #000;
}

#copyright {
  margin: 0;
  text-align: center;
  font-style: normal;
}

.pt-15 {
  padding-top: 1.5em;
}

img.w100 {
  width: 100%;
}

.order p {}

.emailset {
  background: #003360;
  color: #fff;
  font-size: 28px;
  padding: 10px 20px;
}

.emailset a {
  color: #fff;
  text-decoration: none;
}

.emailset:hover {
  opacity: 0.6;
}

.boxcr {
  color: #e00000;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .emailset {
    font-size: 22px;
  }
}

/*subtitle01
------------------------------------------*/
.subtitlewrap {
  min-width: 1600px;
  position: relative;
  height: 200px;
  z-index: 100;
  margin: auto;
}

.subtitlewrap .flower_upl {
  position: absolute;
  z-index: 101;
  top: -300px;
  left: 0;
}

.subtitlewrap .flower_upr {
  position: absolute;
  z-index: 102;
  top: -200px;
  right: 430px;
}

.subtitlewrap .flower_upr2 {
  position: absolute;
  z-index: 105;
  top: -380px;
  right: 0;
}

.subtitlewrap .flower_lowl {
  position: absolute;
  z-index: 105;
  top: 30px;
  left: 150px;
}

.subtitlewrap .flower_lowr {
  position: absolute;
  z-index: 103;
  top: 100px;
  right: 250px;
}

.subtitlewrap .subtitle {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 104;
  background: #00335F;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-shadow: 0px 0px 0px 1em #00335F;
  /*margin-bottom: 300px;*/
}

.subtitlewrap .subtitle h2 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
  line-height: inherit;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.photo01-wrap {
  position: relative;
}

.flower-st {
  position: absolute;
  top: -130px;
  left: -200px;
}

/*subtitle02
-----------------------------------------------*/
.subtitlewrap.subtitle02 .flower_upl {
  position: absolute;
  z-index: 101;
  top: -350px;
  left: 0;
}

.subtitlewrap.subtitle02 .flower_upr2 {
  position: absolute;
  z-index: 105;
  top: -280px;
  right: 200px;
}

/*subtitle03
-----------------------------------------------*/
.subtitlewrap.subtitle03 {
  height: 270px;
}

.subtitlewrap.subtitle03 .flower_lowl {
  position: absolute;
  z-index: 105;
  top: 80px;
  left: 150px;
}

.subtitlewrap.subtitle03 .flower_lowr {
  position: absolute;
  z-index: 103;
  top: 150px;
  right: 250px;
}

.subtitlewrap.subtitle03 .flower_upr {
  right: 480px;
}

.subtitlewrap.subtitle03 .flower_upr2 {
  right: 50px;
}

/*message
------------------------------------------*/
.message .container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0px;
  line-height: 0;
}

.message {
  background: url(../images/bg_message.jpg) no-repeat center top;
}

.message .message_inner {
  margin-left: 280px;
}

@media screen and (max-width: 480px) {
.message{
  background-size: cover;
}

.message .message_inner{
  width: 100%;
  margin-left: 0;
  text-align: right;
}

}

.bggrey {
  background: #D2CCC4;
}

/*subhead*/
.subheadwrap h2 {
  margin-bottom: 0;
  padding-top: 110px;
  padding-bottom: 102px;
  text-align: center;
}

.subtitlewrap.subhead01 .flower_lowr {
  position: absolute;
  z-index: 105;
  top: -1em;
  right: 0;
}

/*subhead02
------------------------------------------*/
.subtitlewrap.subhead02 {
  height: 180px;
}

.subtitlewrap.subhead02 .subtitle {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 104;
  background: #5B7080;
/*  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;*/
  box-shadow: 0px 0px 0px 1em #5B7080;
  border: none;
  margin-bottom: 0;
  /*
  border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D);
  border-image-slice: 1;
  */
  position:relative;
}
.subtitlewrap.subhead02 .subtitle:before {
border-top: 2px solid #fff;
width: 100%;
content: ' ';
left: 0;
top: 0;
position:absolute;
  border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D) 1 / 2px 0 0 0;
/*  border-image-slice: 1;*/
}
.subtitlewrap.subhead02 .subtitle:after {
border-bottom: 2px solid #fff;
width: 100%;
content: ' ';
left: 0;
bottom: 0;
position:absolute;
  border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D) 1 / 0 0 2px 0;
/*  border-image-slice: 1;*/
}
.subtitlewrap.subhead02 .flower_lowl {
  position: absolute;
  z-index: 105;
  top: -60px;
  left: -130px;
}
.subtitlewrap.subhead01 .flower_lowl {
  top: 60px;
}
/*subhead04
------------------------------------*/
.subtitlewrap.subhead04 .flower_lowr {
  position: absolute;
  z-index: 105;
  top: -80px;
  right: -150px;
}

/*プロフィール
----------------------------------*/
.subtitlewrap.proftitle .flower_lowl {
  position: absolute;
  z-index: 105;
  top: 80px;
  left: 150px;
}

.subtitlewrap.proftitle .flower_upr2 {
  position: absolute;
  z-index: 105;
  top: -280px;
  right: 200px;
}

.subtitlewrap.proftitle .flower_upl {
  position: absolute;
  z-index: 101;
  top: -350px;
  left: 0;
}

.prof {
  color: #00335F;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

img.profphoto {
  margin-right: -170px;
  margin-bottom: -450px;
  
}
.profwrap .bgwh.mt50 {
	margin-top: 0px!important;
}
@media screen and (max-width: 1200px) {
  .profwrap .align-r {
    text-align: center;
  }

  img.profphoto {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .prof {
    padding-left: 25px;
    padding-right: 25px;
  }
  img.profphoto {
    margin: 1em auto 0;
  }
  .prof .book{
    text-align: center;
  }
  
	.profwrap .bgwh.mt50 {
		margin-top: 50px!important;
	}
  
}

/*greytitle
---------------------------------------*/
.subtitlewrap.greytitle {
  position: static;
}

.subtitlewrap.greytitle .subtitle {
  width: 100%;
  text-align: center;
  position: static;
  z-index: 104;
  background: #373A46;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-shadow: 0px 0px 0px 1em #373A46;
  margin-bottom: 300px;
}

/*subtitle09
-----------------------------------*/
.subtitlewrap.subhead09 .flower_upr2 {
  position: absolute;
  z-index: 105;
  top: -280px;
  right: 150px;
}

/*voice
-----------------------------------*/
.voice {
  padding: 80px 0;
  margin-left: 6px;
  background: url(../images/voice_top.png) no-repeat center top, url(../images/voice_btm.png) no-repeat center bottom;
}

.voice .voice_body {
  background: url(../images/voice_body.png) repeat-y center top;
  padding: 0 35px 0 65px;
  box-sizing: border-box;
}

.voice .voice_body .voiceimg {
  margin-top: -2.3em;
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .voice_wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .voice, .voice .voice_body {
    margin-left: 0;
    background-size: contain;
  }
}

@media screen and (max-width: 480px) {
  .voice {
    padding: 35px 0;
  }

  .voice .voice_body .voiceimg {
    margin: 0;
  }

  .voice .voice_body {
    padding: 1em 25px;
  }

  .voice .voice_body .img-float-r {
    text-align: center;
    padding-bottom: 1em;
  }
}

/*プログラム
----------------------------------*/
.pg h3 {
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  /*
  border-bottom: 3px solid #fff;
  border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D);
  border-image-slice: 1;
  */
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}
.pg h3:after {
	position:absolute;
	bottom: 0;
	left: 0;
	content: '　';
	border-bottom: 3px solid #fff;
	border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D) 1 / 0 0 3px 0;
	/*border-image-slice: 1;*/
	width: 100%;
}
.pg h3 span {
  background: #00335F;
  padding: 2px;
  margin-left: 1em;
}

.pg ul {
  list-style: none;
  margin-left: 1em;
  padding-right: 1em;
}

.pg li {
  background: url(../images/list-ico.jpg) no-repeat left top 8px;
  padding-left: 1.5em;
}

.pg .chui {
  margin: 50px 1em 0;
  padding-bottom: 50px;
}

.pg .chui p {
  padding: 0;
  margin-bottom: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.pg .bg-pg {
  background: url(../images/pg_body.png) repeat-y center top;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.pg .bg_body {
  background: url(../images/pg-top.png) no-repeat center top,
    url(../images/pg-low.png) no-repeat center bottom;
}

.pg .f0 {
  font-size: 0;
}

.pg .bg-pg ul {
  font-size: 25px;
}

.pg .m_midashi {
  padding-left: 1.5em;
  margin-bottom: 1rem;
  font-size: 25px;
}

.f22r {
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .pg .bg-pg, .pg .bg_body {
    background-size: contain;
  }

  .pg .bg_body .inner {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .pg h3 {
    font-size: 16px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .pg .bg-pg ul, .pg .m_midashi {
    font-size: 16px;
  }

  .pg li {
    background-size: 4%;
    background-position: left top 6px;
    padding-left: 1em;
  }

  .pg h3 span {
    margin-left: 0;
  }

  .f22r {
    font-size: 14px;
  }
}

/*必要な環境
---------------------------------------*/
.kankyo {
  font-size: 0;
}

.kankyo_body {
  background: url(../images/kankyo_body.jpg) repeat-y center top;
  color: #fff;
  font-size: 22px;
  padding: 0;
}
.kankyo_head .inner {
  max-width: none;
}
.kankyo_body a {
  color: #fff;
  text-decoration: none;
}
.bgbody2 {
  background: url(../images/kankyo_body2.jpg) repeat-y center top;
}
.bgbottom2 {
  background: url(../images/kankyo_btm1.jpg) no-repeat center bottom;
}

@media screen and (max-width: 1200px) {
	.bgbottom2,
	.bgbody2,
	.kankyo_body {
    background-size: contain;
  }
  .kankyo_head .inner {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
  .kankyo_body .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

    font-size: 16px;}
}

/*受講条件
---------------------------------------*/
.jyoken_title {
  font-size: 0;
}

.white_bg {
  background: url(../images/jyoken-top.png) no-repeat center top,
    url(../images/jyoken-body.png) repeat-y center top;
  font-size: 0;
}

.white_body {
  font-size: 25px;
}

.white_body a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .white_bg {
    background-size: contain;
  }

  .white_body .inner {
    width: 90%;
    margin-left: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .white_body .inner {
    font-size: 20px;
  }
}
  @media screen and (max-width: 480px) {
    .white_body .inner{
      font-size: 16px;
    }
  }


/*subhead03
-------------------------------------*/
.subhead03_bg {
  background: url(../images/subhead03.jpg) no-repeat center top;
}

  @media screen and (max-width: 480px) {
    .subhead03_bg{
      background-size: cover;
    }
  }

/*本講座の料金
-------------------------------------*/
.ryokin {
  padding-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  line-height: 1.8;
}

.ryokin p {
  padding: 0;
}

.ryokin .bgblue {
  background: #00335F;
  color: #fff;
  border-radius: 6px;
  padding: 2px 5px;
}

.ryokin .bgmgrey {
  background: #5B7080;
  color: #fff;
  border-radius: 6px;
  padding: 2px 5px;
}

  @media screen and (max-width: 480px) {
    .ryokin {
      width: 90%;}
  }

/*ご注文手順
------------------------------------*/
.flow {
  color: #fff;
}

/*よくある質問
------------------------------------*/
.subtitlewrap.faqwrap .subtitle {
  height: 180px;
}

.faq dl {
  background: #fff;
  border: 3px solid #fff;
  border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D);
  border-image-slice: 1;
  font-size: 20px;
  padding: 10px;
}

.faq dt {
  background: url(../images/q.png) no-repeat left top;
  padding-left: 75px;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.faq dt span {
  display: block;
  vertical-align: middle;
  /*
  border-bottom: 3px solid #fff;
  border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D);
  border-image-slice: 1;*/
  padding: 15px 0 15px;
  margin-right: 1em;
  position:relative;
}

.faq dt span:after {
	position:absolute;
	bottom: 0;
	left: 0;
	content: '　';
	border-bottom: 3px solid #fff;
	border-image: linear-gradient(to right, #B5943D, #F5ECA6, #B5943D) 1 / 0 0 3px 0;
	/*border-image-slice: 1;*/
	width: 100%;
}

.faq dd {
  background: url(../images/a.png) no-repeat left top;
  margin-left: 0;
  padding-left: 75px;
  padding-top: 10px;
  line-height: 2.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.faq a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .faq dl{
    font-size: 1em;
  }
  .faq dt {
    background-size: 15%;
    padding-left: 50px;
  }
  .faq dd{
    line-height: 1.8;
    background-size: 15%;
    padding-left: 50px;
  }
  .faq dt span{
    padding: 10px 0;
  }
}

.bgdgrey {
  background: #7A7170;
}

.wh {
  color: #fff;
}

/*見出し*/
@media screen and (max-width: 1200px) {
  .subtitlewrap {
    width: 100%;
    min-width: auto;
  }

  .subtitlewrap .subtitle h2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .subtitlewrap .flower_lowl,
  .subtitlewrap .flower_lowr,
  .subtitlewrap .flower_upl,
  .subtitlewrap .flower_upr,
  .subtitlewrap .flower_upr2 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .subtitlewrap {
    height: 125px;
  }

  .subtitlewrap.subhead02 {
    height: 125px;
  }


  .subtitlewrap.subtitle03{
    height: 130px;
  }
  .subtitlewrap.faqwrap .subtitle{
    height: 100px;
  }

  .subtitlewrap .subtitle h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.lh-18 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2.0;
}

.f25 {
  font-size: 156%;
}

.nomd {
  display: none;
}

.onsp {
  display: none;
}

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

  /*img {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 15px !important;
    float: none !important;
  }*/
  img.img-float-r {
    max-width: 45%;
  }

  img.nores {
    width: auto !important;
  }

  .nopc {
    display: block;
  }

  .nosp {
    display: none;
  }

  img.mb0 {
    margin-bottom: 0px !important;
  }

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

  .mt200 {
    margin-top: 30px !important;
  }

  .sp50 {
    width: 50%;
  }

  .sp80 {
    width: 80%;
  }

  .spw70 {
    width: 70%;
  }

  .sp90 {
    width: 90%;
  }

  #f-menu ul li {
    display: block;
    padding: 0 2em;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border: none;
  }

  #f-menu ul li:first-child {
    border: none;
  }

  .sph {
    height: calc(100vw * (75 / 1000)) !important;
    width: auto;
  }

  .spw95, .w880 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  img {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important;
    /*display: block !important;*/
    /*margin-bottom: 15px !important;*/
    float: none !important;
  }

  /*img.u-max-full-width {
    width: 100% !important;
  }*/
  img.img-float-r {
    max-width: 90% !important;
  }

  img.mb0 {
    margin-bottom: 0px !important;
  }

  .noxs {
    display: none;
  }

  .xsw90 {
    width: 90%;
  }


  .xsw70 {
    width: 70%;
  }

  .xsw50{
    width: 50%;
  }

  .spw20 {
    width: 20%;
  }

  .spw30 {
    width: 30%;
  }

  .f23 {
    font-size: 1em;
  }
 .f24r,.fbg a{
   font-size: 16px;
 }
  .f30r, .f26r,.f28 {
    font-size: 18px;
  }

  .f35r {
    font-size: 18px;
  }

  .mb50 {
    margin-bottom: 2em;
  }

  .f18r {
    font-size: 0.8em;
  }

  .section {
    padding: 0;
  }

  .order p {
    padding: 25px;
  }

  .emailset {
    display: block;
    width: 90%;
    font-size: 1.11em;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }

  .spw30 {
    width: 30%;
  }

  .f20, .f20r {
    font-size: 1em !important;
  }

  .f26, .f25, .f25r {
    font-size: 1em !important;
  }

  .f18 {
    font-size: 0.85em !important;
  }

  .f40r {
    font-size: 24px;
  }

  .mt50{
    margin-top: 2em!important;
  }

  .ptb50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt80 {
    padding-top: 40px;
  }

  .pb100 {
    padding-bottom: 50px;
  }

  .pb80 {
    padding-bottom: 40px;
  }

  .nosm {
    display: none;
  }

  .onsp {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  img {
    max-width: 100%;
  }

  .fixed {
    height: calc(100vw * (78 / 1000));
  }

  .hero {
    margin-top: calc(100vw * (78 / 1000));
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 3rem 0 2rem;
  }

  .hero {
    padding: 0 0 !important;
  }

  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 769 */
@media (min-width: 769px) {
  .hero {
    padding: 0 0 !important;
  }

  .hero-heading {
    font-size: 2.6rem;
  }

  .section {
    padding: 4rem 0 3rem;
  }

  .section-description {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 3rem 0 2rem;
  }

  .hero {
    padding: 0 0 !important;
    height: 1067px;
  }

  .hero .head_inner {
    margin-left: 230px;
  }

  .hero-heading {
    font-size: 3.0rem;
  }
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}


.pageWrap {
  overflow: hidden;
  margin: 0 auto;
  width: 1600px;
  /*max-width: 100%;*/
}
@media (max-width: 1000px) {
	.pageWrap {
	  max-width: 100%;
	}
}
.bgwrap {
  /*overflow-x: hidden;
  margin: 0 auto;
  width: 1600px;
  max-width: 100%;*/
}

.hd_outer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  margin: 0 auto;
  width: 1600px;
  max-width: 100%;
}
.hd_outer + div {
  z-index: 100;
}
.hd_inner {
  width: 1000px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
.hd_inner img {
  width: 1000px;
  max-width: 100%;
  height: auto;
}

#hd01 {
  margin-top: -200px;
  background-image: url("../images/bg_head01_pc.png");
}
#hd01 + div {
  margin-top: -200px;
}

#hd02 {
  margin-top: -150px;
  background-image: url("../images/bg_head02_pc.png");
}
#hd02 + div {
  margin-top: -150px;
}

#hd03 {
  margin-top: -200px;
  background-image: url("../images/bg_head03_pc.png");
}
#hd03 + div {
  margin-top: -200px;
}

#hd04 {
  margin-top: -100px;
  background-image: url("../images/bg_head04_pc.png");
}
#hd04 + div {
  margin-top: -100px;
}

#hd05 {
  margin-top: -100px;
  background-image: url("../images/bg_head05_pc.png");
}
#hd05 + div {
  margin-top: -200px;
}

#hd06 {
  margin-top: -200px;
  background-image: url("../images/bg_head06_pc.png");
}
#hd06 + div {
  margin-top: -200px;
}

#hd07 {
  margin-top: -200px;
  background-image: url("../images/bg_head07_pc.png");
}
#hd07 + div {
  margin-top: -200px;
}

#hd08 {
  margin-top: -200px;
  background-image: url("../images/bg_head08_pc.png");
}
#hd08 + div {
  margin-top: -130px;
}
@media (max-width: 1000px) {
  #hd01 {
    background: none;
    margin-top: calc(100vw * (-200 / 1000));
  }
  #hd01 + div {
    margin-top: calc(100vw * (-200 / 1000)); 
  }
  
  #hd02 {
    background: none;
    margin-top: calc(100vw * (-150 / 1000));
  }
  #hd02 + div {
    margin-top: calc(100vw * (-150 / 1000)); 
  }
  
  #hd03 {
    background: none;
    margin-top: calc(100vw * (-200 / 1000));
  }
  #hd03 + div {
    margin-top: calc(100vw * (-200 / 1000)); 
  }
  
  #hd04 {
    background: none;
    margin-top: calc(100vw * (-100 / 1000));
  }
  #hd04 + div {
    margin-top: calc(100vw * (-100 / 1000)); 
  }
  
  #hd05 {
    background: none;
    margin-top: calc(100vw * (-100 / 1000));
  }
  #hd05 + div {
    margin-top: calc(100vw * (-200 / 1000)); 
  }
  
  #hd06 {
    background: none;
    margin-top: calc(100vw * (-200 / 1000));
  }
  #hd06 + div {
    margin-top: calc(100vw * (-200 / 1000)); 
  } 
  
  #hd07 {
    background: none;
    margin-top: calc(100vw * (-200 / 1000));
  }
  #hd07 + div {
    margin-top: calc(100vw * (-200 / 1000)); 
  }
  
  #hd08 {
    background: none;
    margin-top: calc(100vw * (-200 / 1000));
  }
  #hd08 + div {
    margin-top: calc(100vw * (-130 / 1000)); 
  }
}