/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.font-no{font-family: 'Noto Sans JP', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;}
p{color: #333;}
.mt0{margin-top: 0!important;}

/*スクロール処理*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-fade02{opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done, .load-fade02.done{opacity : 1; transform : translate(0, 0);}
.m_over:hover{opacity: 0.7;}

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:"Zen Old Mincho", YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.center{text-align: center;}
@media screen and (max-width: 768px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*mv*/

.mv {
  background: url("/lp/msim/img/mv_bg.png") no-repeat scroll center center;
  background-size: cover;
  padding: 2% 0;
}
.mv_f_inner {
  max-width: 1400px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: right;
}
.mv_f_inner p{
  display: inline-block;
  margin-bottom: 10px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.mv_f_inner a {
  color: #fff;
  font-size: 12px;
  padding: 0px 5px;
  background: #b40001;
  font-weight: 500;
}
.mv_txt {
  max-width: 950px;
  margin: 13% auto 12%;
}
.mv_txt02 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.mv_txt03 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.mv_txt04 {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.mv_txt05{
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.mv_txt05 span{
  padding: 1px 10px;
  border:1px solid #fff;
}
@media screen and (min-width: 1441px) {
  .mv_txt {
    max-width: 950px;
    margin: 11% auto 11%;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("/lp/msim/img/mv_bg_sp.png") no-repeat scroll center center;
    background-size: cover;
    padding: 2% 0;
  }
  .mv_f_inner {
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .mv_f_inner p{
    display: inline-block;
    margin-bottom: 1.5vw;
    padding: 2.0vw 2vw;
    font-size: 2.6666vw;
    font-weight: 500;
    letter-spacing: -0.2px;
    border-radius: 8px;
  }
  .mv_f_inner a {
    color: #fff;
    font-size: 2.4vw;
    padding: 0px 0.5vw;
  }
  .mv_txt {
    max-width: 90%;
    margin: 19% auto 20%;
  }
  .mv_txt02 {
    font-size: 4.666vw;
  }
  .mv_txt03 {
    font-size: 2.933vw;
  }
  .mv_txt04 {
    font-size: 2.666vw;
  }
  .mv_txt05{
    font-size: 2.666vw;
    margin: 1.5vw auto 0;
    border:1px solid #fff;
    max-width: 80%;
    border-radius: 5px;
  }
  .mv_txt05 span{
    padding: 1vw 3vw;
    border: none;
    display: inline-block;
  }
}


/*cont01*/
.cont01 {
  background: #e8ded2;
  padding-top: 100px;
}
.cont_inner {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.co_ttl {
  font-weight: 900;
  color: #333333;
  font-size: 34px;
  text-align: center;
  letter-spacing: -0.5px;
}
.co_ttl span {
  color: #93855c;
}
.co_note01 {
  text-align: center;
  font-size:13px;
  margin-top: 20px;
  padding-left:1em;
  text-indent:-1em;
}
.co01_box {
  margin-top: 60px;
  background:url("/lp/msim/img/co01_bg01.png") repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #777777;
  padding: 0 10px 40px;
}
.co01_box_ttl {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  top:-20px;
}
.co01_box_ttl span {
  display: inline-block;
  padding: 10px 40px;
  background: linear-gradient(to right, #8c7b3c, #5d501e);
  border-radius: 30px;
  font-weight: 900;
}
.co01_box_flex {
  display: flex;
  justify-content: space-between;
}
.co01_box_flexitem{
  width: 49.8%;
}
.co01_box_flexitem:last-child{
  border-left: 1px dotted #333;
}
.fi01 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #1a366b;
}
.fi01.co01_cc {
  color: #79692d;
}
.fi02 {
  font-size: 12px;
  color: #828282;
  text-align: center;
}
.fi03 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.fi04 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.co01_point {
  text-align: center;
  margin-top: 90px;
}
.anc_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.anc_list li {
  width: 31.5%;
}
.anc_list a {
  display: block;
}
.anc_list a:hover{
  box-shadow: 0px 0px 15px -5px #777777;
}
.co_note02 {
  font-size: 13px;
  margin-top: 10px;
  padding-left:1em;
  text-indent:-1em;
}


@media screen and (max-width: 768px) {
  .cont01 {
    padding-top: 10vw;
  }
  .cont_inner {
    max-width: 90%;
    padding: 0;
  }
  .co_ttl {
    font-size: 4.5333vw;
    letter-spacing: -0.5px;
  }
  .co_note01 {
    text-align: left;
    font-size:2.933vw;
    margin-top: 1.5vw;
  }
  .co01_box {
    margin-top: 7vw;
    padding: 0 4vw 5vw;
  }
  .co01_box_ttl {
    font-size: 4vw;
    top:-2vw;
  }
  .co01_box_ttl span {
    padding: 1.2vw 1.5vw;
    border-radius: 30px;
  }
  .co01_box_flex {
    display: block;
  }
  .co01_box_flexitem{
    width: 100%;
  }
  .co01_box_flexitem:first-child {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    border-bottom: 1px dotted #333;
  }
  .co01_box_flexitem:last-child {
    border-left: none;
  }
  .fi01 {
    font-size: 5.066vw;
  }
  .fi02 {
    font-size: 2.666vw;
  }
  .fi03 {
    font-size: 3.733vw;
    margin-top: 1.2vw;
  }
  .fi04 {
    font-size: 3.466vw;
    margin-top: 1.2vw;
  }
  .co01_point {
    margin-top: 9vw;
  }
  .anc_list {
    margin-top: 4vw;
    display: block;
  }
  .anc_list li {
    width: 100%;
    margin-bottom: 1.5vw;
  }
  .co_note02 {
    font-size: 2.933vw;
    margin-top: 1.2vw;
  }
}



/*cont02*/
.cont02 {
  padding: 40px 0 0 0;
  background: #e8ded2;
}
.point_img {
  text-align: center;
}
.p_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #1a366b;
}
.co02_txt {
  text-align: center;
  font-size:18px;
  margin: 30px 0 0;
  padding-bottom: 230px;
}
.co02_bg {
  background: url("/lp/msim/img/co02_bg.png") no-repeat scroll center bottom;
  background-size: cover;
  padding-bottom: 170px;
}
.movie_box01 {
  position: relative;
  top: -200px;
  margin: 0 auto;
  max-width: 732px;
}
.movie_box01_inner {
  border:4px solid #d6ca9e;
  box-shadow: 0px 0px 15px -5px #777777;
}
.movie_box01 p {
  text-align: center;
  margin-top: 10px;
  font-weight: 900;
  font-size: 18px;
  background: linear-gradient(to right, #c6ba8f 0%, #9c8b4d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.co2_flexbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -140px;
  z-index: 1;
}
.co2_flexbox_item01 {
  width: 54.2%;
  margin-left: -5%;
}
.co2_flexbox_item02 {
  width: 45.1%;
}
.cf01_txt {
  margin-top: 30px;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}
.cf01_txt02 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
}
.cf01_txt03 {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}
.w_fl {
  display: inline-block;
  padding: 5px 30px;
  border:1px solid #fff;
  border-radius: 3px;
}
.cf01_txt03 .fs_s {
  font-size: 13px;
}
.cf01_txt04 {
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
  padding-left:1em;
  text-indent:-1em;
}
.co2_whbox {
  padding: 60px 35px 35px;
  background: #fff;
  position: relative;
  top: -170px;
}
.co2_whbox li {
  padding-left:1em;
  text-indent:-1em;
  color: #333;
}
.co2_flexbox02 {
  margin-top: 40px;
  padding: 0 20px 10px;
  display: flex;
  justify-content: space-between;
  background: #f0f0f0;
}
.co2_flexbox02_item01 {
  position: relative;
  top:-20px;
  width: 17%;
}
.co2_flexbox02_item01 p {
  text-align: center;
  margin-top: 8px;
}
.co2_flexbox02_item02 {
  width: 80%;
  margin-top: 25px;
}
.cf02_txt {
  font-size: 14px;
  font-weight: bold;
}
.cf02_txt02 {
  font-size: 14px;
  margin-top: 25px;
}
.cf02_txt03 {
  font-size: 13px;
  padding-left:1em;
  text-indent:-1em;
}
.co2_sbox {
  position: relative;
  top: -110px;
}
.co2_flexbox03 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.co2_flexbox03_item {
  width: 32%;
}
.cf03_txt {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #8c7b3c, #5d501e);
  padding: 8px 5px;
  border-radius: 30px;
  letter-spacing: -2px;
}
.cf03_txt02 {
  text-align: center;
  font-size: 14px;
  margin-top: 3px;
  color: #fff;
}
.cf03_txt03 {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}
.cf03_txt04 {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.mo_c {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mo_c iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1150px) {
  .co2_whbox {
    top: -130px;
  }
}

@media screen and (max-width: 768px) {
  .cont02 {
    padding: 6vw 0 0 0;
  }
  .point_img {
    width: 30%;
    margin: 0 auto;
  }
  .p_ttl {
    font-size: 5.333vw;
    line-height: 130%;
  }
  .co02_txt {
    font-size:3.733vw;
    margin: 3vw 0 0;
    padding-bottom: 25vw;
  }
  .co02_bg {
    background: url("/lp/msim/img/co02_bg_sp.png") no-repeat scroll center bottom;
    background-size: cover;
    padding-bottom: 30vw;
  }
  .movie_box01 {
    position: relative;
    top: -20vw;
    margin: 0 auto;
    max-width: 100%;
  }

  .movie_box01 p {
    margin-top: 1.5vw;
    font-size: 3.466vw;
    letter-spacing: -1px;
  }
  .co2_flexbox {
    display: block;
    top: -10vw;
  }
  .co2_flexbox_item01 {
    width: 100%;
    margin-left: -5.5%;
    position: relative;
    z-index: 1;
  }
  .co2_flexbox_item02 {
    width: 100%;
    background: #fff;
    position: relative;
    top: -13vw;
    border-radius: 5px 5px 0 0;
    padding: 5vw;
  }
  .cf01_txt {
    margin-top: 0;
    padding-top: 12vw;
    color: #79692d;
    font-size: 5.066vw;
  }
  .cf01_txt02 {
    font-size: 4.266vw;
    margin-top: 1.5vw;
    color: #333;
  }
  .cf01_txt03 {
    font-size: 3.733vw;
    margin-top: 1.5vw;
    color: #333;
  }
  .w_fl {
    padding: 1vw 4vw;
    border:1px solid #333;
  }
  .cf01_txt03 .fs_s {
    font-size: 2.9333vw;
  }
  .cf01_txt04 {
    font-size: 2.9333vw;
    margin-top: 1.5vw;
    color: #333;
  }
  .co2_whbox {
    padding: 5vw;
    background: #fff;
    position: relative;
    top: -25vw;
  }
  .co2_whbox li {
    font-size: 3.733vw;
  }
  .co2_flexbox02 {
    margin-top: 10vw;
    padding: 0 4vw 6vw;
    display: flex;
    justify-content: space-between;
  }
  .co2_flexbox02_item01 {
    position: relative;
    top:-5vw;
    width: 35%;
  }
  .co2_flexbox02_item02 {
    width: 60%;
    margin-top: 25px;
  }
  .cf02_txt {
    font-size: 3.466vw;
  }
  .ds_t {
    font-size: 2.9333vw;
    margin-top: 1.5vw;
  }
  .cf02_txt02 {
    margin-top: 8vw;
    margin-left: -27vw;
    font-size: 3.466vw;
  }
  .cf02_txt03 {
    font-size: 2.933vw;
    margin-left: -27vw;
  }
  .co2_sbox {
    position: relative;
    top: -14vw;
  }
  .co2_flexbox03 {
    display: block;
    margin-top: 0;
  }
  .co2_flexbox03_item {
    width: 94%;
    margin: 4vw auto 0;
  }
  .cf03_txt {
    font-size: 4.266vw;
    padding: 1.4vw 1vw;
    border-radius: 30px;
    letter-spacing: -2px;
  }
  .cf03_txt02 {
    font-size: 3.2vw;
  }
  .cf03_txt03 {
    font-size: 3.733vw;
    margin-top: 1.5vw;
  }
  .cf03_txt04 {
    font-size: 2.933vw;
    margin-top: 3vw;
  }
}



/*cont03*/
.cont03 {
  padding: 0 0 0 0;
  background: #e8ded2;
}
.cont03_outer {
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 60px 0;
  position: relative;
  top: -220px;
  background: #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  z-index: 1;
}
.co03_txt {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 0;
}
.co03_box {
  margin: 50px auto 0;
  max-width: 800px;
}
.co03_box p {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: #1a366b;
  padding: 10px;
  border-radius: 30px;
}
.co03_box div {
  margin-top: 20px;
  text-align: center;
}
.acMenu {
  margin-top:40px;
}
.acMenu dt{
  cursor:pointer;
  background: #fff;
  border-radius: 5px;
  position: relative;
  display: block;
  border:1px solid #333;
  font-size: 16px;
  text-align: center;
}
.acMenu dt span{
  position: relative;
  display: block;
  padding: 1% 5%;
}

.acMenu dt::before, .acMenu dt::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #333;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.acMenu dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.acMenu dt.active::after {
  transform: rotate(0);
  transition: 0.5s;
  background: #fff;
}
.acMenu dt.active {
  background: #333;
  color: #fff;
}
.acMenu dt.active span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #333;

}
.acMenu dd{
  display:none;
  padding: 4% 0 0 0;
}
/*tab*/
.tab-container {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tab-container .tab{
  cursor: pointer;
  font-size: 16px;
  color: #333;
  padding-left: 25px;
  background: url("/lp/msim/img/icon_y.png") no-repeat scroll left center;
  width: 50%;
  margin-bottom: 12px;
  letter-spacing: -1px;

}

.tab:nth-child(1) {
  order: 1;
}
.tab:nth-child(2) {
  order: 3;
}
.tab:nth-child(3) {
  order: 5;
}
.tab:nth-child(4) {
  order: 7;
}
.tab:nth-child(5) {
  order: 9;
}
.tab:nth-child(6) {
  order: 2;
}
.tab:nth-child(7) {
  order: 4;
}
.tab:nth-child(8) {
  order: 6;
}
.tab:nth-child(9) {
  order: 8;
}
.tab:nth-child(10) {
  order: 10;
}

.tab-container .tab.t_on{
  color: #b40001;
  background: url("/lp/msim/img/icon_y_o.png") no-repeat scroll left center;
}
.tab-container .tab:hover {
  color: #b40001;
  text-decoration: underline;
}
.content {
  display: none;
}
.content.show {
  display: block;
}
.content .movie_box01{
  top:0;
  z-index: 1;
}
.tab_bg {
  background: url(/lp/msim/img/co01_bg01.png) repeat scroll 0 0;
  padding: 130px 25px 30px;
  position: relative;
  top: -100px;
  z-index: 0;
}
.tab_bg p {
  font-size: 28px;
  font-weight: 900;
  color: #79692d;
  text-align: center;
}

.cont03_inner{
  max-width: 980px;
  margin: 0 auto;
}
.ac_ttl {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  border-radius: 30px;
  background: #1a366b;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.ac_flexbox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.ac_flexitem {
  width: 47%;
}
.ac_note {
  margin-top: 10px;
}
.ac_note li{
  font-size: 13px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
}
.ac_txt {
  margin-top: 30px;
  font-size: 13px;
  padding-left:1em;
  text-indent:-1em;
}
.ac_rbox {
  margin-top:10px;
  font-size: 13px;
  padding: 14px 20px;
  border: 1px solid #b40001;
  color: #b40001;
}
.m_ttl {
  padding: 4px 15px 4px 4px;
  background: #1a366b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 30px;
}
.m_ttl.col_ch{
  background: #79692d;
  margin-top: 40px;
}
.m_ttltxt01 span {
  padding: 6px 35px;
  background: #fff;
  border-radius: 30px;
  color: #1a366b;
  font-weight: 900;
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.col_ch .m_ttltxt01 span {
  color: #79692d;
}
.m_ttltxt01 {
  vertical-align: middle;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}
.m_ttltxt02 {
  font-size: 16px;
  color: #fff;
}
.ac_flexbox02 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.ac_flex02item01 {
  width: 55%;
}
.ac_flex02item02 {
  width: 42%;
}
.ac_txt02 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #1a366b;
}
.ac_txt02.col_ch {
  color: #79692d;
}
.ac_txt03 {
  margin-top: 20px;
  font-size: 16px;
}
.ac_list li {
  font-size: 16px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
}
.gr_box01 {
  margin: 40px auto 0;
  max-width: 700px;
}
.gr_txt {
  text-align: center;
  font-size: 16px;
}
.gr_txt02 {
  text-align: center;
  font-size: 14px;
}
.gr_list {
}
.gr_list li {
  font-size: 14px;
  padding-left:1em;
  text-indent:-1em;
}



@media screen and (max-width: 768px) {
  .cont03_outer {
    max-width: 97%;
    margin: 0 auto;
    padding: 8vw 0;
    top: -26vw;
  }
  .co03_txt {
    font-size: 3.733vw;
    margin: 3vw 0 0;
  }
  .co03_box {
    margin: 5vw auto 0;
    max-width: 85%;
  }
  .co03_box p {
    font-size: 4vw;
    padding: 1.5vw;
  }
  .co03_box div {
    margin-top: 3vw;
  }

  .acMenu {
    margin-top:6vw;
  }
  .acMenu dt{
    font-size: 3.733vw;
    font-weight: 500;
  }

  .acMenu dt::before, .acMenu dt::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
  }
  .acMenu dt.active span::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #333;

  }
  .acMenu dd{
    display:none;
    padding: 4% 0 0 0;
  }
  /*tab*/
  .tab-container {
    display: block;
    margin-top: 3vw;
  }
  .tab-container .tab{
    font-size: 3.733vw;
    color: #333;
    padding-left: 4.4vw;
    background: url("/lp/msim/img/icon_y.png") no-repeat scroll left 2px;
    background-size: 3.733vw auto;
    width: 100%;
  }

  .tab-container .tab.t_on{
    background: url("/lp/msim/img/icon_y_o.png") no-repeat scroll left center;
    background-size: 3.733vw auto;
  }
  .content .movie_box01{
    top:0;
    z-index: 1;
  }
  .tab_bg {
    padding: 13vw 5vw 6vw;
    position: relative;
    top: -10vw;
    z-index: 0;
    margin: 0 -2%;
  }
  .tab_bg p {
    font-size: 4.6666vw;
  }

  .cont03_inner{
    max-width: 980px;
    margin: 0 auto;
  }
  .ac_ttl {
    font-size: 3.7333vw;
    padding: 1.2vw;
    margin-top: 6vw
  }
  .ac_flexbox {
    display: block;
    margin-top: 4vw;
  }
  .ac_flexitem {
    width: 100%;
    margin-top: 4vw;
  }
  .ac_note {
    margin-top: 1.5vw;
  }
  .ac_note li{
    font-size: 2.9333vw;
  }
  .ac_txt {
    margin-top: 4vw;
    font-size: 2.9333vw;
  }
  .ac_rbox {
    margin-top:1.5vw;
    font-size: 2.9333vw;
    padding: 2.5vw 4vw;
  }
  .m_ttl {
    padding: 1vw 2vw 1vw 1vw;
    background: #1a366b;
    display: block;
    width: 100%;
    border-radius: 12px;
  }
  .m_ttl.col_ch{
    background: #79692d;
    margin-top: 6vw;
  }
  .m_ttltxt01 span {
    padding: 0vw 3vw;
    border-radius: 30px;
    font-size: 3.733vw;
    margin-right: 3%;
    top: -1px;
  }
  .col_ch .m_ttltxt01 span {
    color: #79692d;
  }
  .m_ttltxt01 {
    vertical-align: middle;
    font-size: 4.2333vw;
    color: #fff;
    letter-spacing: -2px;
  }
  .m_ttltxt02 {
    font-size: 3.4666vw;
    text-align: right;
    letter-spacing: -2px;
  }
  .ac_flexbox02 {
    display: block;
    margin-top: 2.5vw;
  }
  .ac_flex02item01 {
    width: 100%;
    text-align: center;
  }
  .ac_flex02item02 {
    width: 100%;
  }
  .ac_txt02 {
    margin-top: 3vw;
    font-size: 4.2666vw;
    color: #1a366b;
  }
  .ac_txt02.col_ch {
    color: #79692d;
  }
  .ac_txt03 {
    margin-top: 3vw;
    font-size: 3.733vw;
  }
  .ac_list li {
    font-size: 3.733vw;
  }
  .gr_box01 {
    margin: 5vw auto 0;
    max-width: 100%;
  }
  .gr_txt {
    font-size: 3.733vw;
  }
  .gr_txt02 {
    font-size: 2.933vw;
  }
  .gr_list {
  }
  .gr_list li {
    font-size: 2.933vw;
  }


}


/*cont04*/
.cont04 {
  padding: 180px 0 100px;
  background: url("/lp/msim/img/cont04_bg.png") no-repeat scroll center top;
  background-size: cover;
  position: relative;
  z-index: 0;
  top: -300px;
}
.cont04 .p_ttl span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.co04_txt {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 0;
  padding-bottom: 10px;
}
.co04_txt02 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #1a366b;
  padding: 10px;
  border-radius: 30px;
  margin-top: 30px;
}
.co04_whbox {
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.co04_box01{
  margin: 30px auto 0;
  max-width: 730px;
}
.co04_txt03 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
.co04_txt04 {
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
}
.cont04 .acMenu dt {
  border:1px solid #1a366b;
  background: none;
}
.cont04 .acMenu dt.active{
  border:1px solid #333;
  background: #333;
}
.co04_txt05 {
  text-align: center;
  font-size: 18px;
}
.co04_flexbox {
  display: flex;
  justify-content: space-between;
}
.co04_flexboxitem {
  text-align: center;
  margin-top: 20px;
  width: 48.56%;
}
.co04_txt06 {
  font-size: 13px;
  padding-left:1em;
  text-indent:-1em;
  margin-top: 10px;
}
.co04_txt07 {
  font-size: 13px;
  margin-top: 30px;
}
.co04_txt08 {
  margin:10px 0;
  padding: 15px 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 13px;
}
.co04_txt08 span{
  color: #b40001;
}
.co04_txt08 sup {
  font-size: 10px;
  vertical-align: sub;
}
.co04_list li {
  font-size: 13px;
  padding-left:1em;
  text-indent:-1em;
}

@media screen and (max-width: 768px) {
  .cont04 {
    padding: 23vw 0 14vw;
    background: url("/lp/msim/img/cont04_bg_sp.png") no-repeat scroll center top;
    background-size: cover;
    top: -38vw;
  }
  .cont04 .p_ttl span {
    font-size: 2.9333vw;
  }
  .co04_txt {
    text-align: center;
    font-size: 3.733vw;
    margin: 4vw 0 0;
    padding-bottom: 1.5vw;
  }
  .co04_txt02 {
    font-size: 3.733vw;
    padding: 1.2vw;
    margin-top: 4vw;
  }
  .co04_whbox {
    margin-top: 3vw;
    padding: 3vw;
  }
  .co04_box01{
    margin: 4vw auto 0;
    max-width: 100%;
  }
  .co04_txt03 {
    font-size: 3.733vw;
    margin-bottom: 2vw;
  }
  .co04_txt04 {
    font-size: 2.933vw;
    margin-top: 1.5vw;
  }
  .cont04 .acMenu dt {
    border:1px solid #1a366b;
    background: none;
  }
  .cont04 .acMenu dt.active{
    border:1px solid #333;
    background: #333;
  }
  .co04_txt05 {
    font-size: 3.733vw;
  }
  .co04_flexbox {
    display: block;
  }
  .co04_flexboxitem {
    text-align: center;
    margin-top: 3vw;
    width: 100%;
  }
  .co04_txt06 {
    font-size: 2.933vw;
    margin-top: 1.5vw;
  }
  .co04_txt07 {
    font-size: 2.933vw;
    margin-top: 4vw;
  }
  .co04_txt08 {
    margin:1.5vw 0;
    padding: 1.5vw 2.5vw;
    font-size: 2.933vw;
  }
  .co04_txt08 sup {
    font-size: 2.5vw;
  }
  .co04_list li {
    font-size: 2.933vw;
  }
}


/*cont05*/
.cont05 {
  background: url("/lp/msim/img/cont05_bg.png") no-repeat scroll center top;
  background-size: cover;
  padding: 80px 0 90px;
  position: relative;
  top: -300px;
}
.co05_flexbox {
  display: flex;
  justify-content: space-between;
}
.co05_flexboxitem {
  width: 48%;
}
.co05_ttl {
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
}
.co05_txt {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -1.5px;
}
.co05_btn01 {
  display: block;
  margin-top: 15px;
  line-height: 130%;
  background: #1a366b;
  border-bottom: 4px solid #112244;
  border-radius: 5px;
  padding: 15px 10px 12px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.co05_btn01.co05mt {
  margin-top: 35px;
}
.co05_btn01 span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.co05_btn02 {
  display: block;
  margin-top: 20px;
  line-height: 130%;
  background: #79692d;
  border-bottom: 4px solid #4f431d;
  border-radius: 5px;
  padding: 15px 10px 12px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.co05_btn02 span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.arrow{
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .cont05 {
    background: url("/lp/msim/img/cont05_bg_sp.png") no-repeat scroll center top;
    background-size: cover;
    padding: 12vw 0 12vw;
    top: -38vw;
  }
  .co05_flexbox {
    display: block;
  }
  .co05_flexboxitem {
    width: 92%;
    margin: 0 auto;
  }
  .co05_flexboxitem:last-child {
    margin: 6vw auto 0;
  }
  .co05_ttl {
    padding: 1.5vw 0 0 0;
    font-size: 4.8vw;
  }
  .co05_txt {
    font-size: 2.933vw;
    text-align: left;
  }
  .co05_btn01 {
    margin-top: 3vw;
    padding: 2vw 2vw 1.8vw;
    font-size: 3.733vw;
  }
  .co05_btn01.co05mt {
    margin-top: 2vw;
  }
  .co05_btn01 span {
    font-size: 2.933vw;
  }
  .co05_btn02 {
    margin-top: 3vw;
    padding: 2vw 2vw 1.8vw;
    font-size: 3.733vw;
  }
  .co05_btn02 span {
    font-size: 2.933vw;
  }
  .arrow::before {
    right: 2vw;
    width: 6px;
    height: 6px;
  }
}


/*cont06*/
.cont06 {
  padding-bottom: 70px;
  position: relative;
  top:-220px;
}
.co06_ttl {
  font-size: 15px;
  font-weight: 500;
}
.co06_txt {
  font-size: 13px;
  margin-bottom: 30px;
}
.co06_txt a{
  font-size: 13px;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.co06_list {
  margin-bottom: 30px;
}
.co06_list li {
  font-size: 13px;
  padding-left:1em;
  text-indent:-1em;
}

@media screen and (max-width: 768px) {
  .cont06 {
    padding-bottom: 12vw;
    position: relative;
    top:-27vw;
  }
  .co06_ttl {
    font-size: 3.2vw;
  }
  .co06_txt {
    font-size: 2.933vw;
    margin-bottom: 5vw;
  }
  .co06_txt a{
    font-size: 2.933vw;
  }
  .co06_list {
    margin-bottom: 5vw;
  }
  .co06_list li {
    font-size: 2.933vw;
  }
}

.n-margin {
  margin-bottom: -200px;
}

@media screen and (max-width: 768px) {
  .n-margin {
    margin-bottom: -20vw;
  }
  .str-footer {
    padding-bottom: 13vw;
  }
  .n-marginl {
    margin-left: -7%;
  }
}


/*fix_btnbox*/
.fix_btnbox {
  position: fixed;
  right: 0;
  bottom: calc(50% - 175px);
  z-index: 2001;
}
.fix_btnbox a {
  height: 170px;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
}
.f01 {
  background: #1a366b;
  margin-bottom: 10px;
}
.f02 {
  background: #79692d;
}

@media screen and (max-width: 768px) {
  .fix_btnbox {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 58px;
    padding: 1% 5%;
    background: #fff;
  }
  .fix_btnbox a {
    height: auto;
    width: 48%;
    padding: 11px;
    -ms-writing-mode: horizontal-tb;
    writing-mode:horizontal-tb;
    border-radius: 3px;
    font-size: 14px;
  }
  .f01 {
    margin-bottom: 0;
  }
}

/*animestion*/
.fig_wid01 {
  max-width: 672px;
  margin: 0 auto 20px;
}
.gr_box01_b {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(428 / 672 * 100%);
  background: url("/lp/msim/img/fig01_01.png") no-repeat scroll 0 0;
  background-size: 100%;
  margin: 0 auto;
}
.scrolled .gr_box01_b:before {
  animation: bg 4s;
  background: url(/lp/msim/img/fig01_02.png) no-repeat scroll 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: calc(428 / 672 * 100%);
  background-size: cover;
  transform-origin: left center;
}
.scrolled .gr_box01_item{
  animation: bg2 2s;
  animation-delay:2s;
  animation-iteration-count: 1; animation-fill-mode: forwards;
  background: url(/lp/msim/img/fig01_03.png) no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 63.75%;
  background-size: 100%;
  opacity: 0;
}
.fig_wid02 {
  max-width: 672px;
  margin: 0 auto 20px;
}
.gr_box02 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(402 / 672 * 100%);
  background: url("/lp/msim/img/fig02_01.png") no-repeat scroll 0 0;
  background-size: 100%;
  margin: 0 auto;
}
.scrolled .gr_box02:before {
  animation: bg 4s;
  background: url(/lp/msim/img/fig02_02.png) no-repeat scroll 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: calc(402 / 672 * 100%);
  background-size: cover;
  transform-origin: left center;
}
.scrolled .gr_box02_item{
  animation: bg2 2s;
  animation-delay:2s;
  animation-iteration-count: 1; animation-fill-mode: forwards;
  background: url(/lp/msim/img/fig02_03.png) no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 59.75%;
  background-size: 100%;
  opacity: 0;
}

.fig_wid03 {
  max-width: 688px;
  margin: 0 auto;
}
.gr_box03 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(349 / 688 * 100%);
  background: url("/lp/msim/img/fig03_01.png") no-repeat scroll 0 0;
  background-size: 100%;
  margin: 0 auto;
}
.scrolled .gr_box03:before {
  animation: bg 4s;
  background: url(/lp/msim/img/fig03_02.png) no-repeat scroll 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: calc(349 / 688 * 100%);
  background-size: cover;
  transform-origin: left center;
}
.scrolled .gr_box03_item{
  animation: bg2 2s;
  animation-delay:2s;
  animation-iteration-count: 1; animation-fill-mode: forwards;
  background: url(/lp/msim/img/fig03_03.png) no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 50.75%;
  background-size: 100%;
  opacity: 0;
}
@keyframes bg {
  0%{
    max-width: 0px;
  }
  100%{
    max-width: 1016px;
  }
}
@keyframes bg2 {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .str-pagetop {
    bottom: 58px;
  }
}

@media only screen and (any-hover: none) and (orientation: landscape) and (min-width: 768px) and (max-width: 1000px) {
  .str-pagetop__btn {
      right: 50px;
  }
}