@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
  base
------------------------------------------------*/
html {
    font-size: 62.5%; /* 10px */
}
body {
    font-size: 1.6em;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    line-height: 1.8;
    color: #2b2c2a;
}
img{
    outline: none;
    border-style: none;
}
a, a img {
    color: inherit;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover, button:hover {
    cursor:pointer;
}
p {
    margin-bottom: 20px;
}
main ul {
    list-style-type: disc;
    padding-left: 20px;
}
main ol {
    list-style-type: decimal;
    padding-left: 20px;
}
main a {
    text-decoration: underline;
}
main a:hover {
    text-decoration: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #fff;
    margin-bottom: 50px;
}
table th, table td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 12px 20px;
    vertical-align: top;
}
table th {
    font-weight: bold;
}
table td {
    font-size: 1.4rem;
}
table th:last-child, table td:last-child {
    border-right: none;
}
table p {
    margin-bottom: 0px;
}
h1 {
    font-size: 6.0rem;
    line-height: 1.4;
}
h2 {
    font-size: 5.2rem;
}
h3 {
    font-size: 3.4rem;
}
h4 {
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 1.4rem;
    }
    h1 {
        font-size: 4.0rem;
    }
    h2 {
        font-size: 4.0rem;
    }
    h3 {
        font-size: 2.6rem;
    }
    h4 {
        font-size: 2.0rem;
    }
    table {
        margin-bottom: 40px;
    }
    table th {
        font-size: 1.4rem;
    }
    .only__pc {
        display: none; /*PCのみ表示・改行*/
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 3.6rem;
    }
    h2 {
        font-size: 3.0rem;
    }
    h3 {
        font-size: 2.6rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    table th, table td {
        padding: 5px 10px;
    }
    .only__pc-tb {
        display: none; /*PC・タブレットのみ表示・改行*/
    }
}

@media screen and (min-width: 1025px) {
    .only__tb-sp {
        display: none; /*タブレット・スマホのみ表示・改行*/
    }
}

@media screen and (min-width: 768px) {
    .only__sp {
        display: none; /*スマホのみ表示・改行*/
    }
}



/*------------------------------------------------
  header
------------------------------------------------*/
/* ヘッダー */
.siteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: .3s;
}
.siteHeader__inner {
    margin: 0 auto;
    padding: 0 0 0 40px;
    width: 100%;
    height: 80px;
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ヘッダー スクロール時 切り替えアニメーション */
.siteHeader.transform {
    background: #fff;
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
}
/* ロゴ */
.siteHeader__logo img {
    height: 30px;
    width: 114px;
    display: block;
}
.siteHeader__logo a:hover img {
    opacity:0.8;
}
/* グローバルメニュー */
.siteHeader__gNav__menu {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.siteHeader__gNav__menu__item {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0c393a;
    margin-right: 40px;
}
.siteHeader__gNav__menu__item a {
    text-decoration: none;
}
.siteHeader__gNav__menu__item a:hover {
    color: #5d7171;
}
.siteHeader__gNav__menu__item--inquiry {
    margin-right: 0px;
}
.siteHeader__gNav__menu__item--inquiry a {
    display: block;
    color: #fff;
    background: #036A74;
    border: solid 1px #036A74;
    height: 80px;
    padding: 26px 35px;
}
.siteHeader__gNav__menu__item--LAN {
    margin-right: 0px;
}
.siteHeader__gNav__menu__item--LAN a {
    display: block;
    color: #fff;
    background: #84c1c2;
    border: solid 1px #84c1c2;
    height: 80px;
    padding: 26px 35px;
}
.siteHeader__gNav__menu__item--catalog {
    margin-right: 0px;
}
.siteHeader__gNav__menu__item--catalog a {
    display: block;
    color: #fff;
    background: #0c8993;
    border: solid 1px #0c8993;
    height: 80px;
    padding: 26px 35px;
}
.siteHeader__gNav__menu__item--inquiry a:hover {
    color: #fff;
    background: #3da1a9;
    border: solid 1px #3da1a9;
}
.siteHeader__gNav__menu__item--inquiry span {
    vertical-align: middle;
}
.siteHeader__gNav__menu__item i {
    font-size: 2.1rem;
    vertical-align: middle;
    padding-left: 15px;
}
/* スマホ時 グローバルメニュー非表示 */
.siteHeader__gNavSp {
    display: none;
}

@media screen and (max-width: 1024px) {
    .siteHeader__inner {
        height: 70px;
        padding: 0 0 0 20px;
    }
    .siteHeader__logo img {
        height: 26px;
        width: 100px;
    }
    /* PC時 グローバルメニュー非表示 */
    .siteHeader__gNav {
        display: none;
    }
    /* スマホ時 グローバルメニュー */
    .siteHeader__gNavSp {
        display: block;
        color: #fff;
    }
    /* ハンバガーメニュー */
    .siteHeader__gNavSp__toggle {
        position: absolute;
        top: 22px;
        right: 20px;
        width: 32px;
        height: 26px;
    }
    .siteHeader__gNavSp__toggle span {
        width: 100%;
        height: 3px;
        display: block;
        background: #0c8993;
        position: absolute;
        left: 0;
        transition: transform .5s ease-in-out, top .5s ease;
    }
    .siteHeader__gNavSp__toggle span:nth-child(1) {
        top: 0px;
    }
    .siteHeader__gNavSp__toggle span:nth-child(2) {
        top: 11.5px;
    }
    .siteHeader__gNavSp__toggle span:nth-child(3) {
        top: 23px;
    }
    /* ハンバガーメニュー → バツボタン 切り替えアニメーション */
    .open .siteHeader__gNavSp__toggle span:nth-child(1) {
        -webkit-transform: translateY(11px) rotate(135deg);
        -moz-transform: translateY(11px) rotate(135deg);
        transform: translateY(11px) rotate(135deg);
    }
    .open .siteHeader__gNavSp__toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .siteHeader__gNavSp__toggle span:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(-135deg);
        -moz-transform: translateY(-11px) rotate(-135deg);
        transform: translateY(-11px) rotate(-135deg);
    }
    /* メニュー */
    .siteHeader__gNavSp__menu {
        background: #0c8993;
        padding: 10px;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: opacity .5s ease, visibility .5s ease;
    }
    .siteHeader__gNavSp__menu__item {
        display: block;
        width: 100%;
        position: relative;
    }
    .siteHeader__gNavSp__menu__item a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;
        font-weight: 500;
        text-decoration: none;
        padding: 15px;
    }
    .siteHeader__gNavSp__menu__item:last-child a {
        border-bottom: none;
    }
    .siteHeader__gNavSp__menu__item a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 9px;
        height: 9px;
        margin-top: -4.5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* メニュー非表示→表示へ切り替え */
    .open {
        overflow: hidden;
    }
    .open .siteHeader__gNavSp__menu {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .siteHeader__inner {
        padding: 0px 20px;
    }
}


/*------------------------------------------------
  body
------------------------------------------------*/
/* -------- main visua -------- */
.mainVisual {
    width: 100%;
    min-height: 720px;
    margin: 0 auto;
    background-image: url(../img/main-visual_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mainVisual__inner {
    width: 100%;
    height: inherit;
    max-width: 1064px;
    margin: 0 auto;
    padding: 210px 20px 135px;
}
.mainVisual__text {
    width: 100%;
    max-width: 460px;
    color: #0c8993;
}
.mainVisual__text__subTitle {
    /* font-size: 2.4rem; */
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 600;
    width: 100%;
    margin-bottom: 50px;
}
.mainVisual__text__title {
    margin-bottom: 80px;
    line-height: 0;
}
.mainVisual__text__title img {
    width: 100%
}
.mainVisual__text__lead {
    margin-bottom: 0px;
}


@media screen and (max-width: 1024px) {
    .mainVisual {
        margin: 0 auto;
        min-height: 590px;
    }
    .mainVisual__inner {
        padding: 162px 20px;
        margin: 0 auto;
    }
    .mainVisual__text {
        max-width: 354px;
    }
    .mainVisual__text__subTitle {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .mainVisual__text__title {
        font-size: 3.6rem;
        margin-bottom: 40px;
    }
    .mainVisual__img {
        width: 37.253%;
    }
    .mainVisual__img img {
        max-height: 368px;
    }
}

@media screen and (max-width: 767px) {
    .mainVisual {
        min-height: 667px;
        background-image: url(../img/main-visual_bg_sp.jpg);
    }
    .mainVisual__inner {
        padding: 100px 20px;
  }
    .mainVisual__text {
        max-width: 100%;
        text-align: center;
    }
    .mainVisual__text__subTitle {
        font-size: 1.7rem;
    }
    .mainVisual__text__title {
        margin: 0 auto 40px;
    }
    .mainVisual__text__title img {
        max-width: 335px;
    }
}


/* -------- common module -------- */
/*--- 大見出し ---*/
.common__headingL {
    color: #fff;
    margin: -20px 0 45px;
}
.common__headingL__en {
    display: inline-block;
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing : 0.025em;
    margin-bottom: 0px;
}
.common__headingL__en::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    margin-left: 30px;
    vertical-align: middle;
    transform: translateY(-0.1em);
    background: #fff;
}
.common__headingL__ja {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: -10px;
}

/*--- 中見出し ---*/
.common__headingM {
    color: #0c8993;
    font-size: 3.4rem;
    /* font-weight: 600; */
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

/*--- 小見出し ---*/
.common__headingS {
    color: #fff;
    /* font-size: 2.4rem; */
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

/*--- button ---*/
.common__btn {
    margin-bottom: 30px;
}
.common__btn a {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
    max-width: 420px;
    width: 100%;
    background: #0c393a;
    padding: 22px 10px 16px;
    text-decoration: none;
}
.common__btn a:hover {
    background: #3d6161;
}
.common__btn i {
    font-size: 2.2rem;
    padding-left: 25px;
}
.common__btn--litGR a {
    background: #84c1c2;
}
.common__btn--litGR a:hover {
    background: #9dc9ca;
}
.common__btn--yellow a {
    color: #fff;
    background: #FFC03C;
}
.common__btn--yellow a:hover {
    background: #FAAD0B;
}

@media screen and (max-width: 767px) {
    .common__btn--yellow {
        text-align: center;
    }
}

/*--- 注意書き ---*/
.common__caution {
    color: #555753;
    font-size: 1.3rem;
}

/*--- 上付き文字 ---*/
.common__sup {
    vertical-align: super;
    font-size: 1.3rem;
    color: #555753;
}

/*--- フォント ---*/
.fontNoto {
    font-family: 'Noto Sans JP', sans-serif;
}
@media all and (-ms-high-contrast:none){
  .fontNoto {
      font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  }
}

/*--- フェードイン アニメーション ---*/
.fadeinUp {
    opacity: 0;
    transform : translate(0, 25px);
    transition : all 1.0s;
  }
.fadeinUp.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 1024px) {
    .common__headingL {
        margin-bottom: 30px;
    }
    .common__headingL__en {
        font-size: 4.0rem;
    }
    .common__headingL__ja {
        font-size: 1.4rem;
    }
    .common__headingM {
        font-size: 2.6rem;
    }
    .common__headingS {
        font-size: 2.0rem;
    }
    .common__btn {
        margin-bottom: 20px;
    }
    .common__btn a {
        font-size: 1.6rem;
        padding: 22px 5px 16px;
    }
    .common__btn i {
        font-size: 1.8rem;
        padding-left: 15px;
    }
    .fadeinUp {
        transform : translate(0, 15px);
        transition : all .7s;
      }
}

@media screen and (max-width: 767px) {
    .common__headingL__en {
        font-size: 3.0rem;
    }
    .common__headingM {
        font-size: 2.2rem;
    }
    .common__headingS {
        font-size: 1.8rem;
    }
}

/* -------- banner -------- */
.banner {
  width: 100%;
  text-align: center;
  background: #eef7f8;
}
.banner__inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 30px 20px 35px;
}
.banner__title {
  color: #0c393a;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 0 45px;
  display: inline-block;
  position: relative;
}
.banner__title::before {
  content: '';
  position: absolute;
  top: 52%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0c393a;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  left: 0;
}
.banner__title::after {
  content: '';
  position: absolute;
  top: 52%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0c393a;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  right: 0;
}
.banner__img {
  width: 100%;
}
.banner__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 2.0rem;
    padding: 0 40px;
  }
}

/* -------- about -------- */
.about {
    color: #fff;
    width: 100%;
    position: relative;
}
.about::after {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
    height: 789px;
    width: 100%;
    background: #289aa3;
    top: 0;
    left: 0;
}
.about__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 110px 20px 0px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.about__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about__col__left {
    width: 100%;
    max-width: 630px;
    margin-right: 30px;

}
.about__col__right {
    width: 100%;
    max-width: 364px;
}
.about__col__left img, .about__col__right img {
    width: 100%;
}
.about__wrap {
    color: #289aa3;
    border-radius: 8px;
    background: #eef7f8;
    padding: 70px 72px 40px;
    margin-top: 50px;
}
.about__list {
    list-style-type: none;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about__list__items {
    /* max-width: 140px; */
    max-width: 148px;
    width: 100%;
    /* margin-right: 45px; */
    margin-right: 35px;
}
.about__list__items:last-child {
    margin-right: 0px;
}
.about__list__items img {
    width: 100%;
    margin-bottom: 35px;
}
.about__list__items p {
    width: 100%;
    /* font-size: 1.5rem; */
    font-size: 1.8rem;
    font-weight: bold;
}
.about__point {
    color: #0c8993;
    /* font-size: 2.8rem; */
    font-size: 3.2rem;
    /* font-weight: 600; */
    font-weight: 700;
    text-align: center;
    position: relative;
    max-width: 315px;
    margin: 0 auto;
}
.about__point i {
    position: absolute;
    top: calc(50% - 1px);
    height: 1px;
    background: #0c8993;
    left: 0;
    width: 40px;
}
.about__point i::before {
    width: 2px;
    height: 6px;
    background: #0c8993;
    right: 2px;
    bottom: 0px;
    content: "";
    display: block;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    position: absolute;
}
.about__point i::after {
    width: 2px;
    height: 6px;
    background: #0c8993;
    right: 2px;
    top: 0px;
    content: "";
    display: block;
    -webkit-transform: skewX(135deg);
    transform: skewX(135deg);
    position: absolute;
}

@media screen and (max-width: 1024px) {
    .about__inner {
        padding: 70px 20px 20px;
    }
    .about__wrap {
        margin-top: 30px;
    }
    .about__list {
        max-width: 570px;
        margin: 0 auto 30px;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
    }
    .about__list__items:nth-child(3n) {
        margin-right: 0px;
    }
    .about__list__items img {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .about {
        background: #289aa3;
    }
    .about__inner {
        padding: 70px 20px;
    }
    .about::after {
        display: none;
    }
    .about__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__col__left {
        max-width: 100%;
    }
    .about__col__right {
        max-width: 374px;
        margin: 0 auto;
        min-height: 0%;
    }
    .about__wrap {
        padding: 50px 20px;
    }
    .about__list {
        margin: 0 auto 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__list__items {
        margin-right: 0;
        margin: 0 auto 10px !important;
    }
    .about__point {
        font-size: 2.3rem;
        max-width: 240px;
    }
    .about__point i {
        width: 30px;
    }
}

/* -------- feature -------- */
.feature {
    width: 100%;
    margin-bottom: 110px;
}
.feature__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 110px 20px 20px;
    width: 100%;
}
.feature__inner2 {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
}
.feature .common__headingL {
    color: #0c393a;
}
.feature .common__headingL__en::after {
    background: #0c393a;
}

.feature__img {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}

.feature__img img {
    width: 100%;
    max-width: 950px;
}

.feature__sec {
    width: 100%;
    height: 490px;
    margin: 80px 0 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature .feature__sec:first-of-type {
    margin-top: 0px;
}
.feature__sec::after {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
    height: 490px;
    width: 30.454%;
    min-width: 1150px;
    background: #f1f3f3;
    top: 0;
    left: 0;
    width: 94% !important;
}
.feature .feature__sec:nth-of-type(2n)::after {
    background: #eef7f8;
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 20px;
}
/* .feature__sec--1::after, .feature__sec--5::after {
    width: 30.454%;
}
.feature__sec--2::after {
    width: 60.542%;
}
.feature__sec--3::after {
    width: 38.287%;
}
.feature__sec--4::after {
    width: 69.400%;
}
.feature__sec--6::after {
    width: 73.000%;
} */
.feature__sec__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.feature__col {
    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;
}
.feature .feature__sec:nth-of-type(2n+1) .feature__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.feature__col__text {
    width: 48.067%;
    margin-right: 3.866%;
}
.feature .feature__sec:nth-of-type(2n+1) .feature__col__text {
    margin-right: 0;
    margin-left: 3.866%;
}
.feature__col__img {
    width: 48.067%;
}
.feature__col__img img {
    width: 100%;
}
.feature__list {
    font-size: 1.8rem;
    list-style: none;
    position: relative;
    padding-left: 0;
}
.feature__list li {
    margin-bottom: 20px;
    padding-left: 1.5em;
    line-height: 1.5;
    font-weight: 500;
}
.feature__list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 1.8rem;
    line-height: 1.4;
    position: absolute;
    left : 0;
    color: #289aa3;
    font-weight: 900;
}

.feature__list__caution {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    margin-top: 7px;
}

@media screen and (max-width: 1024px) {
    .feature {
        margin-bottom: 70px;
    }
    .feature__inner {
        padding: 70px 20px 20px;
    }
    .feature__sec {
        margin-top: 50px;
    }
    .feature__list li:before {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .feature__inner2 {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 767px) {
  .feature__sec {
      height: auto;
  }
  .feature__sec::after {
      display: none;
  }
  .feature__col, .feature .feature__sec:nth-of-type(2n+1) .feature__col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .feature__col__text, .feature .feature__sec:nth-of-type(2n+1) .feature__col__text {
      width: 100%;
      margin-right: 0%;
      margin-left: 0%;
  }
  .feature__col__img {
      width: 100%;
      max-width: 374px;
      margin: 0 auto;
      min-height: 0%;
  }
}


/* -------- catalog -------- */
.catalog {
    background: #eef7f8;
    width: 100%;
}

.catalog__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 60px 20px;
    width: 100%;
}

.catalog .common__headingL {
    color: #0c8993;
}

.catalog .common__headingL__en::after {
    background: #0c8993;
}


/* -------- inquiry -------- */
.inquiry {
    color: #fff;
    background: #289aa3;
    width: 100%;
}
.inquiry__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 110px 20px;
    width: 100%;
}
.inquiry__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
	-ms-flex-align: end;
    align-items: flex-end;
}
.inquiry__col__left {
    width: 48.067%;
    margin-right: 3.866%;
}
.inquiry__col__right {
    width: 48.067%;
}

@media screen and (max-width: 1024px) {
    .inquiry__inner {
      padding: 70px 20px 40px;
  }
    .inquiry__heading {
        font-size: 2.8rem;
    }
    .inquiry::before, .inquiry::after {
        height: 350px;
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .inquiry::before, .inquiry::after {
        height: 300px;
        width: 95%;
    }
    .inquiry::after {
        top: 30px;
    }
    .inquiry__inner {
        padding: 70px 20px 50px;
    }
    .inquiry__heading {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .inquiry__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inquiry__col__left {
        width: 100%;
        margin-right: 0;
    }
    .inquiry__col__right {
        width: 100%;
        margin-top: 50px;
    }
}

/* -------- SDG -------- */

.feature .feature__sec:nth-of-type(2n+1).feature__sec--SDG .feature__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.feature__sec--SDG::after {
    background: initial;
}

.feature .feature__sec:first-of-type.feature__sec--SDG {
    /*margin-top: 80px;*/
}

.common__btn--litGR_S a {
    font-size: 1.8rem;
    max-width: 220px;
    width: 100%;
    padding: 10px 10px 10px;
}


/*------------------------------------------------
  footer
------------------------------------------------*/
#siteFooter {
    color: #fff;
    background: #c4c7c6;
    width: 100%;
}
.siteFooter__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 40px 20px 35px;
    width: 100%;
    text-align: center;
}
.siteFooter__logo img {
    width: 114px;
    height: 30px;
    margin-bottom: 10px;
}
.siteFooter__logo a:hover img {
    opacity: 0.8;
}
.siteFooter__copyright {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.pageTop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9998;
}
.pageTop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #0c393a;
    border: solid 1px #0c393a;
    text-decoration: none;
}
.pageTop a:hover {
    background: #3d6161;
    border: solid 1px #3d6161;
}
.pageTop a::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .siteFooter__inner {
      padding: 30px 20px 25px;
  }
  .siteFooter__logo img {
      width: 94px;
      height: 25px;
      margin-bottom: 0px;
  }
  .siteFooter__copyright {
      font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
    .siteFooter__inner {
        padding: 15px 20px 10px;
    }
    .siteFooter__logo img {
        width: 66px;
        height: 18px;
    }
    .siteFooter__copyright {
        font-size: 1.0rem;
    }
    .pageTop a {
        width: 50px;
        height: 50px;
    }
}
