@charset "UTF-8";
/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
font setting
------------------------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  background: #fff;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  text-align: left;
}

body > iframe,
body > script {
  display: none;
  visibility: none;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

h1, h2, h3, h4, h5, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a,
button {
  color: #333;
  text-decoration: underline;
  transition: opacity 0.4s ease;
}

a:hover,
button:hover {
  opacity: 0.7;
}

b, strong, .bold {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.title-sec {
  background: linear-gradient(#f6f6f6, #e9eaeb);
}

.title-block {
  width: 1000px;
  margin: 0 auto;
}

.main-title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
  padding: 40px 0 0 0;
}

.main-title span {
  font-size: 26px;
  color: #666666;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.section-wrap.bg-navy {
  background-color: #192c45;
  color: #fff;
}

.section-wrap.bg-gray {
  background-color: #e6ebef;
}

.sec-title {
  background: linear-gradient(to bottom, #12426d 10px, #192c45 25%, #192c45);
  color: #fff;
  margin: 0;
}

.sec-title > div {
  position: relative;
  width: 860px;
  margin: 0 auto;
  padding: 45px 10px;
}

.sec-title h2 {
  font-size: 26px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  margin-left: 220px;
}

.sec-title .sec-title-pc {
  position: absolute;
  top: -20px;
  left: 0;
}

.interview-list {
  width: 1140px;
  margin: 0 auto;
  padding: 80px 10px;
  display: flex;
  justify-content: space-between;
}

.interview-list > div {
  width: 50%;
  box-sizing: border-box;
}

.interview-list.r-img {
  flex-flow: row-reverse;
}

.interview-list-text-box {
  padding: 45px 7.14% 0 7.14%;
}

.interview-list-text-box .interview-list-ttl {
  font-size: 24px;
  letter-spacing: 0.36em;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.interview-list-text-box .interview-list-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background-color: #5ba2d4;
}

.interview-btn {
  text-align: center;
  margin-top: 55px;
}

.interview-link-btn {
  text-align: center;
  background-color: #5ba2d4;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  width: 320px;
  box-sizing: border-box;
  padding: 16px 10px;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0.4em;
  position: relative;
  background-image: url("../img/icon_mark.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 47px;
}

.interview-link-btn.gray {
  background-color: #999999;
}

.interview-link-btn.yellow {
  background-color: #ff9000;
}

.interview-link-btn.long {
  width: 390px;
  letter-spacing: 0em;
  font-size: 16px;
}

.interview-none-btn {
  background-color: #a2a9ae;
  color: #fff;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  padding: 14px 10px;
  line-height: 1.5;
  font-size: 20px;
}

.sec-cnt {
  width: 970px;
  margin: 0 auto;
  padding: 60px 0 70px 0;
}

.store-btn {
  margin-top: 20px;
}

.series-block {
  width: 810px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.series-ttl {
  vertical-align: bottom;
  line-height: 1.2;
  padding-bottom: 10px;
  position: relative;
  width: 320px;
  margin-top: 20px;
}

.series-ttl .big {
  font-size: 82px;
}

.series-ttl .small {
  font-size: 38px;
  padding-left: 5px;
}

.series-ttl .border {
  display: inline-block;
  font-size: 18px;
  padding: 3px 10px;
  border: 1px solid #5d6b7e;
  box-sizing: border-box;
  position: absolute;
  bottom: 25px;
  right: 0;
}

.sec-cnt-box {
  background-color: #0c1c36;
  padding: 50px 84px 65px;
  margin-top: 45px;
}

.sec-cnt-box .ttl {
  font-size: 26px;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  background-image: url("../img/border.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.sec-cnt-box .ttl span {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  display: inline-block;
  margin: 0 4px;
}

.sec-cnt-box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.sec-cnt-box02 div p {
  margin-left: 30px;
  font-size: 16px;
}

.sec-cnt-box02 div p span {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.sec-cnt-box03 {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}

.sec-cnt-box03 .box03-text-box {
  width: 530px;
}

.sec-cnt-box03 .box03-text-box .box03-ttl {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.sec-cnt-box03 .box03-text-box .box03-text {
  font-size: 16px;
  line-height: 2;
}

.sec-cnt-box03 .box03-text-box .box03-text-note {
  font-size: 14px;
  margin-top: 10px;
}

.sec-cnt-box03 .img1 {
  margin-top: 45px;
}

.sec-cnt-btn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.modern-block {
  width: 950px;
  margin: 0 auto -60px;
  padding: 60px 0 80px 0;
}

.modern-ttl {
  font-size: 30px;
  color: #004da0;
  text-align: center;
  margin-bottom: 30px;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.modern-ttl span {
  display: inline-block;
  font-size: 18px;
  padding: 4px 25px;
  line-height: 1.2;
  border: 1px solid #333;
  border-radius: 5px;
  margin-left: 15px;
  background-color: #fff;
  vertical-align: middle;
  margin-top: -5px;
}

.modern-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.modern-list > li {
  width: 161px;
  text-align: center;
}

.modern-list .modern-list-ttl {
  font-size: 18px;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}

.modern-list .modern-list-text {
  font-size: 14px;
  margin-top: 6px;
}

.icon_store {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  body {
    width: auto;
    font-size: 1.6rem;
  }
  .pc-img {
    display: none;
  }
  .pc-br {
    display: none;
  }
  .title-block {
    width: auto;
  }
  .main-title {
    padding: 15px 0 0 0;
    margin-bottom: 10px;
  }
  .main-title span {
    font-size: 18px;
  }
  .sec-title {
    background: linear-gradient(to bottom, #12426d 8px, #192c45 45%, #192c45);
  }
  .sec-title > div {
    width: auto;
    padding: 10px 10px;
  }
  .sec-title h2 {
    font-size: 16px;
    margin-left: 35%;
    line-height: 1.5;
  }
  .sec-title .sec-title-pc {
    width: 28%;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .interview-list {
    width: auto;
    display: block;
    padding: 40px 10px;
  }
  .interview-list > div {
    width: auto;
  }
  .interview-list-text-box {
    padding: 15px 10px 0 10px;
  }
  .interview-list-text-box .interview-list-ttl {
    font-size: 18px;
    padding-left: 48px;
    margin-bottom: 5px;
  }
  .interview-list-text-box .interview-list-text {
    font-size: 14px;
  }
  .interview-btn {
    margin-top: 25px;
  }
  .interview-link-btn {
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
    max-width: 310px;
    background-size: 32px;
    background-position: right 6px center;
  }
  .interview-link-btn.long {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
  }
  .interview-none-btn {
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
    max-width: 310px;
    background-position: right 6px center;
  }
  .sec-cnt {
    width: auto;
    padding: 30px 10px 60px 10px;
  }
  .store-btn {
    text-align: center;
  }
  .series-block {
    width: auto;
    display: block;
  }
  .series-block .pc_img {
    max-width: 200px;
    margin: 0 auto;
  }
  .series-ttl {
    width: auto;
    max-width: 310px;
    text-align: center;
    margin: 5px auto 0;
  }
  .series-ttl .big {
    font-size: 40px;
  }
  .series-ttl .border {
    position: static;
    margin-left: 8px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .sec-cnt-box {
    padding: 25px 10px 35px;
    margin-top: 25px;
  }
  .sec-cnt-box .ttl {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .sec-cnt-box .ttl span {
    font-size: 14px;
  }
  .sec-cnt-box02 {
    display: block;
  }
  .sec-cnt-box02 div p {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
  }
  .sec-cnt-box02 div p span {
    font-size: 16px;
  }
  .sec-cnt-box02 .battery_img {
    max-width: 200px;
    margin: 0 auto 15px;
  }
  .sec-cnt-box03 {
    display: block;
    margin-top: 25px;
  }
  .sec-cnt-box03 .box03-text-box {
    width: auto;
  }
  .sec-cnt-box03 .box03-text-box .box03-ttl {
    font-size: 14px;
  }
  .sec-cnt-box03 .box03-text-box .box03-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .sec-cnt-box03 .box03-text-box .box03-text-note {
    font-size: 13px;
  }
  .sec-cnt-box03 .img1 {
    margin: 20px auto 0;
    max-width: 250px;
  }
  .sec-cnt-btn-box {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .modern-block {
    width: auto;
    padding: 30px 10px 40px 10px;
  }
  .modern-ttl {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .modern-ttl span {
    margin-left: 0;
    font-size: 14px;
    margin-top: 0;
  }
  .modern-list {
    display: block;
    max-width: 300px;
    margin: 25px auto 0;
  }
  .modern-list > li {
    width: auto;
    margin-top: 15px;
  }
  .modern-list .modern-list-ttl {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .icon_store {
    width: 25px;
  }
}

@media print {
  body {
    min-width: 1000px;
  }
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
