@charset "UTF-8";
.fs_3vw {
  font-size: 3vw !important;
}
.tit_new {
  position: relative;
}
.tit_new h3 {
  padding-right: 80px;
  position: relative;
  display: inline-block;
}
.float_new {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #F4170C;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.float_new::before {
content: '';
position: absolute;
top: 0;
left: -4px;
bottom: 0;
margin: auto;
width: 10px;
height: 10px;
background-color: #F4170C;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  @font-face {
    font-family: 'din';
    src: url("font/din.ttf") format("truetype"), url("font/din.woff") format("woff");
  }
  /*
* firstview
*/
  .hero {
    width: 100%;
    padding-top: 18.1%;
    top: 80px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .hero-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../product/img/product_hero_bg.png) no-repeat;
    background-size: 100%;
  }
  .hero-background__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .hero-textcontainer {
    position: absolute;
    top: 50%;
    left: 14.44444vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    overflow: hidden;
  }
  .hero__title {
    width: 41.94444vw;
    font-size: 2.5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 0.08em;
    color: #ffffff;
  }
  .hero__title img {
    width: 100%;
  }
  .hero-catch {
    margin-top: 0.69444vw;
  }
  .hero-catch-text {
    display: inline-block;
    overflow: hidden;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.11111vw;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .hero-catch-text-inner {
    position: relative;
    text-shadow: 0px 0px 6.79px rgba(0, 0, 0, 0.69);
    overflow: hidden;
  }
  .hero-catch-text__text {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .hero-catch-text__band {
    display: inline-block;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
  }
  .product {
    padding-top: 160px;
    padding-bottom: 50px;
    width: 100%;
  }
  .product-lists {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-lists 
  .common-link-btn__inner .txt_eng{
    font-size: 22px;
  }
  .product-list {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    width: 48.5%;
    max-width: 675px;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #fff;
    transition: all ease-in-out .3s;
  }
  .product-list:first-child .product-figure,
  .product-list:nth-child(2) .product-figure{
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-list  a{
    padding: 14px;
  }
  .product-list:hover{
    border: 1px solid #004196;
  }
  .product-list  a p{
    color: #333;
  }
  .product-container {
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    align-items: center;
  }
  .product-container__base {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .product-container__base--bg-blue {
    background: #e5f6f8;
    background: -webkit-gradient(linear, left top, right top, from(#e5f6f8), to(#e5ecf4));
    background: linear-gradient(90deg, #e5f6f8 0%, #e5ecf4 100%);
  }
  .product-container__base--bg-orange {
    background: #fcf4eb;
    background: -webkit-gradient(linear, left top, right top, from(#fcf4eb), to(#fdeef1));
    background: linear-gradient(90deg, #fcf4eb 0%, #fdeef1 100%);
  }
  .product-container__base--bg-purple {
    background: #f1ecf4;
    background: -webkit-gradient(linear, left top, right top, from(#f1ecf4), to(#edeaf3));
    background: linear-gradient(90deg, #f1ecf4 0%, #edeaf3 100%);
  }
  .product-container__base--bg-yellow {
    background: #fefde8;
    background: -webkit-gradient(linear, left top, right top, from(#fefde8), to(#fdefe5));
    background: linear-gradient(90deg, #fefde8 0%, #fdefe5 100%);
  }
  .product-container__base--bg-green {
    background: #f5fbef;
    background: -webkit-gradient(linear, left top, right top, from(#f5fbef), to(#e7f0ea));
    background: linear-gradient(90deg, #f5fbef 0%, #e7f0ea 100%);
  }
  .product-container__base--bg-purple {
    background: #f7f3ff;
    background: -webkit-gradient(linear, left top, right top, from(#f7f3ff), to(#eae6f3));
    background: linear-gradient(90deg, #e8e8ff 0%, #eae6f3 100%);
  }
  .product-text {
    padding: 20px 50px;
    position: relative;
  }
  .product-container__info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .product-text__bg {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-text__bg--grad-blue {
    background: url(../img/tri_blue_2.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-orange {
    background: url(../img/tri_orange.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-purple {
    background: url(../img/tri_purple.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-yellow {
    background: url(../img/tri_yellow.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-green {
    background: url(../img/tri_green.png) no-repeat;
    background-size: cover;
  }
  .product-text__title {
    font-size: 23px;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding-left: 30px;
    height: 25%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .product-text__title--blue {
    color: #184597;
  }
  .product-text__title--orange {
    color: #dc414b;
  }
  .product-text__title--purple {
    color: #50328c;
  }
  .product-text__title--yellow {
    /*color: #ea8e0a;*/
    color: #fd7d00;
  }
  .product-text__title--green {
    color: #28863e;
  }
  .product-text__title--purple {
    color: #54348c;
  }
  .product-text__desc {
    font-size: 16px;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .product-text-link {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .product-text-link-btn {
    border: none;
  }
  .product-text-link-btn--blue {
    background: #004196;
    background: -webkit-linear-gradient(-38.59deg, #04bed6 0%, #067ebe 24%, #054694 72%);
  }
  .product-text-link-btn--orange {
    background: #eb5676;
    background: linear-gradient(-45deg, #eb5676 0%, #e96b63 40%, #e6943e 100%);
  }
  .product-text-link-btn--purple {
    background: #51328c;
    background: linear-gradient(-45deg, #51328c 0%, #633989 40%, #794491 100%);
  }
  .product-text-link-btn--yellow {
    background: #f5d022;
    background: linear-gradient(-45deg, #f28811 0%, #f5d022 100%);
  }
  .product-text-link-btn--green {
    background: #aee43b;
    background: linear-gradient(120deg, #aee43b 0%, #489b35 50%, #126b2e 100%);
  }
  .product-text-link-btn--purple {
    background: #f99eff ;
    background: linear-gradient(120deg, #f99eff  0%, #583695  50%, #54348c 100%);
  }
  .product-figure {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    max-width: 180px;
    margin: 27px 0;
    margin-left: 40px;
  }
  .product-figure__image {
    display: table-cell;
    vertical-align: middle;
  }
  .product-figure__image img {
    width: 100%;
  }
	/* added 0901 */
  .product-text_detail{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
  }
  .product-text_detail .product-text-link{
    display: contents;
    position: unset;
  }
  .product-text_detail .product-text__desc{
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product-container__info{
    flex-direction: column;
    margin-top: 0;
  }
  .product-text {
    padding: 0 20px;
    padding-bottom: 50px;
    width: 100%;
  }
  .product-figure{
    margin: 0;
  }
  .product-text__desc{
    margin-bottom: 20px;
  }
  .product-text-link {
    margin: 0 auto 20px;
  }
  .common-link-btn__inner {
    letter-spacing: 0em;
  }
  .common-link-btn__inner .txt_eng{
    font-size: 18px;
  }
  .product-list{
    margin-bottom: 30px;
  }
  .product-container{
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  @font-face {
    font-family: 'din';
    src: url("font/din.ttf") format("truetype"), url("font/din.woff") format("woff");
  }
  br{
    display: none;
  }
  /*
* firstview
*/
  .hero {
    width: 100%;
    padding-top: 43.6%;
    top: 15.2vw;
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .hero-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../product/img/product_hero_bg_sp.png) no-repeat;
    background-size: 100%;
  }
  .hero-background__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .hero-textcontainer {
    position: absolute;
    width: 92vw;
    top: 50%;
    left: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    overflow: hidden;
  }
  .hero__title {
    width: 100%;
    font-size: 4.8vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 0.08em;
    color: #ffffff;
  }
  .hero__title img {
    width: 100%;
  }
  .hero__title svg {
    width: 100%;
    fill: #ffffff;
    overflow: visible;
  }
  .hero__title svg .main_text {
    opacity: 0;
  }
  .hero-catch {
    margin-top: 3.06667vw;
  }
  .hero-catch-text {
    display: inline-block;
    overflow: hidden;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.46667vw;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .hero-catch-text-inner {
    position: relative;
    overflow: hidden;
  }
  .hero-catch-text__text {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .hero-catch-text__band {
    display: inline-block;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
  }
  .product {
    padding-top: 24.53333vw;
    padding-bottom: 6.13333vw;
    width: 100%;
  }
  .product-lists {
    width: 92vw;
    margin: 0 auto;
  }
  .common-link-btn__inner .txt_eng{
    font-size: 4vw;
  }
  .product-list {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    padding: 2vw;
    width: 100%;
    margin-bottom: 6.66667vw;
    overflow: hidden;
  }
  .product-container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .product-container__base {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .product-container__base--bg-blue {
    background: #e5f6f8;
    background: -webkit-gradient(linear, left top, right top, from(#e5f6f8), to(#e5ecf4));
    background: linear-gradient(90deg, #e5f6f8 0%, #e5ecf4 100%);
  }
  .product-container__base--bg-orange {
    background: #fcf4eb;
    background: -webkit-gradient(linear, left top, right top, from(#fcf4eb), to(#fdeef1));
    background: linear-gradient(90deg, #fcf4eb 0%, #fdeef1 100%);
  }
  .product-container__base--bg-purple {
    background: #f1ecf4;
    background: -webkit-gradient(linear, left top, right top, from(#f1ecf4), to(#edeaf3));
    background: linear-gradient(90deg, #f1ecf4 0%, #edeaf3 100%);
  }
  .product-container__base--bg-yellow {
    background: #fefde8;
    background: -webkit-gradient(linear, left top, right top, from(#fefde8), to(#fdefe5));
    background: linear-gradient(90deg, #fefde8 0%, #fdefe5 100%);
  }
  .product-container__base--bg-green {
    background: #f5fbef;
    background: -webkit-gradient(linear, left top, right top, from(#f5fbef), to(#e7f0ea));
    background: linear-gradient(90deg, #f5fbef 0%, #e7f0ea 100%);
  }
  .product-container__base--bg-purple {
    background: #f7f3ff;
    background: -webkit-gradient(linear, left top, right top, from(#f7f3ff), to(#eae6f3));
    background: linear-gradient(90deg, #e8e8ff 0%, #eae6f3 100%);
  }
  .product-text {
    width: 100%;
    padding: 8.66667vw 6.66667vw 5.33333vw;
  }
  .product-text__bg {
    width: 13.33333vw;
    height: 13.33333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-text__bg--grad-blue {
    background: url(../img/tri_blue_2.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-orange {
    background: url(../img/tri_orange.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-purple {
    background: url(../img/tri_purple.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-yellow {
    background: url(../img/tri_yellow.png) no-repeat;
    background-size: cover;
  }
  .product-text__bg--grad-green {
    background: url(../img/tri_green.png) no-repeat;
    background-size: cover;
  }
  .product-text__title {
    font-size: 4.8vw;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .product-text__title--blue {
    color: #184597;
  }
  .product-text__title--orange {
    color: #dc414b;
  }
  .product-text__title--purple {
    color: #50328c;
  }
  .product-text__title--yellow {
    /*color: #ea8e0a;*/
    color: #fd7d00;
  }
  .product-text__title--green {
    color: #28863e;
  }
  .product-text__title--purple {
    color: #54348c;
  }
  .product-text__desc {
    font-size: 3.46667vw;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 3.06667vw;
  }
  .product-figure {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .product-figure__image {
    padding-top: 6vw;
    width: 60vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-figure__image img {
    width: 100%;
  }
  .product-text-link {
    margin: 0;
    margin-bottom: 5.33333vw;
    width: 100%;
  }
  .product-text-link-btn {
    border: none;
  }
  .product-text-link-btn--blue {
    background: #004196;
    background: -webkit-linear-gradient(-38.59deg, #04bed6 0%, #067ebe 24%, #054694 72%);
  }
  .product-text-link-btn--orange {
    background: #eb5676;
    background: linear-gradient(-45deg, #eb5676 0%, #e96b63 40%, #e6943e 100%);
  }
  .product-text-link-btn--purple {
    background: #51328c;
    background: linear-gradient(-45deg, #51328c 0%, #633989 40%, #794491 100%);
  }
  .product-text-link-btn--yellow {
    background: #f5d022;
    background: linear-gradient(-45deg, #f28811 0%, #f5d022 100%);
  }
  .product-text-link-btn--green {
    background: #aee43b;
    background: linear-gradient(120deg, #aee43b 0%, #489b35 50%, #126b2e 100%);
  }
  .product-text-link-btn--purple {
    background: #f99eff ;
    background: linear-gradient(120deg, #f99eff  0%, #583695  50%, #54348c 100%);
  }
  .product-text-link__inner {
    letter-spacing: 0;
    font-size: 4vw;
    white-space: nowrap;
  }
  .product-text-link__inner i.arrow {
    right: 2vw;
  }
}
/*# sourceMappingURL=product.css.map */