@charset "utf-8";
/* CSS Document */
/* font */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
body, h1, h2, h3, h4, h5, p, li, span {
  font-family: 'Noto Sans JP', sans-serif;
}
/* リセットcss */
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, table, caption, tbody, tfoot, thead, tr, th, td, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
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;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*----------------------------------------------------
共通
---------------------------------------------------*/
html {
  font-size: 10px;
}
body {
  background: url("../img/w-bk.png")
}
p {
  font-size: 1.6rem;
  color: #232323;
  font-weight: normal;
  line-height: 1.8;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT75 {
  margin-top: 75px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.w450 {
  width: 100%;
  max-width: 450px;
}

.tac {
  text-align: center !important;
}

.pcNon {
  display: none;
}

.spNon {
  display: contents;
}

.spBnrNon {
  display: block;
}

.btn_pink {
  background-color: #d0346f !important;
  border: none;
}

.btn_pink:hover {
  background-color: #d0346f !important;
  opacity: 0.95;
}



#s02 .container-fluid,
#s03 .container-fluid,
#s04 .container-fluid,
#s05 .container-fluid,
#s06 .container-fluid,
#s07 .container-fluid,
#s08 .container-fluid{
  max-width: 1110px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .pcNon {
    display: block;
  }
}
@media screen and (max-width: 574px) {
  .spNon {
    display: none;
  }
  .spBnrNon {
    display: none;
  }
}

section {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 20px;
  }

  h2.conTtl {
    font-size: 3.2rem;
  }


}

.consTtl {
  font-size: 2.0rem;
  color: #232323;
  padding: 0 0 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.conTtl,
.conTtl02 {
  font-size: 3.5rem;
  color: #ef7c00;
  padding: 0;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.conTtl02 {
  padding-top:100px;
}

.conTtl > span,
.conTtl02 > span {
  position: relative;
  bottom: 12px;
}

.conTtl:before,
.conTtl02:before {
  content: url("../img/ttl-left.png");
  display: inline-block;
  width: 10px;
  height: 50px;
  padding-right: 20px;
}

.conTtl::after,
.conTtl02::after {
  content: url("../img/ttl-right.png");
  display: inline-block;
  width: 10px;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}


@media screen and (max-width: 767px) {
  .conTtl,
  .conTtl02 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 374px) {
  .conTtl,
  .conTtl02 {
    font-size: 2.1rem;
  }
  .conTtl > span,
  .conTtl02 > span {
    position: relative;
    bottom: 16px;
  }
}


.btn-keizai {
    color: #fff;
    background-color: #ef7c00;
    border-color: #ef7c00;
    font-size: 2.0rem;
    padding: 15px 21px 15px 15px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2.0;
}

.btn-keizai > span {
  display: inline-block;
}

.btn-keizai:hover {
    color: #fff;
    background-color: #e37500;
    border-color: #e37500;
}

.btn-keizai-b {
    color: #ef7c00;
    background: rgba(255, 255, 255, 0.6);
    border-color: #ef7c00;
    font-size: 1.6rem;
    padding: 15px 21px 15px 15px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn-keizai-b:hover {
    color: #fff;
    background-color: #e37500;
    border-color: #e37500;
}

.btn-keizai > i,
.btn-keizai-b > i {
  position: absolute;
  right: 10px;
  top: 37%;
}

.imgTop {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imgBottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*----------------------------------------------------
header
---------------------------------------------------*/
header {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
header > h1 {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 10px;
  }
  header > h1 {
    max-width: 200px;
  }
}


/*----------------------------------------------------
セクション0
---------------------------------------------------*/
#s00 {
  height: 100%;
  min-height: 100vh;
  background: url(../img/mainBk.png) #5f370c;
  background-size: cover;
  background-position: center;
  padding:100px 50px 150px;
  box-sizing: border-box;
  position: relative;
  justify-content: center;
  align-items: center;
}

/*---キャンペーンページ時
#s00 {
  display: flex;
}
}--*/

#s00 {
  display: grid;
}


#s00 h1 {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #s00 {
    height: auto;
    min-height: auto;
    background: url(../img/mainBk.png) #5f370c;
    background-size: cover;
    background-position: top center;
    padding:100px 20px 50px;
  }
  #s00 h1 {
    width: 100%;
    max-width: 800px;
    padding-bottom: 0px;
  }
  #s00 h1 img {
    width: 100%;
  }
}


#s00 ul.bnr {
  width: 100%;
  max-width: 951px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

#s00 ul.bnr li {
  list-style: none;
  width: 100%;
  max-width: 458px;
}

#s00 ul.bnr img {
  width: 100%;
  max-width: 458px;
}

@media screen and (max-width: 768px) {
  #s00 ul.bnr {
    display: block;
  }
  #s00 ul.bnr li{
    margin-top: 20px;
    margin-left: 0;
  }
  #s00 ul.bnr li:first-child{
    margin-top: 35px;
    margin-left: 0;
  }
}



#s00 nav {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: rgba(239, 124, 0, 0.8);
  position: absolute;
  bottom: 0;
}

#s00.is-fixed > #s00_navi{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    padding-top: 0;
}

.pos-f-t {
  display: none;
}


@media screen and (max-width: 768px) {
  #s00_navi {
    display: none;
  }
  .pos-f-t {
    display: block;
    background: #ef7c00;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 100;
  }
  .navbar {
    padding: 1rem;
    height: 50px;
    position: relative;
  }
  .navbar-toggler {
    position: absolute;
    right: 15px;
  }

  .s00_navi_sp {
    width: 100%;
  }

  .s00_navi_sp li{
    list-style: none;
    border-bottom: 1px solid #fff;
  }

  .s00_navi_sp li a{
    width: 100%;
    padding: 15px 5px;
    color:#fff;
    display: block;
    font-size: 1.4rem;
  }

}

#s00 nav > ul {
  width: 100%;
  max-width: 860px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#s00 nav > ul > li {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}

#s00 nav > ul > li a{
  color: #fff;
  height: 50px;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

#s00 nav > ul > li a:hover{
  color: #ef7c00;
  background-color: #fff;
}


/*----------------------------------------------------
セクション1
---------------------------------------------------*/
#s01 {
  padding-top: 100px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #s01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  #s01 {
    padding-top: 50px;
  }
}

.s01_btn{
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .s01_btn{
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  .s01_btn{
    padding-bottom: 30px;
  }
}

.interview_wrap {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 50px auto 75px;
}

.interview__iframe__wrap {
  width: 100%;
  max-width: 475px;
  height: 100%;
  max-height: 267px;
  margin: 0 auto 35px;
  display: block !important;
}

@media screen and (max-width: 768px) {
  .interview_wrap {
    margin: 35px auto 35px;
  }
  .interview__iframe__wrap {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 576px) {
  .interview_wrap {
    margin: 30px auto 25px;
  }
  .interview__iframe__wrap {
    margin: 0 auto 25px;
  }
}

.interview__iframe__wrap p {
  margin-top: 5px;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.frame-wrapper__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.Trial_Info {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #232323;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .Trial_Info{
    margin: 0 auto 50px;
  }
}

.Trial_Info p {
  font-size: 1.4rem;
  margin-top:10px;
}

p.Trial_Info_Ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ef7c00;
  text-align: center;
  margin-top:0px;
}

.semTtl {
  font-size: 3.0rem;
  color: #232323;
  padding: 0 0 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.semTtl > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .semTtl {
    font-size: 2.0rem;
    line-height: 1.5;
  }
}

.semImg {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: auto;
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .semImg {
    padding: 0 0 50px;
  }
}

.semImg > a:hover {
  opacity: 0.8;
}

.semImg > a > img {
  width: 100%;
}

#s01 > ul {
  margin-top: 35px;
}

#s01 > ul > li {
  padding: 60px 50px 70px;
  box-sizing: border-box;
  color: #fff;
  list-style: none;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.8;
}

#s01 > ul > li:nth-child(1) {
  background: url("../img/s01-01.png") no-repeat;
  background-position: center;
}

#s01 > ul > li:nth-child(2) {
  background: url("../img/s01-02.png") no-repeat;
  background-position: center;
}

#s01 > ul > li:nth-child(3) {
  background: url("../img/s01-03.png") no-repeat;
  background-position: center;
}

.s01_li-ttl{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 11px 10px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  font-size: 2.4rem;
  line-height: 24px;
  color: #fff;
}


/*----------------------------------------------------
セクション2
---------------------------------------------------*/
#s02 {
  background: url("../img/s02-bk.png") #ef7c00;
  background-size: cover;
  padding-bottom: 200px;
  position: relative;
}

@media screen and (max-width: 576px) {
  #s02 {
    padding-bottom: 100px;
  }
}

#s02 > .container {
  padding-bottom: 50px;
}

#s02 > div > h2.conTtl {
  margin-bottom:50px;
}

@media screen and (max-width: 767px) {
  #s02 > div > h2.conTtl {
    margin-bottom:25px;
  }
}

#s02 > div > p {
  font-size: 2.0rem;
  padding-top:0;
  padding-bottom: 50px;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #s02 > div > p {
    padding-bottom: 50px;
  }
}



/*----------------------------------------------------
セクション3
---------------------------------------------------*/
#s03 {
  background: url("../img/o-bk.png") #ef7c00;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

#s03 .conTtl {
  color: #ffd900;
}

#s03 .conTtl:before {
  content: url("../img/y-ttl-left.png");
  display: inline-block;
  width: 10px;
  height: 50px;
  padding-right: 20px;
}

#s03 .conTtl::after {
  content: url("../img/y-ttl-right.png");
  display: inline-block;
  width: 10px;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

#s03 .consTtl,
#s03 .consTtl02 {
  font-size: 2.0rem;
  color: #ffd900;
  padding: 15px 0 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

#s03 .consTtl02 {
  margin-top: 35px;
}

.s03_check {
  width: 100%;
  max-width: 570px;
  padding: 30px 15px 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.s03_check > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding-top:10px;
  padding-left:40px;
  min-height: 27px;
  letter-spacing: 1.0px;
  box-sizing: border-box;
  color:#fff;
  font-weight: bold;
  background:url("../img/check.png") no-repeat;
  background-position: left bottom;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #s03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s03_check > p {
    background-position: left center;
  }
}

@media screen and (max-width: 767px) {
  .s03_check > p {
    font-size: 2.0rem;
    padding-top:0;
    font-size: 1.6rem;
  }
}



/*----------------------------------------------------
セクション4
---------------------------------------------------*/
#s04 {
  padding: 200px 0 0;
  position: relative;
  background: url("../img/g-bk.png") #f6f6f6;
}

@media screen and (max-width: 767px) {
  #s04 {
    padding: 90px 0 0;
  }
}

#s04 > h2.conTtl {
  margin-bottom:50px;
}

@media screen and (max-width: 767px) {
  #s04 > h2.conTtl {
    margin-bottom:35px;
  }
}


#s04 > div > table {
  font-size: 1.4rem;
  border-bottom: 1px solid #dee2e6;
}

#s04 > div > .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

#s04 > div > .table th {
  padding: 15px;
  text-align: left;
  color:#fff;
  vertical-align: middle;
  line-height: 1.5;
}

#s04 > div > .table th:nth-child(1){
  width: 220px;
}
#s04 > div > .table th:nth-child(2){
  width: 350px;
}
#s04 > div > .table th:nth-child(3){
  width: 105px;
}
#s04 > div > .table th:nth-child(4){
  width: 435px;
}

@media screen and (max-width: 576px) {
  #s04 > div > .table th,
  #s04 > div > .table td {
    width: 100%;
    max-width: 576px !important;
    display: block;
  }
  #s04 > div > .table th:nth-child(1){
    width: 100%;
    max-width: 576px;
  }
}

.s04-01ttl,
.s04-02ttl,
.s04-03ttl,
.s04-04ttl {
  color:#232323;
  font-size: 2.0rem;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 25px;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  background-position: left center !important;
}

.s04-01ttl {
  background:url("../img/s04-01-ic.png") no-repeat;
}
.s04-02ttl {
  background:url("../img/s04-02-ic.png") no-repeat;
}
.s04-03ttl {
  background:url("../img/s04-03-ic.png") no-repeat;
}
.s04-04ttl {
  background:url("../img/s04-04-ic.png") no-repeat;
}

.s04-01 th {
  background-color:#c0a32f;
}

.s04-02 th {
  background-color:#8eb73d;
}

.s04-03 th {
  background-color:#0085c0;
}

.s04-04 th {
  background-color:#d0346f;
}

.table td {
  padding: 10px;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.6);
}


/*----------------------------------------------------
セクション5
---------------------------------------------------*/
#s05 {
  padding: 150px 0 100px;
  background: url("../img/g-bk.png") #f6f6f6;
}

@media screen and (max-width: 767px) {
  #s05 {
    padding: 100px 0 70px;
  }
}


#s05 > div > table {
  font-size: 1.4rem;
  border-bottom: 1px solid #dee2e6;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #s05 > div > table {
    margin-top: 35px;
  }
}

#s05 > div > .table th {
  width: 210px;
  padding: 15px;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
}

.s05_btn {
  max-width: 950px;
  display: flex;
  margin: 50px auto 0;
}

@media screen and (max-width: 576px) {
  #s05 > div > .table th,
  #s05 > div > .table td {
    width: 100%;
    max-width: 576px !important;
    display: block;
  }
  .s05_btn {
    max-width: 950px;
    display: block;
    margin: 50px auto 0;
  }

  .s05_btn a:nth-child(2){
    margin-top: 15px;
  }
}

/*----------------------------------------------------
セクション6
---------------------------------------------------*/
#s07 {
  padding: 200px 15px 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #s07 {
    padding: 90px 15px 100px;
  }
}


#s07 .consTtl {
  font-size: 2.0rem;
  color: #232323;
  padding: 15px 0 0;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.s07-list {
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.s07-list > div {
  width: 33.3333333%;
  max-width: 380px;
  margin-top: 35px;
  padding-bottom: 45px;
  position: relative;
}

.s07-list > div:nth-child(1),
.s07-list > div:nth-child(2),
.s07-list > div:nth-child(3){
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .s07-list > div {
    width: 50%;
    max-width: 345px;
    margin-top: 35px;
    padding-bottom: 45px;
    position: relative;
  }

  .s07-list > div:nth-child(3){
    margin-top: 35px;
  }
}

.s07-list > div > img {
  width: 100px;
  height: 115px;
  margin-right: 20px;
}

.s07-list > div > div > p {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.s07-list > div > div > p.s07_name {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 28px;
  margin-top: 0;
}

.s07-list {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .s07-list {
    margin-top: 35px;
  }
}

.btn-outline-keizai {
    color: #ef7c00 !important;
    font-weight: bold;
    border:1px solid #ef7c00;
    font-size: 1.2rem;
    padding: 7px 21px 7px 15px;
    position: absolute;
    bottom: 0;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-keizai > i {
  position: absolute;
  right: 7px;
  top: 11px;
}

.btn-outline-keizai:hover {
    color: #fff !important;
    background-color: #e37500;
    border-color: #e37500;
}

.modal-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4px;
}

.modal-header {
  padding: 1rem 1rem 1rem 1.5rem;
}

.modal-header .close {
    background-color: #ef7c00;
    color: #fff;
    padding: 1.8rem 2rem;
}

.modal-body {
  display: flex;
  text-align: left;
  padding: 1.5rem;
}

.modal-body > img {
  width: 130px;
  height: 150px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .modal-body {
    display: block;
  }
  .modal-body > img {
    margin-bottom: 15px;
  }
}

.s07_prof_name {
  font-size: 2.4rem;
  font-weight: bold;
}

.s07_prof_post {
  font-size: 1.4rem;
  margin-top: 10px;
}

.s07_prof_text {
  font-size: 1.6rem;
  margin-top: 15px;
}

.s07_prof_text a{
  word-break: break-all;
}

.modal-footer {
  padding: 0;
}

.modal-footer > button{
  padding: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 576px) {
  .s07-list > div {
    width: 100%;
    max-width: 576px;
  }

  .s07-list > div:nth-child(3){
    margin-top: 35px;
  }

  .s07-list > div > div > p {
    padding-right: 0px;
  }

  .s07-list > div:nth-child(2),
  .s07-list > div:nth-child(3){
    margin-top: 35px;
  }

  .btn-outline-keizai {
      position: absolute;
      bottom: 0;
      right: 0;
  }
}

.s07_btn {
  max-width: 950px;
  display: flex;
  margin: 75px auto 0;
}

@media screen and (max-width: 576px) {
  .s07_btn {
    max-width: 950px;
    display: block;
    margin: 50px auto 0;
  }
}


/*----------------------------------------------------
セクション8
---------------------------------------------------*/
@media screen and (max-width: 767px) {
  #s08 .container-fluid {
    padding: 0 0px;
  }
}


#s08{
  background: url("../img/dg-bk.png") #999999;
  color:#fff;
}

#s08 > div > h2.conTtl {
  color:#fff;
  margin-bottom: 50px;
}

#s08 .conTtl:before {
  content: url("../img/w-ttl-left.png");
  display: inline-block;
  width: 10px;
  height: 50px;
  padding-right: 20px;
}

#s08 .conTtl::after {
  content: url("../img/w-ttl-right.png");
  display: inline-block;
  width: 10px;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}


@media screen and (max-width: 767px) {
  #s08 > div > h2.conTtl {
    margin-bottom: 30px;
  }
}

.linkArea {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .linkArea {
    display: block;
    text-align: center;
  }
}

.linkArea a:hover > img{
  opacity:0.8;
}


.linkArea img {
  width: 100%;
  max-width: 250px;
  max-height: 167px;
  padding-right:30px;
}

@media screen and (max-width: 767px) {
  .linkArea img {
    padding-right:0px;
  }
}

.linkArea_txt {
  width: 100%;
  max-width: 820px;
}

@media screen and (max-width: 767px) {
  .linkArea_txt {
    margin-top:30px;
  }
}

.linkArea_txt p{
  color:#fff;
  text-align: left;
  font-size: 1.4rem;
}

p.linkArea_Ttl {
  font-size: 2.4rem;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

/*----------------------------------------------------
footer
---------------------------------------------------*/
footer {
  width: 100%;
  background: url("../img/dg-bk.png") #999999;
  padding:15px;
  box-sizing: border-box;
  border-top:1px solid #fff;
  color:#fff;
}

footer > div {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  color:#fff;
}

@media screen and (max-width: 767px) {
  footer > div {
    display: block;
  }
}

footer > div > ul > li {
  font-size: 1.2rem;
  color:#fff;
  list-style: none;
  float: left;
  margin-right: 25px;
  line-height: 35px;
}

footer > div > ul > li:first-child{
  margin-right: 10px;
}

footer > div > ul > li a{
  color:#fff;
}

@media screen and (max-width: 767px) {
  footer > div > ul > li {
    width: 100%;
    box-sizing: border-box;
  }
}

footer > div > p {
  font-size: 1.0rem;
  color:#fff;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  footer > div > p {
    text-align: center;
  }
}

/*----------------------------------------------------
ページトップへ戻る
---------------------------------------------------*/
.pageTop {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.pageTop a {
  position: fixed;
  right: 0;
  bottom: 0px;
  left: auto;
  display: block;
  width: 66px;
  padding: 1em 0 1em 2px;
  background: #222222;
  text-align: center;
  outline: none;
  text-decoration: none;
  z-index: 9999;
  border-radius: 10px 10px 0 0;
}
.pageTop a:hover {
  background: #666666;
}
.pageTop a:before, .pageTop a:after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0px;
  height: 0px;
  margin-left: -10px;
  border: 10px solid transparent;
}
.pageTop a:before {
  top: 50%;
  margin-top: -13px;
  border-bottom: 10px solid #222222;
}
.pageTop a:hover:before {
  border-bottom: 10px solid #666666;
}
.pageTop a:after {
  top: 50%;
  margin-top: -15px;
  z-index: -1;
  border-bottom: 10px solid #fff; /* 矢印の色 */
}

/*----------------------------------------------------
追従バナー
---------------------------------------------------*/
.fixedBnr {
    position: fixed;
    z-index: 5;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    max-width: 252px;
    padding: 0;
}
.fixedBnr.is-active {
    display: block;
}
.fixedBnr .section__inner {
    color: #fff;
    background-color: rgba(239, 135, 24, .9);
}

@media screen and (min-width: 768px) {
  .fixedBnr {
    width: 100%;
    max-width: 300px;
  }
  .fixedBnr .section__inner {
      height: auto;
  }
}
.fixedBnr__wrapper {
    position: relative;
    width: 100%;
    max-width: 252px;
}
.fixedBnr__wrapper img {
  width: 100%;
  max-width: 252px;
  height: auto;
  max-height: 100px;
}

@media screen and (min-width: 768px) {
  .fixedBnr__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 300px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .fixedBnr__wrapper img {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 240px;
  }
}

@media screen and (min-width: 1025px) {
  .fixedBnr__wrapper {
      width: 100%;
      max-width: 300px;
  }
}
.fixedBnr__btn {
    position: absolute;
    top: -37.5px;
    right: 0px;
    width: 37.5px;
    height: 37.5px;
    cursor: pointer;
    background-color: rgba(239, 124, 0, 0.8);
}
.fixedBnr__btn:before, .fixedBnr__btn:after {
    position: absolute;
    top: 17px;
    right: 8px;
    width: 20px;
    height: 2px;
    content: '';
    border-radius: 1px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
.fixedBnr__btn:before,
.fixedBnr__btn:after {
    top: 17px;
    right: 5px;
    width: 25px;
    height: 3px;
    border-radius: 1.5px;
}
}
.fixedBnr__btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fixedBnr__btn:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
.fixedBnr__btn {
    top: -35px;
    right: 0;
    width: 35px;
    height: 35px;
}
}

@media screen and (min-width: 768px) {
.fixedBnr__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}
.fixedBnr__ttl {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1025px) {
.fixedBnr__ttl {
    font-size: 18px;
    line-height: 26px;
}
}
.fixedBnr__conts {
    display: block;
}

@media screen and (min-width: 768px) {
.fixedBnr__conts {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
}

@media screen and (min-width: 1025px) {
.fixedBnr__conts {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}
}

@media screen and (min-width: 1025px) {
.fixedBnr__conts {
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.fixedBnr__conts:hover {
    opacity: .7;
}
}
