@charset "utf-8";
/*---------------------------------------------
	mottel.css
  ---------------------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow-x: hidden;
}
#main_box_mottel {
  background: url(https://www.mot-net.com/wp-content/uploads/2021/08/mottel_new_top3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 50px 0;
  margin-top: 0px;
}
@media (min-width: 768px) {
  #main_box_mottel {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width:768px) {
  #main_box_mottel {
    padding: 20px 0;
    margin-top: 0px;
  }
}
#main_box_mottel2 {
  background: url(https://www.mot-net.com/wp-content/uploads/2022/04/2028b66e23fc2ceb12445ee7d576587b.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 50px 0;
  margin-top: 0px;
}
@media (min-width: 768px) {
  #main_box_mottel2 {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width:768px) {
  #main_box_mottel2 {
    padding: 20px 0;
    margin-top: -50px;
  }
}
.red {
  color: #ff0000;
}
#main_mottel {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  padding: 40px 0;
}
#main_mottel .catch_area {
  transform: translateY(-30px);
}
@media screen and (min-width: 768px) {
  #main_mottel .catch_area {
    transform: translateY(-50px);
  }
}
#main_mottel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: -1em;
  width: 100%;
}
#main_mottel ul li {
  width: 50%;
  letter-spacing: 1px;
}
#main_mottel ul li img {
  padding-left: 40px;
}
@media screen and (max-width:980px) {
  #main_mottel ul li {
    width: 100%;
    letter-spacing: 1px;
  }
  #main_mottel ul li:nth-child(2) {
    margin-bottom: 20px;
    padding: 10px;
    background: #ffffffb0;
  }
  #main_mottel ul li img {
    padding-left: 0px;
  }
}
@media screen and (max-width: 980px) {
  .change_image2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .change_image2 li:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .change_image2 li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.pcnone2 {
  display: none;
}
@media screen and (max-width:768px) {
  .spnone2 {
    display: none;
  }
  .pcnone2 {
    display: contents;
  }
}
@media screen and (max-width: 1200px) {
  #main_mottel {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*  background-color: rgba(255,255,255,0.85); */
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #main_mottel {
    float: none;
    width: 90%;
    margin: 20px auto 0;
    padding: 50px 0px 20px;
    background-color: hsla(0, 0%, 100%, .85);
  }
}
#main_mottel h2 {
  font-size: 45px;
  font-weight: 900;
  color: #0057b8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 160%;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  #main_mottel h2 {
    font-size: 30px;
    font-weight: 900;
    color: #0057b8;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
}
#main_mottel h3 {
  font-size: 18px;
  font-weight: 700;
  color: #424242;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /*letter-spacing: 0.2em;*/
}
#main_mottel h3.campaign_txt {
  color: #0057B8;
}
#main_mottel h3.campaign_txt a {
  color: #0057B8;
  text-decoration: underline;
}
#main_mottel h3.campaign_txt a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.font_chage {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.achievement_motpbx {
  width: 100%;
}
.achievement_motpbx li {
  width: 45%;
  display: inline-block;
  margin: 10px 2%;
  background: #0057b8;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 25px;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .achievement_motpbx {
    margin-top: 20px;
  }
  .achievement_motpbx li {
    width: 90%;
    display: block;
    margin: 10px auto;
    background: #0057b8;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 25px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
  }
}
.achievement_motpbx li img {
  width: auto !important;
  height: auto;
  display: inline !important;
}
.mottel_new_merit {
  width: 100%;
  margin: 0;
  letter-spacing: -1em;
}
.mottel_new_merit dt {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.mottel_new_merit dd {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.mottel_new_merit dd h4 {
  font-size: 30px;
  font-weight: 900;
  color: #424242;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.mottel_new_merit dd h3.m_title01 {
  font-size: 30px;
  font-weight: 900;
  color: #003da3;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.mottel_new_merit dd h4 span {
  color: #00c4cc;
  font-size: 100px;
  font-weight: 700;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .mottel_new_merit dd h4 {
    font-size: 22px;
    font-weight: 900;
    color: #424242;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .mottel_new_merit dd h4 span {
    color: #00c4cc;
    font-size: 50px;
    font-weight: 700;
    padding-right: 20px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .mottel_new_merit dd h3.m_title01 {
    font-size: 24px;
    font-weight: 900;
    color: #003da3;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
  .mottel_new_merit dt {
    width: 100%;
    float: none;
    display: block;
  }
  .mottel_new_merit dd {
    width: 100%;
    float: none;
    display: block;
    margin-top: 30px;
  }
}
.mottel_new_merit dd span.kari_strong {
  font-weight: 700;
  color: #0099FF;
}
.change_image dt {
  padding: 0 20px;
}
.change_image dt img {
  border-radius: 10px;
}
.change_image dd {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .change_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .change_image dt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .change_image dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.soho_oote {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.soho_oote li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
}
.soho_oote li h4 {
  font-size: 30px;
  font-weight: 900;
  color: #424242;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.soho_oote li p span {
  color: #00c4cc;
  font-size: 50px;
  font-weight: 700;
  padding-right: 20px;
}
.link_mottel_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_mottel_w a {
  background: #fff;
  border-radius: 50px;
  color: #0057b8;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 30px;
  border: 2px solid #0057b8;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .link_mottel_w a {
    margin: 30px 0 0 !important;
    ;
  }
}
.link_mottel_w a.link:hover {
  background: #0057b8;
  color: #fff;
}
.link_motpbx_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_motpbx_b a {
  background: #0057b8;
  border-radius: 50px;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 30px;
  border: 2px solid #0057b8;
  text-decoration: none;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .link_motpbx_b a {
    margin: 30px auto 0 !important;
    font-size: 16px;
    line-height: 150%;
    width: 90%;
    font-weight: normal;
    text-align: center;
  }
}
.link_motpbx_b a.link:hover {
  background: #fff;
  color: #0057b8;
  border: #0057b8 2px solid;
}
@media screen and (max-width:980px) {
  .sp_mar_t20 {
    margin-top: 20px !important;
  }
}
#mottel_new_fv {
  width: 100%;
}
@media screen and (max-width:980px) {
  #mottel_new_fv {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
#mottel_new_fv .copy {
  text-align: center;
}
#mottel_new_fv .copy span {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 10px;
  color: #0057b8;
  font-weight: 700;
  line-height: 1.4;
  border: solid 2px #0057b8;
  border-radius: 35px;
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #mottel_new_fv .copy span {
    padding: 7px 50px;
  }
}
#mottel_new_fv .copy span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1d66cb;
}
#mottel_new_fv .copy span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
}
#mottel_new_fv .copy span strong {
  font-weight: 900;
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  #mottel_new_fv .copy {
    margin-top: 0px;
  }
  #mottel_new_fv .copy span {
    line-height: 1.5;
    padding: 12px 50px;
    border: solid 2px #0057b8;
    background: #fff;
    z-index: 1;
  }
  #mottel_new_fv .copy span:before {
    margin-left: -21px;
    border: 21px solid transparent;
    border-top: 21px solid #0057b8;
  }
  #mottel_new_fv .copy span:after {
    margin-left: -18px;
    border: 18px solid transparent;
    border-top: 18px solid #fff;
  }
}
.mottel_inner_new {
  /* max-width:1140px;*/
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .mottel_inner_new {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .sp_pad20 {
    padding: 20px 0 !important;
  }
  .sp_mar0 {
    margin: 0 !important;
  }
  .case2020 {
    padding: 20px 0 !important;
  }
  .case2020 h4 {
    font-size: 18px;
    padding-top: 0 !important;
  }
  .sp_pad_t0 {
    padding-top: 0 !important;
  }
  .sp_pad_t30 {
    padding-top: 30 !important;
  }
}
/*tab-1*/
.sp_change {}
.tab-1-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  max-width: 100%;
  width: 100%;
}
.tab-1-tab::after {
  content: none;
}
.tab-1-tab li {
  background: #bfbfbf;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /*width: 238px;*/
  width: 12.5%;
  padding: 31px 0;
  transition: all .2s ease-out;
  /*border-right:1px solid #fff;*/
}
@media screen and (max-width:768px) {
  .tab-1-tab li {
    font-size: 14px;
  }
}
.tab-1-tab li:last-child {
  border-right: 0px solid #fff;
}
.tab-1-tab li:hover {
  background: #004ea2;
}
.tab-1-tab .active {
  background: #004ea2;
}
.tab-1-wrapper {
  background: #f5f5f5;
  padding: 30px;
}
.tab-1-box {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-1-box.active {
  display: flex;
}
.tab-1-inner {
  width: 440px;
}
.tab-1-icon {
  border-radius: 18.5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 37px;
  margin: 0 20px 20px 0;
  padding: 0 30px 0 55px;
  position: relative;
}
.tab-1-icon::before {
  border-right: 1px dotted #fff;
  content: "";
  display: block;
  width: 0;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43px;
}
.tab-1-title {
  color: #004ea2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.tab-1-text {
  font-size: 15px;
  margin-bottom: 20px;
}
.tab-1-text::last-child {
  margin-bottom: 0;
}
.tab-1-img {
  text-align: center;
  width: 410px;
}
.table-1, .table-2, .table-3 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.sec--05 .tab-1-tab {
  width: 90%;
  margin: 20px auto 0;
}
.sec--05 .tab-1-tab li {
  font-size: 18px;
  padding: 12px 0;
  width: calc(100% / 3);
  background-color: #a8b5be;
  color: #fcfcfc;
  border-left: 1px solid #fff;
}
.sec--05 .tab-1-tab li.active {
  background-color: #26455c;
  color: #fff;
}
.sec--05 .tab-1-tab li:hover {
  background-color: #26455c;
  color: #fff;
}
.sec--05 .tab-1-wrapper {
  padding: 30px 30px;
}
.sec--05 .tab-1-inner {
  width: 100%;
}
.sec--05 ol {
  list-style: none;
  display: flex;
  height: 400px;
  overflow: hidden;
}
.sec--05 ol:after {
  content: none;
}
.sec--05 ol li {
  position: relative;
  width: calc(100% / 3);
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .sec--05 ol li {
    width: 100%;
  }
}
.sec--05 ol li img {
  width: 70%;
}
.sec--05 ol li:nth-child(2):before, .sec--05 ol li:nth-child(3):before {
  content: "";
  position: absolute;
  left: -5px;
  top: 250px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #a8b5be;
}
.sec--05 ol li p:nth-child(1) {
  display: inline-block;
  font-size: 24px;
  background-color: #26455c;
  color: #fff;
  padding: 1px 16px;
  border-radius: 50%;
}
.sec--05 ol li p:nth-child(2) {
  font-size: 16px;
  color: #26455c;
  font-weight: bold;
}
.sec--05 ol li p:nth-child(2) span {
  font-size: 12px;
  font-weight: bold;
  color: #26455c;
}
.tab-1-inner ol > li:before {
  content: none;
  counter-increment: none;
}
/*.industries*/
.industries_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: -1em;
  margin-bottom: 50px;
  width: 100%;
}
.industries_list:last-child {
  margin-bottom: 0px;
}
.industries_list li:nth-child(odd) {
  width: 40%;
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  letter-spacing: .02em;
}
.industries_list li:nth-child(even) {
  width: 60%;
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  letter-spacing: .02em;
}
@media screen and (max-width:768px) {
  .industries_list li:nth-child(odd) {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 10px 20px;
    letter-spacing: .02em;
  }
  .industries_list li:nth-child(even) {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 10px 20px;
    letter-spacing: .02em;
  }
}
.industries_list img {
  width: 100%;
}
.industries_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.industries_link a {
  background: #0057b8;
  border-radius: 50px;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 30px;
  border-bottom: 2px solid #0057b8;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .industries_link a {
    margin: 30px 0 0 !important;
    ;
  }
}
.industries_link a.link:hover {
  background: #fff;
  color: #0057b8;
  border: #0057b8 1px solid;
}
.industries_block2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: -1em;
}
.industries_block2 li {
  width: 45%;
  letter-spacing: 1px;
  margin-top: 60px;
}
@media screen and (max-width:768px) {
  .industries_block2 li {
    width: 100%;
    letter-spacing: 1px;
    margin-top: 60px;
  }
}
.industries_block2 li ul.industries_list li {
  width: 100%;
  letter-spacing: 1px;
  margin: 0;
  padding-top: 0
}
.industries_top_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -1em;
}
.industries_top_list li {
  width: 19%;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #0057b8;
  color: #0057b8;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  margin-left: 1%;
}
@media screen and (max-width:768px) {
  .industries_top_list li {
    width: 49%;
  }
}
.industries_top_list li a {
  color: #0057b8;
  text-decoration: none;
  display: block;
  padding: 3px 15px;
}
.industries_top_list li:hover {
  color: #fff !important;
  background: #0057b8;
  text-decoration: none;
  display: block;
}
.industries_top_list li a:hover {
  color: #fff;
}
.mottel_top_movie {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.mottel_top_movie li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}
@media screen and (max-width:768px) {
  .mottel_top_movie li {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0px;
  }
}
ul.zirei_list {
  background: #fcfcfc;
  padding: 10px;
  display: inline-block;
}
ul.zirei_list li {
  float: left;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 5px;
}