@charset "UTF-8";
/* メディcol_spアクエリの設定 */
/* 基本設定
------------------------------------------------------------*/
html {
  font-size: 10px;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  letter-spacing: 1.5px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .sp {
    display: inline-block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.spc {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .spc {
    display: none;
  }
}

body {
  line-height: 0;
}

dl,
dt,
dd,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
  letter-spacing: 1.5px;
}

.txt60 {
  font-size: 32px;
}

@media (min-width: 320px) {
  .txt60 {
    font-size: calc(22 * (100vw - 280px) / 920 + 38px);
  }
}
@media (min-width: 1200px) {
  .txt60 {
    font-size: 60px;
    line-height: 1.1;
  }
}
.txt50 {
  font-size: 30px;
  line-height: 1.1;
}

@media (min-width: 320px) {
  .txt50 {
    font-size: calc(16 * (100vw - 280px) / 920 + 34px);
  }
}
@media (min-width: 1200px) {
  .txt50 {
    font-size: 50px;
    line-height: 1.1;
  }
}
.txt40 {
  font-size: 28px;
  line-height: 1.1;
}

@media (min-width: 320px) {
  .txt40 {
    font-size: calc(12 * (100vw - 280px) / 920 + 28px);
  }
}
@media (min-width: 1200px) {
  .txt40 {
    font-size: 40px;
    line-height: 1.1;
  }
}
.txt32 {
  font-size: 26px;
  line-height: 1.2;
}

@media (min-width: 320px) {
  .txt32 {
    font-size: calc(6 * (100vw - 280px) / 920 + 26px);
  }
}
@media (min-width: 1200px) {
  .txt32 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.txt28 {
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 320px) {
  .txt28 {
    font-size: calc(4 * (100vw - 280px) / 920 + 24px);
  }
}
@media (min-width: 1200px) {
  .txt28 {
    font-size: 28px;
  }
}
.txt24 {
  font-size: 20px;
  line-height: 1.1;
}

@media (min-width: 320px) {
  .txt24 {
    font-size: calc(4 * (100vw - 280px) / 920 + 20px);
  }
}
@media (min-width: 1200px) {
  .txt24 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.txt20 {
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 320px) {
  .txt20 {
    font-size: calc(2 * (100vw - 280px) / 920 + 18px);
  }
}
@media (min-width: 1200px) {
  .txt20 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.txt16 {
  font-size: 16px;
  line-height: 1.5;
}

.txt14 {
  font-size: 14px;
  line-height: 1.3;
}

.fw_b {
  font-weight: bold;
}

.sec_inner_full {
  width: 100%;
}

.sec_inner_1500 {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .sec_inner_1500 {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .sec_inner_1500 {
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .sec_inner_1500 {
    width: 100%;
  }
}

.sec_inner_1200 {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .sec_inner_1200 {
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .sec_inner_1200 {
    width: 100%;
  }
}

.sec_inner_900 {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .sec_inner_900 {
    width: 100%;
  }
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
}

p.ficon,
li.ficon {
  position: relative;
  padding-left: 1.5em;
}

p.ficon:before,
li.ficon:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/sec_pnt2_check.svg) no-repeat;
  background-size: contain;
}

.p05 {
  padding: 0.5rem;
  box-sizing: border-box;
}

.pb05 {
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}

.prbl05 {
  padding: 0 0.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
}

.p1 {
  padding: 1rem;
  box-sizing: border-box;
}

.pb1 {
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.prbl1 {
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
}

.p2 {
  padding: 2rem;
  box-sizing: border-box;
}

.pb2 {
  padding-bottom: 2rem;
  box-sizing: border-box;
}

.prbl2 {
  padding: 0 2rem 2rem 2rem;
  box-sizing: border-box;
}

.p3 {
  padding: 3rem;
  box-sizing: border-box;
}

.pb3 {
  padding-bottom: 3rem;
  box-sizing: border-box;
}

.prbl3 {
  padding: 0 3rem 3rem 3rem;
  box-sizing: border-box;
}

.p6 {
  padding: 6rem;
  box-sizing: border-box;
}

.pb6 {
  padding-bottom: 6rem;
  box-sizing: border-box;
}

.prbl6 {
  padding: 0 6rem 6rem 6rem;
  box-sizing: border-box;
}

#sec2_raised3_2 .sec_inner_1500 .area1_sec2 .box2_2col .inner_box2_2col .bl_txt.ptn1-2 {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  #sec2_raised3_2 .sec_inner_1500 .area1_sec2 .box2_2col .inner_box2_2col .bl_txt.ptn1-2 {
    width: 100%;
  }
}

.bl_img {
  margin: 0 auto;
}

#sec2_raised2 li.ficon {
  font-weight: normal;
  color: #575757;
}

#sec2_raised2 .li.txt20.pb3.ficon.bl1_li {
  font-weight: normal;
  color: #575757;
}/*# sourceMappingURL=parts2.css.map */