@charset "UTF-8";

/* line 5, ../sass/style.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html,
body {
  /* text-align: center; */
  min-width: 320px;
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, メイリオ, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

h1 {
  margin: 0 auto;
  max-width: 1200px;
}

h1 img:first-child {
  width: 24.66%;
}

h1 img:last-child {
  width: 26.88%;
  margin-left: 5%;
}

h1, h2, h3 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

table {
  border-collapse: collapse
}

/* Layout
   ----------------------------------------------------------------- */
.inner {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 320px;
  padding: 0 32px;
}

.inner-long {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 320px;
  position: relative;
}

.sp_hide {
  display: block;
}
.sp_show {
  display: none;
}

/* Utility
   ----------------------------------------------------------------- */
.font-heading-catch {
  font-size: calc(70 / 1920 * 100vw);
  font-weight: bold;
  line-height: 1.2;
}

.font-heading {
  font-size: calc(42 / 1920 * 100vw);
  font-weight: bold;
}

.font-l {
  font-size: calc(34 / 1920 * 100vw);
  font-weight: bold;
}

.font-m {
  font-size: calc(30 / 1920 * 100vw);
}

.font-s {
  font-size: calc(26 / 1920 * 100vw);
}

.font-notes {
  font-size: 14px;
  font-weight: normal;
}

.green {
  background: #39B54A !important;
  color: #fff;
}

.blue {
  background: #036BE1 !important;
  color: #fff;
}

.gray {
  background: #666666 !important;
  color: #fff;
}

.gray-primary {
  background: #333333 !important;
  color: #fff;
}

.block {
  display: block;
}

.text-red {
  color: #E10414;
}

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

.notes-text {
  font-size: 12px;
}

.flex_between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* btn
   ----------------------------------------------------------------- */
.btn {
  border-radius: 12px;
  box-shadow: 1px 2px 3px #ddd;
  color: #fff;
  display: block;
  font-size: calc(38 / 1920 * 100vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 16px;
  position: relative;
  text-align: center;
  word-break: break-word;
  max-width: 82%;
  margin: 32px auto;
}

.btn_green {
  background: #009F1F;
}

.btn_green::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  content: "";
  height: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 16px;
  width: 8px;
}

/* section
   ----------------------------------------------------------------- */

/* section1 */
.sec_item-top {
  background-image: url(../images/backgrond-top.webp);
  background-size: cover;
  height: 490px;
  padding: 80px 12px 30px;
}

.sec_item-top .img-pc {
  max-width: 648px;
  position: absolute;
  right: 0;
  top: 58px;
  width: 42%;
}

.sec_item-top h1,
.sec_item-top .item-area {
  width: 94%;
  margin: 0;
}

.sec_item-top .item-period {
  border-top: 1px solid #1A1A1A;
  font-weight: bold;
  padding-top: 8px;
}

.sec_item-top .item-area {
  margin-top: 44px;
}

/* section2 */
.sec_item-windows {
  padding: 36px 0;
  text-align: center;
}

.sec_item-windows img {
  margin: 36px 0;
}

.sec_item-windows .icon-os {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
}

.sec_item-windows .icon-os li {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 12px;
  padding: 8px 0;
  text-align: center;
  width: 214px;
}

/* section3 */
.sec_item-overview {
  background: #ccc;
  padding: 48px 0;
}

.sec_item-overview .inner {
  background: #fff;
  padding: 40px 64px;
}


.sec_item-overview dl {
  align-items: center;
  border-top: 1px solid #999;
  display: flex;
}

.sec_item-overview-list_top {
  margin: 40px 0 8px;
}

.sec_item-overview-list_bottom {
  border-bottom: 1px solid #999;
}


.sec_item-overview dl dt,
.sec_item-overview dl dd {
  padding: 20px;
}

.sec_item-overview dl dt {
  font-weight: normal;
  text-align: left;
  width: 230px;
}

.sec_item-overview dl dd {
  font-weight: bold;
  font-size: 17px;
  width: calc(100% - 230px);
}

.sec_item-overview ul {
  margin-left: 2em;
  font-size: 12px;
}

.sec_item-overview p {
  margin-top: 24px;
  font-weight: bold;
}

/* footer */
footer {
  background: #333;
  color: #fff;
  font-size: 14px;
  padding: 24px 0;
  text-align: center;
}

footer .inner {
  display: flex;
  max-width: 1000px;
}

footer ul {
  display: flex;
  list-style: none;
}

footer ul li {
  margin-left: 30px;
}

footer .copyright {
  margin-left: auto;
}

footer a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

/* TABLET以下
   ----------------------------------------------------------------- */
/* @media screen and (max-width: 767px) {
  .font-heading-catch {
    font-size: 44px;
  }

  .font-heading {
    font-size: 20px;
  }

  .font-l {
    font-size: 20px;
  }

  .font-m {
    font-size: 18px;
  }

  .font-s {
    font-size: 16px;
  }

  .font-txt {
    font-size: 16px;
  }

  .font-notes {
    font-size: 12px;
  }

  .inner {
    padding: 20px 0 !important;
    width: calc(100% - 24px);
  }

  .flex_between {
    display: block;
  }

  .btn {
    font-size: 16px;
    padding: 12px 24px;
    width: calc(100% - 48px) !important;
  } */

/* SP以下
   ----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }

  .font-heading-catch {
    font-size: calc(63 / 750 * 100vw);
    font-weight: bold;
    margin-top: 24px;
    line-height: 1;
  }
  
  .font-heading {
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  
  .font-l {
    font-size: calc(37 / 750 * 100vw);
    font-weight: bold;
  }
  
  .font-m {
    font-size: calc(26 / 750 * 100vw);
  }
  
  .btn {
    font-size: calc(28 / 750 * 100vw);
  }

  /* section */
  .sec_item-top {
    height: auto;
    padding: 12px;
  }
  .sec_item-top .img-pc {
    width: 130px;
  }
  
  .sec_item-top h1,
  .sec_item-top .item-area {
    width: 100%;
  }
  
  .sec_item-top .item-area p {
    width: calc(100% - 144px);
  }
  
  .item-area .font-heading {  
    width: 60%;
  }
  
  .sec_item-top .item-period {
    margin-top: 20px;
  }
  
  .sec_item-overview .inner {
    padding: 12px 0;
    margin: 24px;
  }
  
  .sec_item-overview dl {
    display: block;
    margin-top: 12px;
  }
  
  .sec_item-overview-list_top {
    margin-top: 20px;
  }
  
  .sec_item-overview dl dt {
    background: #e6e6e6;
    padding: 12px 0;
    text-align: center;
    width: 100%;
  }
  
  .sec_item-overview dl dd {
    padding: 12px;
    width: calc(100% - 24px);
  }
  
  .sec_item-overview p,
  .sec_item-overview ul {
    padding: 0 12px;
  }
  
  .sec_item-overview img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 24px);
  }
  
  /* footer */
  footer .inner {
    display: block;
  }
  
  footer ul {
    justify-content: center;
    margin: 8px 0;
  }
  
  footer .copyright {
    font-size: 12px;
  }
}

@media screen and (min-width: 2000px) {
  .font-heading-catch {
    font-size: 50px;
  }
  
  .font-heading {
    font-size: 38px;
  }
  
  .font-l {
    font-size: 32px;
  }
  
  .font-m {
    font-size: 28px;
  }
  
  .btn {
    font-size: 28px;
  }
}

/* 22 09.22追記 */
@media screen and (min-width:768px) and ( max-width:1109px) {
  .font-heading-catch {
    font-size: calc(60 / 1920 * 100vw);
    font-weight: bold;
    line-height: 1.2;
  }
}
@media screen and (min-width:1100px) and ( max-width:1999px) {
  .font-heading-catch {
    font-size: calc(50 / 1920 * 100vw);
    font-weight: bold;
    line-height: 1.2;
  }
}