@charset "utf-8";

/*---------------------------------------------------------------------------------------------

ベース

---------------------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 1.6rem;
}

* > a {
  opacity: 1;
  transition: .3s;
}

* > a:hover {
  opacity: .6;
}

.right {
  text-align: right;
}

.main {
  width: 100%;
  min-width: 1300px;
}

.contents_area {
  max-width: 1035px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 0;
}

.main_tit {
  width: 100%;
    height: 70px;
    font-size: 2.6rem;
    text-align: center;
    background: #EA6D8D;
    color: #FFF;
    padding: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 80px auto 40px auto;
    position: relative;
    z-index: auto;
}
.main_tit_fix{
    margin-top:0;
}
.main_tit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background: url("/assets/img/bg_main_tit.webp") no-repeat;
  background-size: 100%;
  background-position: center;
  bottom: -4px;
  right: -4px;
  z-index: -1;
}

.main_tit.bg_orange::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background: url("/assets/img/bg_main_tit02.png") no-repeat;
  background-size: 100%;
  background-position: center;
  bottom: -4px;
  right: -4px;
  z-index: -1;
}

.main_tit.bg_orange {
  background: #CD470F;
  color: #FFF;
}

.main_tit.bg_none::after {
  display: none;
}

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

  body {
  }

  .right {
    text-align: left;
  }

  .main {
    min-width: auto;
  }

  .main_tit {
    width: 99%;
    font-size: 2rem;
    height: 46px;
    margin: 40px 0 20px 0;
  }

  .main_tit.bg_orange.bg_large {
    height: 70px;
  }

  .main_tit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 46px;
    background: url("/assets/img/bg_main_tit_sp01.webp") no-repeat;
    background-size: 100%;
    background-position: center;
    bottom: -4px;
    right: -4px;
    z-index: -1;
  }

  .main_tit.bg_orange::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 46px;
    background: url("/assets/img/bg_main_tit02_sp01.png") no-repeat;
    background-size: 100%;
    background-position: center;
    bottom: -4px;
    right: -4px;
    z-index: -1;
  }

  .main_tit.bg_large::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    background: url("/assets/img/bg_main_tit_sp02.webp") no-repeat;
    background-size: 100%;
    background-position: center;
    bottom: -4px;
    right: -4px;
    z-index: -1;
  }

  .main_tit.bg_orange.bg_large::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    background: url("/assets/img/bg_main_tit02_sp02.png") no-repeat;
    background-size: 100%;
    background-position: center;
    bottom: -4px;
    right: -4px;
    z-index: -1;
  }

  #poster.main_tit {
    height: 70px;
  }

  #message.main_tit {
    height: 110px;
  }

  #message.main_tit::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 110px;
        background: url(/assets/img/bg_main_tit_sp02.png) no-repeat;
        background-size: 100%;
        background-position: center;
        bottom: -4px;
        right: -4px;
        z-index: -1;
    }

}

/*---------------------------------------------------------------------------------------------

FLEX

---------------------------------------------------------------------------------------------*/

.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.al-start {
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.al-center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jt-center {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jt-around {
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.jt-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jt-start {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jt-end {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

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

  .sp_noflex {
    display: block;
  }

  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

/*---------------------------------------------------------------------------------------------

PC

---------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }

}

/*---------------------------------------------------------------------------------------------

タブレット

---------------------------------------------------------------------------------------------*/

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

  .onlyPC {
    display: none;
  }

  .onlySP {
    display: block !important;
  }

}

/*---------------------------------------------------------------------------------------------

SP

---------------------------------------------------------------------------------------------*/


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

  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }

}

/*---------------------------------------------------------------------------------------------

ハンバーガーメニュー

---------------------------------------------------------------------------------------------*/

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 18px;
  width: 40px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 1.5px;
  left: 6px;
  background: #EA6D8D;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
  background: #EA6D8D;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
  background: #EA6D8D;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #FEF6EF;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul {
  margin: 70px auto;
  padding: 0;
  width: 100%;
  display: block;
}

nav.globalMenuSp ul li {
  position: relative;
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #EA6D8D;
}

nav.globalMenuSp ul li::before,
nav.globalMenuSp ul li::after {
    content: "";
    width: 14px;
    right: 5%;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #EA6D8D;
    position: absolute;
}

nav.globalMenuSp ul li::before {
    top: 58%;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}

nav.globalMenuSp ul li::after {
    top: 46%;
    transform: translateY(-50%) rotate(-135deg);
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
}

nav.globalMenuSp ul li:last-child {
  border-bottom: 1px solid #EA6D8D;
}

nav.globalMenuSp ul li a {
  width: 100%;
  display: block;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp ul li a p {
  font-size: 1.8rem;
    font-weight: 500;
    color: #EA6D8D;
    text-align: left;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.notion {
    font-size: 14px;
    background: #fff;
    margin:30px auto;
    width:520px;
    padding:20px;
    position: relative;
    line-height: 1.6;
}
.notion strong{
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.notion span{
    font-size: 16px;
    display: block;
    margin-top:1em;
}
.spOnly{
    display:none;
}
/*---------------------------------------------------------------------------------------------

フェードインアニメーション

---------------------------------------------------------------------------------------------*/


.view.on {
    opacity: 1;
    transform: translate(0px,0px);
    visibility: visible;
}
.view {
    transition: 1.2s;
    opacity: 0;
    transform: translate(0px,60px);
}

/*---------------------------------------------------------------------------------------------

MV

---------------------------------------------------------------------------------------------*/

.mv {
  min-width: 1280px;
  width: 100%;
  position: relative;
}

.mv_inner {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.mv_txt_box {
  position: absolute;
  max-width: 666px;
  top: 20%;
  left: 5%;
}

.mv_photo {
  position: absolute;
  bottom: 0;
  max-width: 560px;
  height: auto;
  right: 0;
}

.mv_data {
  width: 100%;
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  margin-top: 20px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mv_name {
  margin-top: 20px;
  text-align: right;
}

.mv_data p span {
  font-size: 4rem;
  display: inline-block;
}

.mv_data p span.monday {
  width: 45px;
  height: 45px;
  display: inline-block;
  color: #003166;
  background: #FFF;
  border-radius: 50%;
  font-size: 2.6rem;
  line-height: 40px;
  text-align: center;
  top: -8px;
  position: relative;
  margin: 0 10px;
}

.year_box {
  width: 154px;
  height: 64px;
  background: #FFF;
  border-radius: 10px;
  font-size: 3rem;
  color: #003166;
  padding: 5px;
  margin-right: 20px;
}

.mv_ico {
  position: absolute;
    max-width: 180px;
    top: 3%;
    right: 3%;
}

.coming p {
  color: #FFF;
  font-size: 5.6rem;
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .notion {
        width:80%;
        max-width:520px;
        margin-top:0;
    }
  .mv {
    min-width: auto;
    width: 100%;
    /*height: 100vh;*/
    min-height: auto;
    background: url('/assets/img/mv_bg_sp.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  .mv_inner {
    width: 100%;
    height: 100%;
  }

  .mv_ico {
    position: absolute;
      max-width: 90px;
      top: 3%;
      right: 3%;
  }

  .mv_txt_box {
    width: 80%;
    max-width: 60%;
    height: 100%;
    top: 5%;
  }

  .mv_data {
    width: 100%;
    font-size: 3rem;
    padding: 10px 0;
    display: block;
  }

  .mv_data p {
    text-align: left;
  }

  .mv_data p.year_box {
    font-size: 1.6rem;
    width: 70px;
    height: 35px;
    padding: 0;
    text-align: center;
  }

  .mv_data p.date_box {
    font-size: 4rem;
    margin-top: 10px;
  }

  .mv_data p span {
    font-size: 2.5rem;
  }

  .mv_data p span.monday {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #182987;
    background: #FFF;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 27px;
    text-align: center;
    top: -5px;
  }

  .mv_name {
    position: absolute;
    max-width: 120px;
    left: 0;
    bottom: 20%;
  }

  .mv_photo {
    position: absolute;
    bottom: 0;
    right: 0%;
    max-width: 60%;
    width: 90%;
    height: auto;
  }

  .coming {
    position: absolute;
    bottom: 12%;
    left: 0;
  }

  .coming p {
    font-size: 3rem;
  }

}

@media screen and (max-width: 480px) {
    .spOnly{
        display:block;
    }
    .notion {
        width:97%;
        margin-top:0;
    }
  .mv {
    min-width: auto;
    width: 100%;
    height: auto;
    position: relative;
  }

  .mv_inner {
    width: 100%;
    height: 100%;
  }

  .mv_ico {
    position: absolute;
      max-width: 90px;
      top: 3%;
      right: 3%;
  }

  .mv_txt_box {
    position: relative;
    width: 90%;
    height: calc(75vh - 25px);
    margin: 25px auto 0 auto;
    top: auto;
    left: auto;
  }

  .mv_data {
    width: 55%;
    font-size: 3rem;
    padding: 10px 0;
    display: block;
  }

  .mv_data p {
    text-align: left;
  }

  .mv_data p.year_box {
    font-size: 1.6rem;
    width: 70px;
    height: 35px;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .mv_data p.date_box {
    font-size: 4rem;
    margin-top: 10px;
  }

  .mv_data p span {
    font-size: 2.5rem;
  }

  .mv_data p span.monday {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #182987;
    background: #FFF;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 27px;
    text-align: center;
    top: -5px;
  }

  .mv_name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    width: 60%;
    left: 0;
    bottom: 5%;
    z-index: 1;
  }

  .mv_name img:first-of-type {
    width: 85px;
    margin-right: 15px;
  }

  .mv_name img:last-of-type {
    width: 100px;
    margin-right: 15px;
  }

  .mv_photo {
    position: absolute;
    bottom: 0%;
    right: -20%;
    max-width: 425px;
    width: 75%;
    height: auto;
  }

  .coming {
    position: absolute;
    bottom: 18%;
    left: 0;
  }

  .coming p {
    font-size: 2rem;
  }

}

/*---------------------------------------------------------------------------------------------

メイン

---------------------------------------------------------------------------------------------*/

#detail {
  width: 100%;
  height: 100%;
  background: #FEF6EF;
  padding-bottom: 80px;
}

.detail_wrap {
  position: relative;
  background: #FEF6EF;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  width: 100%;
}

.main_navi {
  width: 100%;
  margin: 0px auto 0 auto;
  color: #FFF;
  background: #074A84;
  height: 50px;
  padding: 0 40px;
}

.main_navi ul li {
  border-right: 2px solid #FFF;
  padding: 0 30px;
  font-size: 1.8rem;
}

.main_navi ul li:last-of-type {
  border-right: none;
}

.main_navi ul li a {
  opacity: 1;
  transition: .3s;
}

.main_navi ul li a:hover {
  opacity: 0.4;
}

.jinken_box {
  background: #FFF;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.jinken_how {
  font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}

.jinken_txt {
  font-size: 1.4rem;
    line-height: 1.8;
}

.special_tit {
  font-size: 3.2rem;
    color: #013D5F;
    font-weight: 500;
    text-align: center;
}

.special_tit span {
  display: block;
    font-size: 2.2rem;
    margin-top: 10px;
}

.special_copy {
  font-size: 2.8rem;
  color: #000000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.special_read {
  font-size: 1.8rem;
    color: #000000;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 40px;
}

.special_read.center {
  text-align: center;
}

.special_read.mb10 {
  margin-bottom: 10px;
}

.special_sub {
  display: block;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
}

.special_sub.center {
  text-align: center;
}

.special_sub_coution {
  display: block;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

.mov_box {
  max-width: 606px;
  width: 100%;
  margin: 60px auto;
}

.mov_box iframe {
  display: block;
  margin: auto;
}

.guest_box {
  width: 100%;
  background: #FFF;
  padding: 40px 0;
  margin-bottom: 40px;
}

.guest_data {
  width: 63%;
}

.guest_photo {
  width: 29%;
  margin-right: 40px;
}

.green_box {
  width: 24%;
  height: 60px;
  background: #EA6D8D;
  font-size: 2.4rem;
  color: #FFF;
  padding-right: 20px;
  letter-spacing: 0.1em;
}

.red_box {
  width: 76%;
  height: 60px;
  background: #FADDE4;
  font-size: 2.4rem;
  color: #EA6D8D;
  padding-left: 20px;
}

.guest_txt {
  margin-top: 30px;
  margin-left: 40px;
}

.guest_txt div {
  flex-flow: column;
}

.guest_txt div p {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.9;
}

.guest_txt div span {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  color: #000;
}

.guest_box.music .green_box {
  width: 40px;
}

.guest_box.music .red_box {
  width: 410px;
}

.guest_box.music .guest_txt {
  width: 410px;
}

.guest_box.music .guest_txt p {
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}

.guest_box.music .guest_data {
  width: 50%;
}

.guest_box.music .guest_photo {
  width: 45%;
}

.guest_box.music .guest_photo p {
  font-size: 1.6rem;
  margin-top: 20px;
  color: #013D5F;
}

.chiba_box {
  width: 480px;
}

.chiba_read {
  font-size: 1.6rem;
    color: #FFF;
    line-height: 1.8;
    text-align: left;
}

.guest_box.chiba .green_box {
  width: 40px;
}

.guest_box.chiba .red_box {
  font-size: 2.4rem;
  width: 400px;
}

.chiba_data {
  padding: 0 40px;
  margin-top: 20px;
}

.chiba_data p {
  color: #000;
  width: 220px;
  font-size: 1.6rem;
  line-height: 2;
}

.chiba_data p.one {
  width: 100%;
}

.chiba_data img {
  width: 125px;
  height: auto;
}

.present_info {
  max-width: 570px;
  width: 90%;
  height: 50px;
  border-radius: 25px;
  background: #FFF;
  color: #EA6D8D;
  margin: 60px auto 0 auto;
  font-size: 2.6rem;
}

.present_txt {
  font-size: 2.6rem;
  color: #000;
  text-align: center;
  margin-top: 40px;
}

.present_box {
    margin: 40px auto;
    max-width: 600px;
    width: 100%;
}

.present_detail {
  width: 46%;
}

.present_margin01 {
  margin-bottom: 30px;
}

.present_margin02 {
  margin-right: 40px;
}

.present_detail p {
  font-size: 1.8rem;
  text-align: center;
}

.present_detail p.present_line {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
    font-weight: 500;
    position: relative;
    text-align: center;
    z-index: 1;
}

.present_line_box {
  margin-bottom: 30px;
}

.present_line_box p {
  font-size: 2.2rem;
  color: #013D5F;
}

p.present_line {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
}

.present_line::after {
  position: absolute;
  content: "";
  width: 168px;
  height: 8px;
  background: #FFDCA3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.present_detail:last-of-type .present_line::after {
  width: 270px;
}

.present_detail img {
  margin: 20px 0;
}

.present_detail span {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}

.present_detail p.present_member {
  font-size: 3.2rem;
  font-weight: 500;
  color: #EA6D8D;
  margin-top: 10px;
}

.present_member span {
  font-size: 1.8rem;
  display: inline-block;
}

.present_flow {
  max-width: 740px;
  margin: 30px auto;
}

.present_pick {
  letter-spacing: .1em;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    font-size: 2.2rem;
}

.present_pick span {
  font-size: 2.8rem;
    font-weight: bold;
    color: #EA6D8D;
    text-decoration: underline;
}

.present_step {
  width: 220px;
}

.present_step img {
  width: 90%;
  display: block;
  margin: auto;
}

.present_step span {
  font-size: 1.6rem;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 20px;
    line-height: 1.5;
}

.present_step_box {
  width: 100%;
  height: 200px;
  border-radius: 14px;
  background: #FADDE4;
  margin-top: 10px;
}

.present_step .present_step_box.step01 img {
  width: 120px;
  height: auto;
}

.present_step .present_step_box.step02 img {
  width: 68px;
  height: auto;
}

.present_step .present_step_box.step03 img {
  width: 80px;
  height: auto;
}

.present_btn {
  color: #FFF;
    position: relative;
    max-width: 820px;
    height: 90px;
    border-radius: 20px;
    border: 3px solid #FFF;
    background: #074A84;
    margin: 80px auto 30px auto;
    box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 15%);
}

.present_btn.end {
  background: #505050;
  border: none;
  box-shadow: none;
}

.pdf_btn {
  color: #FFF;
    position: relative;
    max-width: 820px;
    height: 90px;
    border-radius: 20px;
    border: 3px solid #FFF;
    background: #074A84;
    margin: 40px auto 30px auto;
    box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 15%);
}

.pdf_btn::after {
  position: absolute;
  content: "";
  background: url(../img/ico_pdf.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 22px;
  height: 27px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pdf_btn p {
  font-size: 2.2rem;
}

.present_btn_arrow {
  position: relative;
  margin-left: -20px;
}

.present_btn_arrow::after {
  position: absolute;
  content: "";
  background: url(../img/present_arrow.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 14px;
  height: 26px;
  top: 52%;
  right: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.apply_bar {
  color: #FFF;
    position: relative;
    max-width: 720px;
    height: 90px;
    border-radius: 60px;
    border: 3px solid #FFF;
    background: #E68D00;
    margin: 40px auto 30px auto;
}

.apply_bar p {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .2em;
}

.present_btn p {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .2em;
}

.present_btn_txt {
  font-size: 1.6rem;
  color: #013D5F;
  text-align: center;
}

a.present_btn {
  opacity: 1;
  transition: .3s;
}

a.present_btn:hover {
  opacity: 0.4;
}

.present_btn::before,
.present_btn::after {
  content: ""; /* 疑似要素に指定必須 */
  width: 18px; /* 線の長さを指定 */
  height: 4px; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 2px; /* 線を角丸にする */
  background: #FFF;   /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
  right: 27%; /* 右から10pxの位置に配置 */
}

.present_btn.end::before,
.present_btn.end::after {
  display: none;
}

.present_btn::before {
  top: 58%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}
.present_btn::after {
  top: 46%;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
}

.message_date_txt {
  color: #013D5F;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 40px;
}

.order_tit {
  font-size: 2.8rem;
    font-weight: bold;
    color: #013D5F;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    max-width: 600px;
    padding: 10px 0;
    margin: 40px auto 30px auto;
}

.order_txt {
  font-size: 2.4rem;
  color: #000;
  text-align: center;
  line-height: 1.8;
}

.info_cat {
  color: #EA6D8D;
  width: 76px;
  height: 76px;
  background: #FFF;
  font-size: 1.8rem;
  border: 1px solid #EA6D8D;
  border-radius: 38px;
}

.info_txt {
  color: #000;
  margin-left: 20px;
}

.info_txt p {
  font-size: 2.4rem;
  margin-bottom: 5px;
}

.info_txt span {
  margin-top: 10px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.info_txt a {
  position: relative;
  font-size: 1.6rem;
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  padding-left: 1.6rem;
}

.info_txt a::before {
  position: absolute;
  content: "＞";
  font-size: 1.6rem;
  top: 0;
  left: 0;
}

.info_list {
  margin-bottom: 20px;
}

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

  #detail {
    padding: 35px 0 40px 0;
    background: #FEF6EF;
  }

  .detail_wrap {
    background: none;
  }

  .main_navi {
    width: 90%;
    border-radius: 15px;
    padding: 40px 0;
  }

  .main_navi ul {
    justify-content: center;
  }

  .main_navi ul li {
    border-right: 2px solid #D9787D;
    padding: 5px 15px;
    width: 31%;
  }

  .main_navi ul li:first-of-type {
    padding: 5px 15px;
  }

  .main_navi ul li:last-of-type {
    padding: 5px 15px;
  }

  .main_navi ul li:nth-of-type(3) {
    border-right: none;
  }

  .main_navi ul li.sp_nav_line {
    width: 100%;
    height: 2px;
    background: #D9787D;
    padding: 0;
    margin: 6px 0;
  }

  .jinken_box {
    margin-top: 0;
    padding: 15px;
  }

  .jinken_how {
    font-size: 1.6rem;
  }

  .special_tit {
    font-size: 2.4rem;
    line-height: 1.8;
  }

  .special_tit span {
    font-size: 1.3rem;
  }

  .special_read {
    font-size: 1.6rem;
  }

  .special_read.center {
    text-align: left;
  }

  .mov_box {
    margin: 20px auto 30px auto;
  }

  .mov_box iframe {
    width: 100% !important;
    height: 189px !important;
  }

  .guest_box {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .green_box {
    width: 30%;
    height: 40px;
    font-size: 2rem;
    padding-right: 15px;
  }

  .guest_box.chiba .green_box,
  .guest_box.music .green_box {
    width: 6%;
  }

  .red_box {
    width: 65%;
    height: 40px;
    font-size: 1.8rem;
  }

  .guest_txt {
    margin-top: 20px;
    margin-left: 0;
  }

  .guest_data,
  .guest_box.music .guest_data {
    width: 100%;
  }

  .guest_photo {
    width: 200px;
    margin: 20px auto;
  }

  .guest_txt div {
    width: 85%;
    margin: auto;
    display: block;
    padding-left: 0;
    padding-bottom: 0;
  }

  .guest_txt div p {
    font-size: 1.3rem;
  }

  .guest_txt div p:first-of-type {
    margin-right: 0;
  }

  /* .guest_txt div p:last-of-type {
    width: 75%;
  } */

  .guest_txt div span {
    font-size: 1.2rem;
  }

  .guest_box.music .red_box {
    width: 90%;
  }

  .guest_box.music .guest_photo {
    width: 90%;
  }

  .guest_box.music .guest_photo p {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .guest_box.music .guest_txt {
    width: 90%;
    margin: auto;
  }

  .guest_box.music .guest_txt p {
    font-size: 1.3rem;
    line-height: 2;
  }

  .chiba_box {
    width: 100%;
  }

  .chiba_box:last-of-type {
    margin-top: 0px;
  }

  .chiba_read {
    text-align: center;
  }

  .guest_box.chiba .red_box {
    font-size: 2rem;
    width: 90%;
  }

  .chiba_data {
    flex-flow: column-reverse;
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .chiba_data p {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .present_info {
    width: 100%;
    height: 38px;
    font-size: 1.8rem;
    margin: 40px auto 0 auto;
  }

  .present_txt {
    font-size: 1.9rem;
    margin-top: 20px;
  }

  .present_pick {
    line-height: 1.8;
    font-size: 1.4rem;
    margin: 20px auto;
  }

  .present_pick span {
    font-size: 1.8rem;
  }

  .present_box {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto;
  }

  .present_detail {
    width: 100%;
    margin-bottom: 25px;
  }

  .present_detail img {
    width: 60%;
    height: auto;
    display: block;
    margin: 10px auto;
  }

  .present_detail span {
    font-size: 1.4rem;
  }

  .present_flow {
    width: 510px;
    margin: 20px auto;
  }

  .present_step {
    width: 145px;
  }

  .present_step_box {
    height: 130px;
    margin-top: 10px;
  }

  .present_step span {
    font-size: 1.2rem;
  }

  .present_flow_wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .present_step .present_step_box.step01 img {
    width: 80px;
  }

  .present_step .present_step_box.step02 img {
    width: 45px;
  }

  .present_step .present_step_box.step03 img {
    width: 50px;
  }

  .step_arrow {
    width: 24px;
    height: auto;
  }

  .present_btn {
    width: 100%;
    height: 70px;
    margin: 20px auto;
  }

  .present_btn_txt {
    font-size: 1.3rem;
  }

  .present_btn::before, .present_btn::after {
    width: 14px;
    right: 15%;
  }

  .present_btn::before {
    top: 57%;
  }

  .present_btn p {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .1em;
  }

  .present_btn_arrow::after {
    position: absolute;
    content: "";
    background: url(../img/present_arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 10px;
    height: 22px;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .present_line::after {
    width: 105px;
  }

  .present_line_box p {
    font-size: 1.4rem;
    text-align: center;
  }

  p.present_line {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .pdf_btn p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .pdf_btn::after {
    right: 15px;
  }

  .special_sub {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .special_sub_coution {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .info_txt {
    width: calc(100% - 83px);
  }

  .info_txt a::before {
    font-size: 1.3rem;
  }

  .special_copy {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .present_detail p.present_member {
    font-size: 2.4rem;
  }

  .pdf_btn {
    width: 90%;
  }


}

/*---------------------------------------------------------------------------------------------

スライダー

---------------------------------------------------------------------------------------------*/

.garary_head {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}

.garary_slider li {
  width: 210px;
  margin: 0 20px;
}

.garary_box {
  width: 100%;
}

.garary_line {
  width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin: 40px auto;
}

.garary_box_inner {
  padding: 5px;
}

.rank {
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
  background: url('/assets/img/bg_rank.webp') no-repeat;
  background-position: center;
  background-size: 100%;
  height: 30px;
  line-height: 30px;
}

.garary_image {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
  margin: 15px 0 20px 0;
  padding: 5px;
}

.garary_image img {
  width: 95%;
  height: auto;
  display: block;
  margin: auto;
}

.garary_tit,
.garary_school,
.garary_name {
  font-size: 1.3rem;
  text-align: center;
}

.garary_name,
.garary_school {
  font-size: 1.4rem;
  font-weight: 600;
}

.garary_school {
  margin: 10px 0 5px 0;
}

.garary_date {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

.modal_switch {
  display: none;
}

.modal_switch.is-open {
  display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_box {
  background-color: #FFF;
    border-radius: 25px;
    padding: 30px 20px;
    max-width: 450px;
    width: 90%;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}

.modal_close {
    background: #D9787D;
    width: 28px;
    height: 28px;
    position: relative;
    border-radius: 50%;
    display: block;
    margin: 10px auto 0 auto;
}

.modal_close::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    background: #FFF;
    top: 13px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal_close::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    background: #FFF;
    top: 13px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-prev, .slick-next {
  width: 20px;
  height: 40px;
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
  width: 20px;
  height: 40px;
  top: 0;
}

.slick-prev:before {
  content: '';
  position: absolute;
  background: url('/assets/img/slide_arrow_prev.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}

.slick-next:before {
  content: '';
  position: absolute;
  background: url('/assets/img/slide_arrow_next.svg') no-repeat;
  background-position: center;
  background-size: 100%;
}

.slider_cotion {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: center;
}

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

  .garary_slider li {
    width: 200px;
    margin: 5px;
  }

  .rank {
    font-size: 1rem;
  }

  .garary_tit, .garary_school, .garary_name {
    font-size: 1rem;
  }

  .garary_name {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .slick-slider {
    padding-bottom: 30px;
  }

  .slick-prev, .slick-next {
    width: 50px;
    height: 50px;
  }

  .slick-next {
    right: 30%;
    bottom: -5%;
    top: auto;
  }

  .slick-prev {
    left: 30%;
    bottom: -5%;
    top: auto;
  }

  .slick-prev:before, .slick-next:before {
    width: 50px;
    height: 50px;
    top: 0;
  }

  .slick-next:before {
    content: '';
    position: absolute;
    background: url(/assets/img/slide_arrow_next_sp.svg) no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .slick-prev:before {
    content: '';
    position: absolute;
    background: url(/assets/img/slide_arrow_prev_sp.svg) no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .slider_cotion {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
  }

}

/*---------------------------------------------------------------------------------------------

相談窓口

---------------------------------------------------------------------------------------------*/

.main_wrap {
  position: relative;
  background: url('/assets/img/bg_heart02.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  width: 100%;
  padding-bottom: 40px;
}

.consultation_box {
  background: #FEF6EF;
    padding: 45px 30px;
    margin-bottom: 70px;
}

.consultation_box span {
  color: #013D5F;
}

.consultation_tit {
  color: #000;
  font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

.tel_number {
  margin: 0 25px;
}

.tel_number img {
  width: 40px;
  height: 40px;
}

.tel_number p {
  font-size: 3.2rem;
  margin-left: 15px;
  color: #000;
}

.consultation_info {
  max-width: 980px;
  background: #FFF;
  margin: 30px auto 0 auto;
  padding: 20px;
}

.consultation_info p {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.8;
  color: #000;
}

.consultation_info span {
  font-size: 1.2rem;
  line-height: 2;
  color: #000;
}

.consultation_line {
  width: 100%;
  height: 1px;
  background: #EA6D8D;
  margin: 30px auto;
}

a.consultation_btn {
  opacity: 1;
  transition: .3s;
}

a.consultation_btn:hover {
  opacity: 0.4;
}

.consultation_btn {
  position: relative;
  margin: auto;
  width: 280px;
  height: 48px;
  background: #074A84;
  color: #fff;
  border-radius: 24px;
  font-size: 1.8rem;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
}

.consultation_btn::before,
.consultation_btn::after {
  content: ""; /* 疑似要素に指定必須 */
  width: 10px; /* 線の長さを指定 */
  height: 2px; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 1px; /* 線を角丸にする */
  background: #FFF;   /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
  right: 58px; /* 右から10pxの位置に配置 */
}

.consultation_btn::before {
  top: 58%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}
.consultation_btn::after {
  top: 45%;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
}

.acd-check {
    display: none;
}

.acd-label {
  width: 100%;
  background: #FFEEB5;
  border-bottom: 4px solid #013D5F;
    margin-top: 40px;
    padding: 13px 30px;
    position: relative;
}

.acd-label.first {
  margin: 0 auto;
}

.question {
  font-size: 3rem;
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0983CE;
  color: #FFF;
  font-weight: bold;
  margin-right: 40px;
}

.q-txt {
  font-size: 2.8rem;
    line-height: 1.8;
    color: #013D5F;
}

.acd-label::before,
.acd-label::after {
  content: ""; /* 疑似要素に指定必須 */
  width: 20px; /* 線の長さを指定 */
  height: 4px; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 2px; /* 線を角丸にする */
  background: #013D5F;   /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
  right: 30px; /* 右から10pxの位置に配置 */
}

.acd-label::before {
  top: 50%;
  right: 42px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
.acd-label::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}

.acd-content {
  width: 100%;
  margin: auto;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .3s;
  visibility: hidden;
}

.answer_cont {
  display: none;
}

.acd-check:checked + .acd-label + .acd-content .answer_cont {
  display: block;
}

.acd-check:checked + .acd-label::before {
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}

.acd-check:checked + .acd-label::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

.acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin: auto;
    visibility: visible;
}

.answer_tit {
  font-size: 2.4rem;
    color: #013D5F;
    position: relative;
    margin-bottom: 20px;
    padding-left: 70px;
}

.answer_tit::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #013D5F;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.answer_txt {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #013D5F;
}

.answer_txt span {
  font-size: 1.2rem;
}

.tel_number.answer img {
  width: 28px;
  height: 28px;
}

.tel_number.answer p {
  font-size: 2.2rem;
    margin-left: 10px;
}

.tel_number.answer p span {
  display: block;
  margin-left: 5px;
  font-size: 1.4rem;
}

.answer_cont .consultation_box {
  padding: 30px;
  margin-bottom: 40px;
}

.answer_tel_box {
  width: 55%;
}

.answer_tel_box.max {
  width: 85%;
}

.answer_tel_list_box {
  width: 40%;
  margin-right: 90px;
  margin-bottom: 30px;
}

.answer_tel_list.part2 .answer_tel_list_box {
  width: 45%;
  margin-right: 40px;
  margin-bottom: 30px;
}

.answer_tel_list.part2 .answer_tel_list_box .answer_txt {
  font-size: 1.7rem;
}

.answer_tel_list_box.last {
  margin-bottom: 10px;
}

.answer_tel_box.last {
  width: 80%;
}

.answer_tel_box.fix .answer_txt {
  min-width: 360px;
  color: #013D5F;
}

.answer_tel_box.fix .tel_number {
  min-width: 180px;
  margin-left: 50px;
}

.answer_tel_box.fix .tel_number.mini {
  min-width: 110px;
  margin-left: 50px;
}

.answer_tel_box.last .answer_txt {
  margin-right: 105px;
}

.close_btn {
  position: relative;
  width: 150px;
  height: 48px;
  border: 2px solid #013D5F;
  border-radius: 24px;
  font-size: 1.8rem;
  color: #013D5F;
  background: #FFF;
  margin: auto;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
}

.close_btn::before, .close_btn::after {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    border-radius: 1px;
    background: #013D5F;
    position: absolute;
    right: 20px;
}

.close_btn::before {
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

.close_btn::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}

.m0 {
  margin: 0;
}

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

  .main_wrap {
    background: #FFF;
    padding: 20px 0 0 0;
  }

  .main_tit {
    font-size: 2rem;
  }

  #special.main_tit {
    height: 100px;
    line-height: 1.3;
  }

  #special.main_tit::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 86px;
        background: url(/assets/img/bg_main_tit_sp02.webp) no-repeat;
        background-size: 100%;
        background-position: center;
        bottom: -4px;
        right: -4px;
        z-index: -1;
  }

  #info.main_tit {
    margin-top: 0;
  }

  .consultation_box {
    padding: 25px 15px;
    margin-bottom: 40px;
  }

  .consultation_tit {
    font-size: 1.6rem;
    margin-bottom: 15px;
    letter-spacing: 0;
  }

  .tel_number {
    margin: 10px auto;
  }

  .tel_number img {
    width: 25px;
    height: 25px;
  }

  .tel_number p {
    font-size: 2.4rem;
    margin-left: 10px;
  }

  .consultation_info {
    width: 100%;
    padding: 10px;
    margin: 15px auto 0 auto;
  }

  .consultation_info p {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .consultation_info span {
    font-size: 1.1rem;
  }

  .consultation_btn {
    width: 85%;
    font-size: 1.4rem;
  }

  .qa_wrap {
    padding: 60px 0;
  }

  .acd-label {
    padding: 8px;
    margin-top: 15px;
    border-bottom: 2px solid #182987;
  }

  .acd-content {
    padding: 0;
  }

  .q-txt {
    font-size: 1.8rem;
    width: 80%;
  }

  .acd-label::before, .acd-label::after {
    width: 15px;
    right: 15px;
  }

  .acd-label::before {
    right: 24px;
  }

  .acd-check:checked + .acd-label + .acd-content {
    padding: 20px 0;
  }

  .answer_txt {
    width: 100%;
    font-size: 1.5rem;
  }

  .info_cat {
    font-size: 1.4rem;
    width: 63px;
    height: 63px;
  }

  .info_txt p {
    font-size: 2.2rem;
  }

  .info_txt span {
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .info_txt a {
    font-size: 1.3rem;
  }

  .info_right_box {
    margin-top: 30px;
  }

  .info_right_box iframe {
    width: 100% !important;
    height: 220px !important;
  }

  .order_tit {
    margin: 20px auto;
    font-size: 1.8rem;
  }

  .order_txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .sp_left {
    text-align: left;
  }

  .message_date_txt {
    font-size: 1.6rem;
    margin: 0px auto 20px auto;
  }

}

/*---------------------------------------------------------------------------------------------

メッセージ

---------------------------------------------------------------------------------------------*/

.message_wrap {
  background: #FFD169;
  padding: 60px 0;
}

.message_tit {
  color: #000;
  font-size: 3.6rem;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.message_box {
  width: 100%;
  max-width: 920px;
  background: #FFF;
  padding: 40px;
  border-radius: 14px;
  margin: auto;
}

.message_box02 {
  width: 100%;
  max-width: 920px;
  background: #FFF;
  padding: 15px 30px;
  border-radius: 14px;
  margin: 40px auto 0 auto;
}

.message_box02 h3 {
  color: #013D5F;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dashed #013D5F;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
}

.message_box p {
  color: #013D5F;
  font-size: 1.6rem;
  line-height: 2;
}

.message_box02 p {
  color: #013D5F;
  font-size: 1.4rem;
  line-height: 2;
}

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

  .message_wrap {
    padding: 50px 0 30px 0;
  }

  .message_tit {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .message_tit::after {
    width: 220px;
    height: 8px;
  }

  .message_box {
    border-radius: 6px;
    padding: 20px;
  }

  .message_box p {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .answer_tit {
    font-size: 1.8rem;
    padding-left: 30px;
  }

  .answer_tit::before {
    width: 25px;
  }

  .answer_cont .consultation_box {
    padding: 15px;
    margin-bottom: 20px;
  }

  .answer_tel_box {
    width: 100%;
  }

  .tel_number.answer {
    justify-content: flex-start;
  }

  .answer_tel_box.fix .tel_number {
    min-width: auto;
    margin-left: 0;
  }

  .answer_tel_box.fix .tel_number.mini {
    min-width: auto;
    margin-left: 0;
  }

  .tel_number.answer img {
    width: 16px;
    height: 16px;
  }

  .tel_number.answer p {
    font-size: 1.6rem;
  }

  .answer_tel_list.part2 .answer_tel_list_box {
    width: 45%;
    margin-right: 12px;
    margin-bottom: 20px;
  }

  .answer_tel_list_box {
    width: 45%;
    margin-right: 12px;
    margin-bottom: 20px;
  }

  .answer_tel_list.part2 .answer_tel_list_box .answer_txt {
    line-height: 1.2;
  }

  .answer_tel_list.part2 .answer_tel_list_box .answer_txt span {
    font-size: 1.2rem;
  }

}

/*---------------------------------------------------------------------------------------------

フッター

---------------------------------------------------------------------------------------------*/

.footer_wrap {
  position: relative;
  padding: 60px 0;
}

.footer_tit {
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.footer_link li {
  color: #000;
    position: relative;
    background: #FFF0F4;
    padding: 8px 50px 8px 30px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 10px;
}

.footer_link li:last-of-type {
  margin-right: 0;
}

.footer_link li::after {
  content: "";
  position: absolute;
  background: url('/assets/img/ico_foot_link.svg') no-repeat;
  width: 13px;
  height: 13px;
  background-size: 100%;
  background-position: center;
  top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.footer_link li:first-of-type::after,
.footer_link li:nth-of-type(3)::after {
  right: 25%;
}

.footer_link li:nth-of-type(2)::after,
.footer_link li:nth-of-type(4)::after {
  right: 17%;
}

.footer_link li:last-of-type::after {
  right: 8%;
}

.footer_link li a {
  opacity: 1;
  transition: .3s;
}

.footer_link li a:hover {
  opacity: 0.4;
}

.foot_txt {
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  margin: 20px auto 50px auto;
}

.copy {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}

.top_btn {
  position: fixed;
  width: 100px;
  height: 100px;
  right: 20px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.top_btn.active {
  opacity: 1;
  visibility: visible;
}

.top_btn.active.f_active {
  opacity: 0;
  visibility: hidden;
}

.recommend_environment {
  width: 100%;
    padding: 35px;
    border: 1px solid #707070;
    border-radius: 15px;
    margin: 0 auto 80px auto;
}

.recommend_environment p {
  font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}

.recommend_environment ul {
  font-size: 1.4rem;
    line-height: 2;
}

.kouen_box {
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 0 auto 100px auto;
}

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

  .footer_wrap {
    padding: 10px 0 30px 0;
  }

  .footer_tit {
    font-size: 1.9rem;
  }

  .footer_link li {
    width: 46%;
    display: block;
    padding: 18px;
    margin: 5px;
    font-size: 1.3rem;
  }

  .footer_link li:last-of-type {
    width: 95%;
    margin: 5px 0;
  }

  .footer_link li:first-of-type::after,
  .footer_link li:nth-of-type(3)::after {
    right: 28%;
  }

  .footer_link li:nth-of-type(2)::after,
  .footer_link li:nth-of-type(4)::after {
    right: 7%;
  }

  .foot_txt {
    font-size: 1.3rem;
    margin: 20px auto 50px auto;
  }

  .copy {
    font-size: 1rem;
  }

  .top_btn {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }

  .recommend_environment {
      padding: 15px;
      margin: 0 auto 40px auto;
  }

  .recommend_environment p {
    font-size: 1.6rem;
      margin-bottom: 20px;
  }

  .recommend_environment ul {
    font-size: 1.2rem;
      line-height: 2;
  }

  .kouen_box {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 75px;
  }

  .footer_link li:last-of-type::after {
    right: 18%;
  }

}

.mov_box.mov_coution {
  margin: 40px auto 20px auto;
}

.coution {
  text-indent: -1em;
  padding-left: 1em;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

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

  .mov_box.mov_coution {
    margin: 20px auto;
  }

}


@media print {

  .globalMenuSp {
    display: none;
  }

  .onlySP {
    display: none !important;
  }

}
