@charset "UTF-8";
@import url(user.css);

/* body {
  font: 15px 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #313131;
  font-feature-settings: "palt";
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: YakuHanJP, "Segoe UI", Meiryo, sans-serif;
} */

.wrap {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 0px) {

  /* layout
**************************************************************************************************************************/
  .is_tb {
    display: none !important;
  }

  .is_tb_inline {
    display: none !important;
  }

  .is_pc {
    display: none !important;
  }

  .is_pc_inline {
    display: none !important;
  }

  /* common
**************************************************************************************************************************/
  body {
    position: relative;
  }

  /* body::after {
    content: '';
    display: block;
    width: 6px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #709C12;
    z-index: 51;
  } */

  .wrap {
    overflow-x: hidden;
  }

  header {
    position: fixed;
    width: 100%;
    z-index: 50;
    background: white;
  }

  .has-menu header {
    z-index: 100;
  }

  header .inner {
    padding: 16px;
  }

  header .logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    position: relative;
  }

  header .logo {
    flex: 1;
  }

  header .logo .si {
    width: 190px;
  }

  header .logo .si a {
    display: block;
  }

  header .logo .si img {
    width: auto;
    height: 26px;
  }

  header .menu {
    width: 90px;
    opacity: 1;
    transition: all 1s;
    margin-right: 10px;
  }

  .has-menu header .menu {
    opacity: 0;
    z-index: -1;
  }

  header .menu nav ul {
    display: none;
  }

  header .menu nav ul.cv {
    display: block;
  }

  header .menu nav ul.cv .customer,
  header .menu nav ul.cv .contact {
    display: none;
  }

  header .menu nav ul.cv .faq a {
    padding-left: 0;
    font-size: 11px;
    background: #E8690E;
    padding: 0.6em;
  }

  header .pages {
    display: none;
  }

  header .tgl {
    position: relative;
    width: 28px;
    margin-left: 0px;
  }

  header .tgl p {
    cursor: pointer;
    font-size: 9px;
    text-align: center;
    letter-spacing: -0.05em;
    font-weight: bold;
  }

  header .tgl p span {
    display: block;
    border-top: 1px solid #333;
    position: relative;
    padding-top: 15px;
  }

  header .tgl p span::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 4px;
    transition: all 0.5s;
  }

  header .tgl p span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 9px;
    transition: all 0.5s;
  }

  .has-menu header .tgl p span {
    border: 0;
    padding-top: 17px;
  }

  .has-menu header .tgl p span::before {
    transform: rotate(-25deg);
    top: 5px;
  }

  .has-menu header .tgl p span::after {
    transform: rotate(25deg);
    top: 5px;
  }

  .modal-glnv {
    position: fixed;
    z-index: 49;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-100%);
    transition: all 0.5s;
  }

  .has-menu .modal-glnv {
    display: block;
    transform: translateY(0);
    overflow-y: scroll;
  }

  .modal-glnv nav {
    background: #fff;
    padding: 65px 32px 32px 32px;
  }

  .modal-glnv ul.main {
    font-size: 16px;
  }

  .modal-glnv ul.main li {
    font-weight: bold;
    position: relative;
  }

  .modal-glnv ul.main li.shimakosaku a {
    padding: 25px 0;
  }

  .modal-glnv ul.main li.shimakosaku a::after {
    content: '';
    display: block;
    width: 94px;
    height: 69px;
    background: url(../img/common/img-glnv-shima.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    bottom: 0px;
  }

  .modal-glnv ul.main a {
    display: block;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
  }

  .modal-glnv ul.main a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 10px 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .modal-glnv ul.main a.btn {
    margin-bottom: 8px;
    border: 0;
  }

  .modal-glnv ul.main a.btn::before {
    display: none;
  }

  .modal-glnv ul.main a.btn.btn-primary {
    border: 0;
    font-size: 16px;
    background: #E8690E url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
  }

  .modal-glnv ul.main a.btn.btn-secondary {
    border: 0;
    font-size: 16px;
    background: #709C12 url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
  }

  .modal-glnv ul.sub {
    margin: 32px auto;
    display: flex;
    justify-content: center;
  }

  .modal-glnv ul.sub li {
    font-size: 12px;
    margin: 0 1em;
  }

  .modal-glnv ul.cv a {
    display: block;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
  }

  .modal-glnv ul.cv a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 10px 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .modal-glnv ul.cv a.btn {
    margin-bottom: 8px;
    border: 0;
  }

  .modal-glnv ul.cv a.btn::before {
    display: none;
  }

  .modal-glnv ul.cv a.btn.btn-primary {
    border: 0;
    font-size: 16px;
    background: #E8690E url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
  }

  .modal-glnv ul.cv a.btn.btn-secondary {
    border: 0;
    font-size: 16px;
    background: #709C12 url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
  }

  .modal-glnv ul.cv a.btn.btn-tertiary {
    border: 0;
    font-size: 16px;
    background: #595959 url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
  }

  main {
    padding-top: 64px;
  }

  footer {
    background: #000;
    color: #fff;
    padding: 48px 32px;
    position: relative;
    z-index: 53;
  }

  .has-menu footer {
    z-index: 48;
  }

  footer .menu-sdgs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding-bottom: 32px;
  }

  footer .menu li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.5em;
  }

  footer .menu li:last-of-type {
    margin-bottom: 0;
  }

  footer .menu a {
    color: #fff;
  }

  footer .sdgs {
    width: 70%;
  }

  footer .sdgs ul {
    display: flex;
    flex-wrap: wrap;
  }

  footer .sdgs ul li {
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
  }

  footer .sdgs ul li:nth-of-type(1) {
    order: 2;
    display: flex;
    flex-wrap: wrap;
  }

  footer .sdgs ul li:nth-of-type(1) img {
    height: 60px;
    margin-right: -10px;
  }

  footer .sdgs ul li:nth-of-type(1) span {
    width: 100%;
  }

  footer .sdgs ul li:nth-of-type(1) span.txt {
    order: 2;
    font-size: 10px;
  }

  footer .sdgs ul li:nth-of-type(1) span.img {
    order: 1;
  }

  footer .sdgs ul li:nth-of-type(2) {
    order: 1;
  }

  footer .sdgs ul li:nth-of-type(2) img {
    height: 60px;
  }

  footer .sitenv-cr {
    padding-top: 32px;
  }

  footer .sitenv {
    margin-bottom: 32px;
  }

  footer .sitenv ul {
    margin-bottom: 1em;
  }

  footer .sitenv li {
    font-size: 11px;
    margin-bottom: 1em;
  }

  footer .sitenv li:last-of-type {
    margin-bottom: 0;
  }

  footer .sitenv a {
    color: #fff;
  }

  footer .cr p {
    font-size: 11px;
  }

  .pagetop {
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: none;
    z-index: 60;
  }

  /* parts
	**************************************************************************************************************************/
  .btn.btn-primary {
    background: #E8690E url(../img/common/arw-r01.svg) calc(100% - 0.6em) 50% no-repeat;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0.6em 0.8em;
  }

  .btn.btn-primary.arw02 {
    background: #E8690E url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
    background-size: 14px 10px;
    font-size: 16px;
  }

  .btn.btn-secondary {
    background: #709C12 url(../img/common/arw-r01.svg) calc(100% - 0.6em) 50% no-repeat;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0.6em 0.8em;
  }

  .btn.btn-secondary.arw02 {
    background: #709C12 url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
    background-size: 14px 10px;
    font-size: 16px;
  }

  .btn.btn-tertiary {
    background: #595959 url(../img/common/arw-r01.svg) calc(100% - 0.6em) 50% no-repeat;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0.6em 0.8em;
  }

  .btn.btn-tertiary.arw02 {
    background: #709C12 url(../img/common/arw-r02.svg) calc(100% - 1em) 50% no-repeat;
    background-size: 14px 10px;
    font-size: 16px;
  }

  .btn.btn-back {
    background: #709C12 url(../img/common/arw-l01.svg) 0.6em 50% no-repeat;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0.6em 0.8em;
  }

  .hl01 {
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 32px;
  }

  .hl01 small {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    color: #709C12;
    font-weight: bold;
    display: block;
    margin-top: 1.2em;
  }

  .hl02 {
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 32px;
    padding: 20px;
    position: relative;
    line-height: 1.6;
  }

  .hl02::after {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #709C12;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .hl03 {
    font-size: 24px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    border-left: 4px solid #002F7B;
    padding: 0.6em 0.8em;
    margin-bottom: 1.2em;
  }

  .hl04 {
    font-size: 18px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    background: #F4FCE3;
    padding: 1em;
    margin-bottom: 1.3em;
    border-radius: 8px;
    margin-top: 3em;
  }

  .hl05 {
    font-size: 16px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    border-bottom: 3px solid #DEDEDE;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  .hl05.tgl-parent {
    position: relative;
  }

  .hl05.tgl-parent span {
    width: 32px;
    height: 32px;
    background: #F2F2F2;
    display: block;
    border-radius: 50%;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 10px));
    right: 0;
    cursor: pointer;
  }

  .hl05.tgl-parent span::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #709C12;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hl05.tgl-parent span::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #709C12;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hl05.tgl-parent.is-open span::after {
    display: none;
  }

  .hl-faq {
    font-size: 16px;
    border-bottom: 3px solid #DEDEDE;
    padding-left: 2.6em;
    padding-bottom: 0.8em;
    padding-top: 0.2em;
    margin-bottom: 1em;
    position: relative;
    cursor: pointer;
  }

  .hl-faq:nth-of-type(3n+1) {
    background: url(../img/common/icn-faq01.svg) 0 0 no-repeat;
    background-size: 32px 32px;
  }

  .hl-faq:nth-of-type(3n+2) {
    background: url(../img/common/icn-faq02.svg) 0 0 no-repeat;
    background-size: 32px 32px;
  }

  .hl-faq:nth-of-type(3n+3) {
    background: url(../img/common/icn-faq03.svg) 0 0 no-repeat;
    background-size: 32px 32px;
  }

  .hl-faq span.tgl {
    width: 32px;
    height: 32px;
    background: #F2F2F2;
    display: block;
    border-radius: 50%;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .hl-faq span.tgl::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #709C12;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hl-faq span.tgl::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #709C12;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hl-faq.is-open span::after {
    display: none;
  }

  .area-pagetitle {
    margin-bottom: 32px;
    border-top: 1px solid #E0E0E0;
  }

  .area-pagetitle .title {
    padding: 8vw 32px;
    background: url(../img/common/bg-pagetitle-sp.svg) 100% 0 no-repeat;
    background-size: cover;
  }

  .area-pagetitle .title h1 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.3;
  }

  .area-pagetitle .title small {
    font-size: 12px;
    color: #709C12;
    display: block;
    font-family: 'Rubik', sans-serif;
    margin-top: 0.8em;
  }

  .page-service .area-pagetitle .title {
    background: url(../img/service/bg-pagetitle-sp.png) 100% 0 no-repeat;
    background-size: cover;
  }

  .page-service .area-pagetitle .title h1 {
    color: #fff;
  }

  .page-service .area-pagetitle .title small {
    color: #fff;
  }

  /* top
	**************************************************************************************************************************/
  .area-kv {
    padding-top: 40px;
    background: url(../img/top/mainimg-sp.svg) 100% 30vw no-repeat;
    background-size: 100% auto;
    padding-bottom: 85vw;
  }

  .area-kv .title {
    text-align: center;
    padding: 0 32px;
  }

  .area-kv .title h1 {
    width: 60%;
    margin: 0 auto;
  }

  .area-kv .title h1 img {
    width: 100%;
    height: auto;
  }

  .area-kv .title p {
    font-size: 16px;
    font-weight: bold;
    color: #709C12;
    margin-top: 1em;
  }

  .area-kv .scroll {
    display: none;
  }

  .area-news {
    padding: 0 32px;
    margin-bottom: 80px;
  }

  .area-news .inner {
    position: relative;
    padding-bottom: 30px;
  }

  .area-news .more {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .area-news .more a {
    color: #709C12;
    position: relative;
    padding-right: 60px;
    display: inline-block;
  }

  .area-news .more a::after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 12px 9px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .area-news .body .row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
  }

  .area-news .body .row:last-of-type {
    /* margin-bottom: 0;  border: 0; */
  }

  .area-news .body dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .area-news .body dd {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }

  .area-news .body dd a {
    color: #709C12;
  }

  .area-philosophy {
    padding: 0 32px;
    margin-bottom: 34px;
  }

  .area-philosophy .body .txt {
    margin-bottom: 32px;
  }

  .area-philosophy .body .txt .btns {
    display: flex;
    align-items: center;
  }

  .area-philosophy .body .txt .btns p {
    text-align: center;
    margin-right: 18px;
  }

  .area-philosophy .body .txt .btns p:nth-of-type(2n) {
    margin-right: 0;
  }

  .area-philosophy .body .txt .btns p:first-of-type {
    border-right: 1px solid #E0E0E0;
    padding-right: 12px;
  }

  .area-philosophy .body .txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }

  .area-philosophy .body .txt p.more {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
  }

  .area-philosophy .body .txt p.more a {
    color: #709C12;
    position: relative;
    padding-right: 50px;
    display: inline-block;
    text-align: left;
  }

  .area-philosophy .body .txt p.more a::after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 12px 9px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .area-philosophy .body .img {
    width: calc(100% + 64px + 20px);
    margin-left: -42px;
    padding-left: 32px;
  }

  .area-philosophy .body .img img {
    width: 100%;
    height: auto;
  }

  .area-service {
    padding: 0 32px;
    margin-bottom: 34px;
  }

  .area-service .body .txt {
    margin-bottom: 40px;
  }

  .area-service .body .txt .btns {
    display: flex;
    align-items: center;
  }

  .area-service .body .txt .btns p {
    text-align: center;
    margin-right: 12px;
  }

  .area-service .body .txt .btns p:nth-of-type(2n) {
    margin-right: 0;
  }

  .area-service .body .txt .btns p:first-of-type {
    border-right: 1px solid #E0E0E0;
    padding-right: 16px;
  }

  .area-service .body .txt p {
    font-size: 16px;
    line-height: 1.8;
  }

  .area-service .body .txt p.more {
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
  }

  .area-service .body .txt p.more a {
    color: #709C12;
    position: relative;
    padding-right: 40px;
    display: inline-block;
    text-align: left;
  }

  .area-service .body .txt p.more a::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 12px 9px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .area-service .body .img {
    width: calc(100% + 32px);
    margin-left: -32px;
  }

  .area-service .body .img img {
    width: 100%;
    height: auto;
  }

  .area-corporate {
    padding: 56px 32px 64px 32px;
    /*margin-bottom: 24px;*/
    margin-top: -34px;
    background: #F7F7F7;
  }

  .area-corporate .body li {
    margin-bottom: 8px;
  }

  .area-corporate .body li:last-of-type {
    margin-bottom: 0;
  }

  .area-corporate .body a {
    display: block;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #DBE0C3;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 24px;
    position: relative;
    line-height: 1.3;
  }

  .area-corporate .body a small {
    font-family: 'Rubik', sans-serif;
    font-size: 5px;
    color: #709C12;
    font-weight: bold;
    display: block;
    margin-top: 1.2em;
    line-height: 1;
  }

  .area-corporate .body a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 10px 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
  }

  .area-corporate .body a::after {
    content: '詳細を見る';
    display: block;
    font-size: 14px;
    color: #709C12;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
  }

  .area-banner {
    padding: 56px 32px 64px 32px;
    /*margin-bottom: 24px;*/
  }

  .area-banner .body li {
    margin-bottom: 8px;
  }

  .area-banner .body li:last-of-type {
    margin-bottom: 0;
  }

  .area-banner .body a {
    display: block;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #DBE0C3;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 24px;
    position: relative;
    line-height: 1.3;
  }

  .area-banner .body a small {
    font-family: 'Rubik', sans-serif;
    font-size: 5px;
    color: #709C12;
    font-weight: bold;
    display: block;
    margin-top: 1.2em;
    line-height: 1;
  }

  .area-banner .body a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 10px 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
  }

  .area-banner .body a::after {
    content: '詳細を見る';
    display: block;
    font-size: 14px;
    color: #709C12;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
  }

  /* company
	**************************************************************************************************************************/
  .area-outline {
    padding: 0 32px;
    margin-bottom: 64px;
    padding-top: 65px;
    margin-top: -65px;
  }

  .area-outline .body .row {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .area-outline .body .row:last-of-type {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .area-outline .body dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .area-outline .body dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .area-outline .body a {
    color: #709C12;
  }

  .area-outline .body ul.list-col02 li {
    display: flex;
  }

  .area-outline .body ul.list-col02 span:nth-of-type(1) {
    width: 150px;
  }

  .area-message {
    padding: 0 32px;
    margin-bottom: 64px;
    padding-top: 65px;
    margin-top: -65px;
  }

  .area-message .body .txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }

  .area-message .body img {
    width: 100%;
    height: auto;
  }

  .area-message .body .name {
    text-align: center;
    margin-top: 1em;
    font-weight: bold;
    font-size: 16px;
  }

  .area-message .body small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }

  /* service
	**************************************************************************************************************************/
  .area-plan {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-plan .plans {
    border-radius: 16px;
    background: #EDEDED;
    padding: 10px;
  }

  .area-plan .plan {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 40px;
  }

  .area-plan .plan:last-of-type {
    margin-bottom: 0;
  }

  .area-plan .plan h3 {
    text-align: center;
    position: relative;
    top: -50px;
    margin-bottom: -35px;
  }

  .area-plan .plan h3 img {
    width: 66px;
    height: auto;
  }

  .area-plan .plan .price {
    background: #709C12;
    border-radius: 4px;
    text-align: center;
    padding: 1em 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    margin-bottom: 0.8em;
  }

  .area-plan .plan .price small {
    font-size: 14px;
    margin-left: 0.5em;
  }

  .area-plan .plan .lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }

  .area-plan .list-notice {
    margin-bottom: 5em;
  }

  .area-value {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-value .body h3 {
    background: #F4FCE3;
    border-radius: 8px;
    padding: 20px;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Kosugi Maru', sans-serif;
  }

  .area-value .body h3 strong {
    font-weight: normal;
    color: #709C12;
  }

  .area-value .body h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.2em;
  }

  .area-value .body h4 a {
    text-decoration: underline;
  }

  .area-value .points {
    font-family: 'Kosugi Maru', sans-serif;
  }

  .area-value .point {
    border: 2px solid #709C12;
    border-radius: 20px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #709C12;
    padding: 20px 20px;
  }

  .area-value .point .serial {
    width: 40px;
    font-size: 12px;
    text-align: center;
  }

  .area-value .point .serial span {
    font-size: 24px;
    display: block;
  }

  .area-value .point .title {
    width: calc(100% - 40px);
    border-left: 1px solid #E0E0E0;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 16px;
  }

  .area-value .lead p {
    font-size: 16px;
    line-height: 1.8;
  }

  .area-value .textbody p {
    font-size: 16px;
    line-height: 1.8;
  }

  .area-energy {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-energy .body p {
    font-size: 16px;
    line-height: 1.8;
  }

  .area-faq {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-faq .faqs {
    border-radius: 16px;
    background: #EDEDED;
    padding: 10px;
  }

  .area-faq .faq {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 50px;
    position: relative;
  }

  .area-faq .faq .imgtxt {
    display: flex;
    flex-wrap: wrap;
  }

  .area-faq .faq .img {
    width: 40px;
    order: 2;
    position: absolute;
    bottom: -40px;
  }

  .area-faq .faq .img picture {
    position: relative;
  }

  .area-faq .faq .txt {
    width: 100%;
    order: 1;
  }

  .area-faq .faq .txt h3 {
    font-size: 18px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    margin-bottom: 0.8em;
    line-height: 1.6;
  }

  .area-faq .faq .txt .answer p {
    font-size: 14px;
    line-height: 2;
  }

  .area-faq .faq:nth-of-type(odd) .img {
    right: 32px;
  }

  .area-faq .faq:nth-of-type(odd) .img picture::after {
    content: '';
    display: block;
    width: 40px;
    height: 20px;
    background: url(../img/service/bln01-sp.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -32px;
    top: 4px;
  }

  .area-faq .faq:nth-of-type(even) .img {
    left: 32px;
  }

  .area-faq .faq:nth-of-type(even) .img picture::after {
    content: '';
    display: block;
    width: 40px;
    height: 20px;
    background: url(../img/service/bln02-sp.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 40px;
    top: -3px;
  }

  /* news
	**************************************************************************************************************************/
  .area-news-archive {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-news-archive .body dl>div a {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #DEDEDE;
  }

  .area-news-archive .body dl dt {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .area-news-archive .body dl dd {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: #709C12;
    font-weight: bold;
  }

  .area-news-archive .body .paging {
    height: 48px;
    position: relative;
    margin-top: 33px;
  }

  .area-news-archive .body .paging .prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .area-news-archive .body .paging .prev a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #709C12 url(../img/common/arw-prev.svg) 50% 50% no-repeat;
    border: 2px solid #709C12;
    border-radius: 50%;
  }

  .area-news-archive .body .paging .next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .area-news-archive .body .paging .next a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #709C12 url(../img/common/arw-next.svg) 50% 50% no-repeat;
    border: 2px solid #709C12;
    border-radius: 50%;
  }

  .area-news-archive .body .paging ul {
    padding: 0 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .area-news-archive .body .paging ul li {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .area-news-archive .body .paging ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #709C12;
    font-weight: bold;
  }

  .area-news-archive .body .paging ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .area-news-archive .body .paging ul li.current a {
    border: 2px solid #709C12;
    border-radius: 50%;
  }

  .area-news-archive .body .paging ul li.more {
    position: relative;
    width: 10px;
  }

  .area-news-archive .body .paging ul li.more span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -6px;
  }

  .area-news-detail {
    padding: 32px;
    margin-bottom: 32px;
    border-top: 1px solid #E0E0E0;
  }

  .area-news-detail .title {
    margin-bottom: 32px;
  }

  .area-news-detail .title h1 {
    font-size: 24px;
    margin-top: 8px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
  }

  .area-news-detail .title .date {
    font-size: 12px;
    color: #808080;
  }

  /* terms
	**************************************************************************************************************************/
  .area-terms {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-terms .term {
    margin-bottom: 50px;
  }

  .area-terms .term ul li {
    background: url(../img/common/arw-r03.svg) 0 6px no-repeat;
    font-size: 16px;
    font-weight: bold;
    padding-left: 1.1em;
    border-bottom: 1px solid #dedede;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .area-terms .term ul li:last-of-type {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .area-terms .term ul a {
    color: #709C12;
  }

  .area-terms .term ul a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../img/common/icn-pdf.svg) no-repeat;
    margin-left: 5px;
  }

  /* inquiry
	**************************************************************************************************************************/
  .area-form {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .page-inquiry-thanks .area-form .inner {
    max-width: 880px;
    margin: 0 auto;
  }

  .area-form .steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 232px;
    margin: 0 auto 32px auto;
  }

  .area-form .steps::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .area-form .steps li {
    width: 56px;
    height: 56px;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    position: relative;
    background: #fff;
    z-index: 2;
  }

  .area-form .steps li span {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .area-form .steps li.current {
    background: #709C12;
    border-color: #709C12;
  }

  .area-form .steps li.current span {
    color: #fff;
  }

  .area-form .steps li.past {
    background: #B0C681;
    border-color: #B0C681;
  }

  .area-form .steps li.past span {
    color: #fff;
  }

  .area-form .txt-error {
    margin-bottom: 32px;
  }

  .area-form .txt-error p {
    font-size: 16px;
    line-height: 1.6;
    color: red;
  }

  .area-form .txt-error p small {
    font-size: 14px;
  }

  .area-form .lead {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .area-form .lead p {
    font-size: 18px;
    line-height: 1.6;
  }

  .area-form .lead p small {
    font-size: 14px;
  }

  .area-form .msg p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.4em;
  }

  .area-form .msg p.back {
    margin-top: 1em;
  }

  .area-form .error {
    margin-bottom: 3em;
  }

  .area-form .error p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.6em;
    color: #E8380D;
  }

  .area-form .require {
    display: inline-block;
    vertical-align: middle;
    background: #E8380D;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    padding: 0.5em 0.8em;
    font-weight: bold;
    margin-right: 0.3em;
  }

  .area-form .form dl {
    margin-bottom: 32px;
  }

  .area-form .form dl .row {
    margin-bottom: 32px;
  }

  .area-form .form dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .area-form .form dl dt .require {
    margin-right: 0;
    margin-left: 0.3em;
    line-height: 1;
  }

  .area-form .form dl dd {
    margin: 0;
  }

  .area-form .form dl .notice {
    margin-top: 0.4em;
  }

  .area-form .form input[type="text"] {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 16px;
    padding: 1em;
    width: 100%;
  }

  .area-form .form input[type="text"].tel {
    width: 200px;
  }

  .area-form .form input[type="text"].postal {
    width: 200px;
  }

  .area-form .form textarea {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 16px;
    padding: 1em;
    width: 100%;
  }

  .area-form .form select {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 16px;
    padding: 1em;
    width: 100%;
    background: url(../img/common/arw-d01.svg) calc(100% - 10px) 50% no-repeat;
  }

  .area-form .action {
    border-radius: 16px;
    background: #F8FCED;
    padding: 32px;
  }

  .area-form .action p small {
    font-size: 14px;
    font-weight: bold;
  }

  .area-form .action p small a {
    color: #709C12;
  }

  .area-form .action p small a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../img/common/icn-pdf.svg) no-repeat;
    margin-left: 5px;
  }

  .area-form .action label {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    position: relative;
    padding-left: 2em;
    display: block;
  }

  .area-form .action label input {
    width: 24px;
    height: 24px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
  }

  .area-form .action label input::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/common/icn-check-off.svg) 50% 50% no-repeat;
  }

  .area-form .action label input:checked::after {
    background: url(../img/common/icn-check-on.svg) 50% 50% no-repeat;
  }

  .area-form .action label span {
    line-height: 1;
    margin-left: 3px;
  }

  .area-form .action .btns {
    margin-top: 16px;
  }

  .area-form .action .btns button {
    display: block;
    padding: 1em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    box-shadow: none;
    border: 0;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
  }

  .area-form .action .btns button.button-primary {
    background: #E8690E url(../img/common/arw-r02.svg) calc(100% - 16px) 50% no-repeat;
    background-size: 11px 8px;
  }

  .area-form .action .btns button.button-back {
    background: #333 url(../img/common/arw-l01.svg) 16px 50% no-repeat;
    background-size: 11px 8px;
  }

  .area-form .action .btns.col02 {
    display: flex;
    flex-direction: column;
  }

  .area-form .action .btns.col02 li {
    width: auto;
  }

  .area-form .action .btns.col02 li:nth-of-type(1) {
    order: 2;
  }

  .area-form .action .btns.col02 li:nth-of-type(2) {
    order: 1;
    margin-bottom: 8px;
  }

  /* sdgs
	**************************************************************************************************************************/
  .area-sdgs-header .body {
    position: relative;
  }

  .area-sdgs-header .body picture {
    margin-bottom: 16px;
  }

  .area-sdgs-header .body .badge {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
  }

  .area-sdgs-header .body .badge li {
    width: 24px;
    line-height: 0;
  }

  .area-sdgs-header .topicpath {
    padding: 0 32px;
    margin-bottom: 56px;
  }

  .area-sdgs-header .topicpath ol {
    display: flex;
    font-size: 10px;
  }

  .area-sdgs-header .topicpath a {
    color: #709C12;
  }

  .area-sdgs-header .topicpath a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #CCCCCC;
    vertical-align: middle;
    margin: 0 1em;
  }

  .area-sdgs-interiview {
    padding: 0 0 0 32px;
    margin-bottom: 56px;
  }

  .area-sdgs-interiview .body {
    background: #EDEDED;
    padding: 16px 0;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    overflow: hidden;
  }

  .area-sdgs-interiview .body .articles {
    margin-bottom: 24px;
    padding-right: 36px;
  }

  .area-sdgs-interiview .body .article {
    background: #fff url(../img/sdgs/arw01.svg) calc(100% - 16px) calc(100% - 16px) no-repeat;
    border-radius: 16px;
    margin-left: 16px;
  }

  .area-sdgs-interiview .body .article a {
    display: block;
  }

  .area-sdgs-interiview .body .article .img {
    margin-bottom: 12px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
  }

  .area-sdgs-interiview .body .article .txt {
    padding: 10px 24px 48px 24px;
  }

  .area-sdgs-interiview .body .article .txt h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  .area-sdgs-interiview .body .article .txt p {
    font-size: 12px;
    line-height: 1.7;
  }

  .area-sdgs-interiview .body .article.is-new {
    position: relative;
  }

  .area-sdgs-interiview .body .article.is-new::after {
    content: 'NEW';
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #E8380D;
    display: inline-block;
    line-height: 1;
    padding: 0.8em 1.2em;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .area-sdgs-interiview .body .slick-track {
    display: flex;
  }

  .area-sdgs-interiview .body .slick-slide {
    height: auto !important;
  }

  .area-sdgs-interiview .body .slick-list {
    overflow: visible;
  }

  .area-sdgs-interiview .body .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  .area-sdgs-interiview .body .slick-dots li {
    width: 8px;
    height: 8px;
    background: #C7C7C7;
    border-radius: 50%;
    margin: 0 5px;
  }

  .area-sdgs-interiview .body .slick-dots li button {
    display: none;
  }

  .area-sdgs-interiview .body .slick-dots li.slick-active {
    background: #709C24;
  }

  .area-sdgs-interiview .body .more {
    margin: 0 32px 0 16px;
  }

  .area-sdgs-interiview .body .more a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 1em 0;
    background: #000 url(../img/common/arw-r02.svg) calc(100% - 16px) 50% no-repeat;
    border-radius: 100px;
    display: block;
    text-align: center;
  }

  .area-sdgs-project {
    padding: 0 32px;
    margin-bottom: 56px;
  }

  .area-sdgs-project .title-body {
    background: #709C12;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    border: 1px solid #709C12;
  }

  .area-sdgs-project .title {
    padding: 32px;
  }

  .area-sdgs-project .title h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .area-sdgs-project .title h2 small {
    font-size: 10px;
    display: block;
    margin-top: 0.5em;
  }

  .area-sdgs-project .title p {
    font-size: 12px;
    line-height: 1.8;
  }

  .area-sdgs-project .body picture {
    overflow: hidden;
  }

  .area-sdgs-project .body img {
    transform: scale(1.1);
    transform-origin: top center;
  }

  .area-sdgs-column {
    padding: 0 32px;
    margin-bottom: 56px;
  }

  .area-sdgs-column .body .articles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .area-sdgs-column .body .article {
    width: 49%;
    margin: 0 2% 2% 0;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
  }

  .area-sdgs-column .body .article:nth-of-type(2n) {
    margin-right: 0;
  }

  .area-sdgs-column .body .article a {
    display: block;
  }

  .area-sdgs-column .body .article .txt {
    padding: 12px 16px;
  }

  .area-sdgs-column .body .article .txt h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.4em;
  }

  .area-sdgs-column .body .article .txt .date {
    font-size: 12px;
  }

  .area-sdgs-column .body .article.is-new {
    position: relative;
  }

  .area-sdgs-column .body .article.is-new::after {
    content: 'NEW';
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #E8380D;
    display: inline-block;
    line-height: 1;
    padding: 0.8em 1.2em;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .area-sdgs-column .body .more a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 1em 0;
    background: #000 url(../img/common/arw-r02.svg) calc(100% - 16px) 50% no-repeat;
    border-radius: 100px;
    display: block;
    text-align: center;
  }

  .area-sdgs-hitosara {
    padding: 0 32px;
    margin-bottom: 16px;
  }

  .area-sdgs-hitosara .title-body {
    border: 1px solid #DBE0C3;
    padding: 16px;
    border-radius: 8px;
  }

  .area-sdgs-hitosara .title {
    padding-bottom: 32px;
    border-bottom: 1px solid #DBE0C3;
  }

  .area-sdgs-hitosara .title h2 {
    text-align: center;
    padding: 24px 0;
  }

  .area-sdgs-hitosara .title h2 img {
    width: 80%;
  }

  .area-sdgs-hitosara .title p {
    font-size: 12px;
    line-height: 1.8;
    padding: 0 16px;
  }

  .area-sdgs-hitosara .body {
    padding-top: 16px;
  }

  .area-sdgs-hitosara .body .more {
    text-align: right;
  }

  .area-sdgs-hitosara .body .more a {
    font-size: 12px;
    font-weight: bold;
    color: #709C12;
    background: url(../img/sdgs/arw01.svg) 100% 50% no-repeat;
    padding: 0.4em 3em 0.4em 0;
  }

  .area-sdgs-hitosara .body .more small {
    font-size: 10px;
    display: block;
    margin-top: 4px;
  }

  .area-sdgs-slogan {
    padding: 0 32px;
    margin-bottom: 56px;
  }

  .area-sdgs-slogan .title-body {
    border: 1px solid #DBE0C3;
    padding: 16px;
    border-radius: 8px;
  }

  .area-sdgs-slogan .title {
    padding: 20px 0;
    text-align: center;
  }

  .area-sdgs-slogan .body {
    padding-bottom: 10px;
  }

  .area-sdgs-slogan .body p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }

  .area-sdgs-articles {
    padding: 0 32px;
    margin-bottom: 48px;
  }

  .area-sdgs-articles .title h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5em;
  }

  .area-sdgs-articles .body .articles {
    margin-bottom: 48px;
  }

  .area-sdgs-articles .body .article {
    margin-bottom: 40px;
  }

  .area-sdgs-articles .body .article a {
    display: block;
  }

  .area-sdgs-articles .body .article .img {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
  }

  .area-sdgs-articles .body .article .txt h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  .area-sdgs-articles .body .article .txt p {
    font-size: 12px;
    line-height: 1.7;
  }

  .area-sdgs-articles .body .article.is-new {
    position: relative;
  }

  .area-sdgs-articles .body .article.is-new::after {
    content: 'NEW';
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #E8380D;
    display: inline-block;
    line-height: 1;
    padding: 0.8em 1.2em;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .area-sdgs-articles .body .article:last-of-type {
    margin-bottom: 0;
  }

  .area-sdgs-articles .body .paging {
    height: 48px;
    position: relative;
    margin-top: 33px;
  }

  .area-sdgs-articles .body .paging .prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .area-sdgs-articles .body .paging .prev a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #709C12 url(../img/common/arw-prev.svg) 50% 50% no-repeat;
    border: 2px solid #709C12;
    border-radius: 50%;
  }

  .area-sdgs-articles .body .paging .next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .area-sdgs-articles .body .paging .next a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #709C12 url(../img/common/arw-next.svg) 50% 50% no-repeat;
    border: 2px solid #709C12;
    border-radius: 50%;
  }

  .area-sdgs-articles .body .paging ul {
    padding: 0 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .area-sdgs-articles .body .paging ul li {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .area-sdgs-articles .body .paging ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #709C12;
    font-weight: bold;
  }

  .area-sdgs-articles .body .paging ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .area-sdgs-articles .body .paging ul li.current a {
    border: 2px solid #709C12;
    border-radius: 50%;
  }

  .area-sdgs-articles .body .paging ul li.more {
    position: relative;
    width: 10px;
  }

  .area-sdgs-articles .body .paging ul li.more span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -6px;
  }

  .area-sdgs-articles .body .back {
    margin-top: 64px;
  }

  .area-sdgs-articles .body .back a {
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .area-sdgs-title {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-sdgs-title .title h1 {
    font-size: 14px;
    margin-bottom: 1em;
  }

  .area-sdgs-title .title .label {
    border-radius: 100px;
    font-size: 12px;
    font-weight: bold;
    padding: 0.2em 1em;
    margin-right: 0.5em;
  }

  .area-sdgs-title .title .label.label-new {
    background: #E8380D;
    color: #fff;
  }

  .area-sdgs-title .title h2 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #DEDEDE;
    position: relative;
    padding-bottom: 0.8em;
    margin-bottom: 2em;
  }

  .area-sdgs-title .body .lead {
    margin-bottom: 1em;
  }

  .area-sdgs-title .body .lead p {
    font-size: 14px;
    line-height: 2;
  }

  .area-sdgs-title .body .more {
    margin-bottom: 2em;
  }

  .area-sdgs-title .body .more p {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
  }

  .area-sdgs-title .body .more p a {
    color: #709C12;
  }

  .area-sdgs-title .body .badges {
    border-radius: 16px;
    overflow: hidden;
    background: #EDEDED;
    margin-top: 2em;
  }

  .area-sdgs-title .body .badges h3 {
    background: #709C12;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0.6em;
  }

  .area-sdgs-title .body .badges .badge {
    padding: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .area-sdgs-title .body .badges .badge li {
    width: 31%;
    margin: 0 2% 2% 0;
  }

  .area-sdgs-title .body .badges .badge img {
    width: 100%;
    height: auto;
  }

  .area-sdgs-article {
    padding: 0 32px;
    margin-bottom: 64px;
  }

  .area-sdgs-article .body .block-sdgs h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0.4em 0.8em;
    border-left: 3px solid #709C12;
    margin-bottom: 1.5em;
  }

  .area-sdgs-article .body .block-sdgs h3 {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 1.5em;
  }

  .area-sdgs-article .body .block-sdgs h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 1px;
    background: #000;
    margin-right: 0.3em;
  }

  .area-sdgs-article .body .block-sdgs p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 1.5em;
  }

  .area-sdgs-article .body .block-sdgs figure {
    margin-bottom: 1.5em;
  }

  .area-sdgs-article .body .block-sdgs picture {
    margin-bottom: 1em;
  }

  .area-sdgs-article .body .block-sdgs img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .area-sdgs-article .body .block-sdgs figcaption {
    font-size: 10px;
    line-height: 1.6;
  }

  .area-sdgs-article .body .block-profile {
    border: 2px solid #E0E0E0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 64px;
  }

  .area-sdgs-article .body .block-profile .imgtxt .txt h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.3em;
  }

  .area-sdgs-article .body .block-profile .imgtxt .txt p {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 1.5em;
  }

  .area-sdgs-article .body .block-profile .imgtxt .txt a {
    color: #709C12;
    font-weight: bold;
  }

  .area-sdgs-article .body .block-profile .imgtxt .img {
    text-align: center;
    margin-bottom: 24px;
  }

  .area-sdgs-article .body .block-profile .imgtxt .img img {
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    width: 110px;
    height: auto;
  }

  .area-sdgs-article .body .back {
    text-align: center;
  }

  .area-sdgs-article .body .back a {
    display: block;
    background: #709C12 url(../img/common/arw-l01.svg) 16px 50% no-repeat;
    background-size: 11px 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0.8em;
    border-radius: 100px;
  }

  .area-sdgs-relate {
    background: #F7F7F7;
    padding: 48px 32px;
  }

  .area-sdgs-relate .title h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5em;
  }

  .area-sdgs-relate .body .relate {
    margin-bottom: 40px;
  }

  .area-sdgs-relate .body .relate a {
    display: block;
  }

  .area-sdgs-relate .body .relate .img {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
  }

  .area-sdgs-relate .body .relate .txt h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  .area-sdgs-relate .body .relate .txt p {
    font-size: 12px;
    line-height: 1.7;
  }

  .area-sdgs-relate .body .relate.is-new {
    position: relative;
  }

  .area-sdgs-relate .body .relate.is-new::after {
    content: 'NEW';
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #E8380D;
    display: inline-block;
    line-height: 1;
    padding: 0.8em 1.2em;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .area-sdgs-relate .body .relate:last-of-type {
    margin-bottom: 0;
  }

  /* afan
	**************************************************************************************************************************/
  .area-afan-info {
    padding: 0 32px;
    margin-bottom: 64px;
    margin-top: -7em;
  }

  .area-afan-info .body .article {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2%;
  }

  .area-afan-info .body .article a {
    text-decoration: underline;
    color: #709C12;
  }

  .area-afan-info .body .article .img img {
    width: 100%;
    height: auto;
  }

  .area-afan-info .body .article .txt {
    padding: 12px 16px;
  }

  .area-afan-info .body .article .txt h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.4em;
  }

  .area-afan-info .body .article .txt .entrybody {
    font-size: 13px;
  }

  /* blocks
	**************************************************************************************************************************/
  .area-blocks {
    padding: 32px;
    margin-bottom: 32px;
  }

  .page .area-blocks {
    padding-top: 0;
  }

  .area-blocks.is-sdgs {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .blocks {
    padding: 0;
    margin-bottom: 5em;
  }

  .blocks .colored {
    color: #E8690E;
  }

  .blocks .txt {
    margin-bottom: 32px;
  }

  .blocks .txt.is-bordered {
    border: 2px solid #dedede;
    padding: 2em;
    border-radius: 8px;
  }

  .blocks .txt *:last-child {
    margin-bottom: 0;
  }

  .blocks p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.2em;
  }

  .blocks .list-dflt {
    margin-bottom: 5em;
  }

  .blocks .list-dflt li {
    font-size: 16px;
    line-height: 1.6;
  }

  .blocks .list-dflt li::before {
    font-size: 16px;
    color: #002F7B;
    top: 12px;
    left: 0px;
  }

  .blocks .list-link {
    margin-bottom: 5em;
  }

  .blocks .list-link li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../img/common/arw-r03.svg) 0 6px no-repeat;
    background-size: 8px 14px;
  }

  .blocks .list-notice {
    margin-bottom: 3em;
  }

  .blocks .list-notice li {
    font-size: 12px;
  }

  .blocks .list-notice li * {
    font-size: 12px;
    line-height: 1.3;
  }

  .blocks a {
    color: #709C12;
  }

  .blocks a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../img/common/icn-pdf.svg) no-repeat;
    margin-left: 5px;
  }

  .blocks a[href$=".pdf"] {
    background: none;
    padding-right: 0;
  }

  .blocks .button {
    margin-bottom: 3em;
  }

  .blocks .button .btn {
    display: block;
    padding: 1em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .blocks .button .btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
  }

  .blocks .button .btn small {
    display: block;
    font-size: 10px;
  }

  .blocks .button .btn.btn-primary {
    background: #E8690E url(../img/common/arw-r02.svg) calc(100% - 20px) 50% no-repeat;
    background-size: 14px 10px;
  }

  .blocks .button .btn.btn-primary[target$="_blank"] {
    background: #E8690E url(../img/common/icn-nwin-w.svg) calc(100% - 20px) 50% no-repeat;
  }

  .blocks .button .btn.btn-secondary {
    background: #709C12 url(../img/common/arw-r02.svg) calc(100% - 20px) 50% no-repeat;
    background-size: 14px 10px;
  }

  .blocks .button .btn.btn-secondary[target$="_blank"] {
    background: #709C12 url(../img/common/icn-nwin-w.svg) calc(100% - 20px) 50% no-repeat;
  }

  .blocks .button .btn.btn-default {
    background: #333333 url(../img/common/arw-r02.svg) calc(100% - 20px) 50% no-repeat;
    background-size: 14px 10px;
  }

  .blocks .button .btn.btn-default[target$="_blank"] {
    background: #333333 url(../img/common/icn-nwin-w.svg) calc(100% - 20px) 50% no-repeat;
  }

  .blocks .button .btn.disabled {
    pointer-events: none;
    background: #BFBFBF url(../img/common/arw-r02.svg) calc(100% - 20px) 50% no-repeat;
    background-size: 14px 10px;
    color: #111;
  }

  .blocks .button .btn.disabled a {
    color: #333333;
  }

  .blocks .button .btn.disabled[target$="_blank"] {
    background: #BFBFBF url(../img/common/icn-nwin-w.svg) calc(100% - 20px) 50% no-repeat;
  }

  .blocks .button .btn.btn-large {
    font-size: 21px;
  }

  .blocks .button .btn.btn-large small {
    font-size: 14px;
  }

  .blocks li a[target=_blank] {
    background: url(../img/common/icn-nwin.svg) 100% 0 no-repeat;
    background-size: 14px 14px;
    padding-right: 20px;
  }

  .blocks li a[href$=".pdf"] {
    background: none;
    padding-right: 0;
  }

  .blocks .imgtxt {
    margin-bottom: 32px;
  }

  .blocks .imgtxt .img {
    margin-bottom: 16px;
  }

  .blocks .imgtxt .img picture img {
    width: 100%;
    height: auto;
  }

  .blocks .imgtxt .img picture span {
    display: block;
    font-size: 12px;
    color: #808080;
    margin-top: 0.5em;
  }

  .blocks .imgtxt.is-reverse {
    display: flex;
    flex-wrap: wrap;
  }

  .blocks .imgtxt.is-reverse .img {
    order: 2;
  }

  .blocks .imgtxt.is-reverse .txt {
    order: 1;
  }

  .blocks table {
    font-size: 16px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin-bottom: 32px;
  }

  .blocks table thead th {
    font-weight: bold;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0.8em 1em;
    background: #F4FCE3;
  }

  .blocks table thead td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0.8em 1em;
  }

  .blocks table tbody th {
    font-weight: bold;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0.8em 1em;
    background: #F4FCE3;
  }

  .blocks table tbody td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0.8em 1em;
  }

  .blocks table.tbl-a thead th {
    background: #F4FCE3;
  }

  .blocks table.tbl-a tbody th {
    background: #F4FCE3;
  }

  .blocks table.tbl-b thead th {
    background: #F4FCE3;
  }

  .blocks table.tbl-b tbody th {
    background: #F7F7F7;
  }

  .blocks .mini table th,
  .blocks .mini table td {
    font-size: 12px;
  }

  .blocks .wrap-tbl {
    width: calc(100% + 16px);
  }

  .blocks .wrap-tbl table {
    width: 1050px !important;
  }

  .blocks .embed {
    margin-bottom: 48px;
  }

  .blocks .imgs {
    margin-bottom: 32px;
  }

  .blocks .imgs picture img {
    width: 100%;
    height: auto;
  }

  .blocks .imgs picture .caprtion {
    display: block;
    font-size: 12px;
    color: #808080;
    margin-top: 0.5em;
  }

  .blocks .imgs.single picture {
    text-align: center;
  }

  .blocks .imgs.single picture img {
    width: auto;
    height: auto;
  }

  .blocks .imgs.double {
    display: flex;
    flex-wrap: wrap;
  }

  .blocks .imgs.double picture {
    width: 48.9%;
    margin: 0 2.2% 2.2% 0;
  }

  .blocks .imgs.double picture:nth-of-type(2n) {
    margin-right: 0;
  }

  .blocks .relate .title-body {
    background: #F7F7F7;
    padding: 24px 32px;
    margin-bottom: 48px;
  }

  .blocks .relate .title {
    margin-bottom: 24px;
  }

  .blocks .relate .title p {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #dedede;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
    text-align: center;
  }

  .blocks .relate .body .list-link {
    margin-bottom: 0;
  }

  .blocks.is-single {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .blocks.is-single table th {
    text-align: left;
    padding: 1em 1.5em;
    min-width: 150px;
  }

  .blocks.is-single table td {
    padding: 1em 1.5em;
  }

  .blocks .points {
    font-family: 'Kosugi Maru', sans-serif;
    margin: 3em 0;
  }

  .blocks .points .point {
    border: 2px solid #709C12;
    border-radius: 20px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #709C12;
    padding: 20px 20px;
  }

  .blocks .points .point .serial {
    width: 40px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
  }

  .blocks .points .point .serial span {
    font-size: 24px;
    display: block;
  }

  .blocks .points .point .title {
    width: calc(100% - 40px);
    border-left: 1px solid #E0E0E0;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .blocks .anchors {
    margin-bottom: 3em;
  }

  .blocks .anchors li {
    font-size: 16px;
    margin-bottom: 0.5em;
    border: 1px solid #709C12;
    border-radius: 6px;
  }

  .blocks .anchors a {
    background: url(../img/common/arw-d02.svg) 0.5em 50% no-repeat;
    display: block;
    padding: 0.3em;
    padding-left: 2em;
  }

  .blocks dl.faqs {
    margin-bottom: 3em;
  }

  .blocks dl.faqs .row {
    font-size: 16px;
    border-bottom: 1px solid #E0E0E0;
    padding: 1.5em 0;
  }

  .blocks dl.faqs .row dt {
    position: relative;
    padding-left: 1.8em;
    padding-right: 4em;
    /* cursor: pointer; */
    font-weight: bold;
  }

  .blocks dl.faqs .row dt::before {
    content: 'Q.';
    display: block;
    color: #709C12;
    position: absolute;
    top: 0;
    left: 0;
  }

  .blocks dl.faqs .row dd {
    padding: 1em 0 0 1.8em;
    margin: 0;
    line-height: 1.8;
    /* display: none; */
  }

  .blocks dl.faqs .row.is-open dt span::after {
    display: none;
  }

  .blocks div.faqs {
    border-radius: 16px;
    background: #EDEDED;
    padding: 10px;
  }

  .blocks div.faqs .faq {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 50px;
    position: relative;
  }

  .blocks div.faqs .faq .imgtxt {
    display: flex;
    flex-wrap: wrap;
  }

  .blocks div.faqs .faq .img {
    width: 40px;
    order: 2;
    position: absolute;
    bottom: -40px;
  }

  .blocks div.faqs .faq .img picture {
    position: relative;
  }

  .blocks div.faqs .faq .txt {
    width: 100%;
    order: 1;
  }

  .blocks div.faqs .faq .txt h3 {
    font-size: 18px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    margin-bottom: 0.8em;
    line-height: 1.6;
  }

  .blocks div.faqs .faq .txt .answer p {
    font-size: 14px;
    line-height: 2;
  }

  .blocks div.faqs .faq:nth-of-type(odd) .img {
    right: 32px;
  }

  .blocks div.faqs .faq:nth-of-type(odd) .img picture::after {
    content: '';
    display: block;
    width: 40px;
    height: 20px;
    background: url(../img/service/bln01-sp.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -32px;
    top: 4px;
  }

  .blocks div.faqs .faq:nth-of-type(even) .img {
    left: 32px;
  }

  .blocks div.faqs .faq:nth-of-type(even) .img picture::after {
    content: '';
    display: block;
    width: 40px;
    height: 20px;
    background: url(../img/service/bln02-sp.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 40px;
    top: -3px;
  }

  .blocks .movies {
    margin-bottom: 3em;
  }

  .blocks .movies .movie {
    margin: 0 0 4% 0;
  }

  .blocks .movies .movie:nth-of-type(2n) {
    margin-right: 0;
  }

  .blocks .movies .movie .embed {
    margin-bottom: 0;
  }

  .blocks .movies .movie .title {
    margin-top: 0.8em;
    font-weight: bold;
  }

  .blocks .movies .movie picture img {
    width: 100%;
    height: auto;
  }

  .blocks .movies .movie a {
    color: #000;
  }

  .blocks .tgl-child {
    display: none;
    margin-bottom: 3em;
  }

  .blocks .modal-mov {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
  }

  .blocks .modal-mov .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 840px;
    height: auto;
    text-align: right;
    margin: 0;
  }

  .blocks .modal-mov .inner .close {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    margin: 0;
    position: relative;
    left: calc(100% - 40px);
    top: -20px;
    cursor: pointer;
  }

  .blocks .modal-mov .inner .close::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .blocks .modal-mov .inner .close::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .blocks .sets .set {
    margin-bottom: 1em;
  }

  .blocks .sets .set .imgtxt {
    display: flex;
    justify-content: space-between;
  }

  .blocks .sets .set .img {
    width: 40%;
  }

  .blocks .sets .set .txt {
    width: 55%;
    margin-bottom: 0;
  }

  .blocks .sets .set .txt h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .blocks .sets .set .txt .lead {
    font-size: 12px;
    line-height: 1.5;
  }

  .blocks .sets .set .txt .lead p {
    font-size: 12px;
    line-height: 1.5;
  }

  .blocks .plans {
    border-radius: 16px;
    background: #EDEDED;
    padding: 10px;
    margin-bottom: 40px;
  }

  .blocks .plans .plan {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 40px;
  }

  .blocks .plans .plan:last-of-type {
    margin-bottom: 0;
  }

  .blocks .plans .plan h3 {
    background: #F4FCE3;
    border-radius: 8px;
    padding: 20px;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 16px;
    font-family: 'Kosugi Maru', sans-serif;
  }

  .blocks .plans .plan h3 strong {
    font-weight: normal;
    color: #709C12;
  }

  .blocks .plans .plan h3 {
    text-align: center;
    position: relative;
    top: -50px;
    margin-bottom: -34px;
  }

  .blocks .plans .plan h3 img {
    width: 66px;
    height: auto;
  }

  .blocks .plans .plan .price {
    background: #709C12;
    border-radius: 4px;
    text-align: center;
    padding: 1em;
    color: #fff;
    font-size: 20px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    margin-bottom: 0.8em;
  }

  .blocks .plans .plan .price small {
    font-size: 14px;
    margin-left: 0.5em;
  }

  .blocks .plans .plan .lead {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }

  .blocks .tablink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 0 5%;
  }

  .blocks .tablink li {
    font-size: 12px;
    margin: 3px;
    font-weight: bold;
  }

  .blocks .tablink li a {
    display: block;
    border: 2px solid #709C12;
    border-radius: 100px;
    line-height: 1;
    padding: 0.8em 0.8em;
  }

  .blocks .tablink li a.is-active {
    background: #709C12;
    color: #fff;
  }

  .blocks .tab-panels {
    margin-bottom: 2em;
  }

  .blocks .tab-panels .panel {
    display: none;
  }

  .blocks .tab-panels .panel:nth-of-type(1) {
    display: block;
  }

  .area-bnr {
    padding: 0 32px;
    margin-bottom: 80px;
  }

  .area-bnr .body ul li {
    margin: 15px 0px;
  }

  .area-bnr.is-top {
    margin-top: -50px;
  }
}

@media screen and (min-width: 769px) {
  .is_sp {
    display: none !important;
  }

  .is_tb {
    display: block !important;
  }

  .is_tb_inline {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {

  /* layout
	**************************************************************************************************************************/
  .is_sp {
    display: none !important;
  }

  .is_tb {
    display: none !important;
  }

  .is_pc {
    display: block !important;
  }

  /* common
	**************************************************************************************************************************/
  body {
    position: relative;
  }

  body::after {
    width: 16px;
  }

  header .inner {
    padding-bottom: 0;
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
  }

  header .logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    position: relative;
  }

  header .logo .si {
    width: 231px;
  }

  header .logo .si img {
    width: auto;
    height: 25px;
  }

  header .menu {
    width: auto;
    opacity: 1;
    transition: all 1s;
  }

  .has-menu header .menu {
    opacity: 0;
    z-index: -1;
  }

  header .menu nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  header .menu nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  header .menu nav ul.sub li {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-left: 2em;
  }

  header .menu nav ul.sub li:first-of-type {
    margin-left: 0;
  }

  header .menu nav ul.cv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 24px;
  }

  header .menu nav ul.cv li {
    display: block;
    font-size: 16px;
    margin-left: 8px;
    font-weight: bold;
  }

  header .menu nav ul.cv li.faq {
    display: block;
  }

  header .menu nav ul.cv li.customer {
    display: block;
  }

  header .menu nav ul.cv li.contact {
    display: block;
  }

  header .menu nav ul.cv li a.btn-primary {
    width: auto;
    font-size: 14px;
    padding: 0.7em 1em;
    background: #E8690E;
  }

  header .menu nav ul.cv li a.btn-secondary {
    width: auto;
    font-size: 14px;
    padding: 0.7em 1em;
    background: #709C12;
  }

  header .menu nav ul.cv li a.btn-tertiary {
    width: auto;
    font-size: 14px;
    padding: 0.7em 1em;
    background: #595959;
  }

  header .pages {
    display: block;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin-top: 12px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 8px;
  }

  header .pages ul {
    display: flex;
    justify-content: center;
  }

  header .pages ul li {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0 2em;
    border-right: 1px solid #E0E0E0;
    text-align: center;
    position: relative;
  }

  header .pages ul li:first-of-type {
    border-left: 1px solid #E0E0E0;
  }

  header .pages ul li.shimakosaku {
    padding-right: 5em;
  }

  header .pages ul li.shimakosaku a::after {
    content: '';
    display: block;
    width: 94px;
    height: 69px;
    background: url(../img/common/img-glnv-shima.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -17px;
  }

  header .tgl {
    display: none;
  }

  .modal-glnv {
    display: none;
  }

  main {
    padding-top: 143px;
  }

  .top main {
    padding-top: 0;
  }

  .page main {
    padding-top: 143px;
  }

  .page-service main {
    background: url(../img/service/bg.svg) 100% 0 no-repeat;
  }

  footer {
    padding: 24px 40px 35px 24px;
  }

  footer .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  footer .menu-sdgs {
    padding-bottom: 24px;
    align-items: center;
  }

  footer .menu {
    flex: 1;
  }

  footer .menu ul {
    display: flex;
  }

  footer .menu li {
    margin-bottom: 0;
    margin-right: 2.5em;
  }

  footer .menu li:last-of-type {
    margin-bottom: 0;
  }

  footer .menu a {
    color: #fff;
  }

  footer .sdgs {
    width: 420px;
    margin-left: 50px;
  }

  footer .sdgs ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }

  footer .sdgs ul li {
    margin-bottom: 0;
  }

  footer .sdgs ul li:nth-of-type(1) {
    order: 1;
    flex-wrap: nowrap;
    align-items: center;
  }

  footer .sdgs ul li:nth-of-type(1) img {
    margin-right: 0px;
    height: 50px !important;
    width: auto !important;
  }

  footer .sdgs ul li:nth-of-type(1) span {
    justify-content: flex-end;
  }

  footer .sdgs ul li:nth-of-type(1) span.txt {
    order: 1;
    font-size: 10px;
    text-align: left;
  }

  footer .sdgs ul li:nth-of-type(1) span.img {
    order: 2;
    width: 200px;
    margin-left: 0px;
  }

  footer .sdgs ul li:nth-of-type(2) {
    order: 2;
    margin-left: 20px;
    width: 90px;
  }

  footer .sdgs ul li img {
    height: 36px !important;
    width: auto !important;
  }

  footer .sitenv-cr {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
  }

  footer .sitenv {
    margin-bottom: 0;
  }

  footer .sitenv ul {
    display: flex;
    margin-bottom: 0.5em;
  }

  footer .sitenv li {
    margin-bottom: 0em;
    margin-right: 2.5em;
  }

  footer .sitenv a {
    color: #fff;
  }

  footer .cr p {
    text-align: right;
  }

  .pagetop {
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: none;
  }

  /* parts
	**************************************************************************************************************************/
  .btn.btn-primary {
    background: #E8690E url(../img/common/arw-r01.svg) calc(100% - 1em) 50% no-repeat;
    background-size: 5px 10px;
    padding: 0.7em 0.8em;
  }

  .btn.btn-primary.arw02 {
    padding: 1em;
  }

  .btn.btn-secondary {
    background: #709C12 url(../img/common/arw-r01.svg) calc(100% - 1em) 50% no-repeat;
    background-size: 5px 10px;
    padding: 0.7em 0.8em;
  }

  .btn.btn-secondary.arw02 {
    padding: 1em;
  }

  .btn.btn-tertiary {
    background: #595959 url(../img/common/arw-r01.svg) calc(100% - 1em) 50% no-repeat;
    background-size: 5px 10px;
    padding: 0.7em 0.8em;
  }

  .btn.btn-tertiary.arw02 {
    padding: 1em;
  }

  .btn.btn-back {
    background: #709C12 url(../img/common/arw-l01.svg) 1em 50% no-repeat;
    background-size: 10px 8px;
    padding: 0.7em 0.8em;
  }

  .hl01 {
    font-size: 48px;
  }

  .hl01 small {
    font-size: 16px;
  }

  .hl02 {
    font-size: 32px;
    margin-bottom: 40px;
    padding: 24px 38px;
  }

  .hl02::after {
    width: 6px;
  }

  .hl03 {
    font-size: 32px;
  }

  .hl04 {
    font-size: 24px;
    padding: 1em;
  }

  .hl05 {
    font-size: 20px;
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
  }

  .hl-faq {
    font-size: 20px;
    border-bottom: 3px solid #DEDEDE;
    padding-left: 2.8em;
    padding-bottom: 0.8em;
    padding-top: 0.4em;
    margin-bottom: 1em;
  }

  .hl-faq:nth-of-type(3n+1) {
    background: url(../img/common/icn-faq01.svg) 0 0 no-repeat;
    background-size: 43px 43px;
  }

  .hl-faq:nth-of-type(3n+2) {
    background: url(../img/common/icn-faq02.svg) 0 0 no-repeat;
    background-size: 43px 43px;
  }

  .hl-faq:nth-of-type(3n+3) {
    background: url(../img/common/icn-faq03.svg) 0 0 no-repeat;
    background-size: 43px 43px;
  }

  .area-pagetitle {
    margin-bottom: 48px;
    background: url(../img/common/bg-pagetitle-pc.svg) 100% 0 no-repeat;
    background-size: cover;
    padding: 0 40px;
  }

  .area-pagetitle .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-pagetitle .title {
    /* padding: 64px 0;*/
    padding: 5vw 0;
    background: none;
  }

  .area-pagetitle .title h1 {
    font-size: 40px;
  }

  .area-pagetitle .title small {
    font-size: 16px;
    margin-top: 0.8em;
  }

  .page-service .area-pagetitle {
    background: url(../img/service/bg-pagetitle-pc.png) 100% 0 no-repeat;
    background-size: cover;
  }

  .page-service .area-pagetitle .title {
    background: none;
  }

  .page-service .area-pagetitle .title h1 {
    color: #fff;
  }

  .page-service .area-pagetitle .title small {
    color: #fff;
  }

  /* top
	**************************************************************************************************************************/
  .area-kv {
    padding-top: 40px;
    background: url(../img/top/mainimg-pc.svg) 100% 0 no-repeat;
    background-size: 100% auto;
    padding-bottom: 30vw;
    margin-bottom: -12vw;
  }

  .area-kv .inner {
    padding: 0 40px;
  }

  .area-kv .title-body {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-kv .title {
    text-align: left;
    padding: 0;
    padding-top: 14vw;
  }

  .area-kv .title h1 {
    width: 100%;
    margin: 0;
  }

  .area-kv .title h1 img {
    width: 377px;
    height: auto;
  }

  .area-kv .title p {
    line-height: 1.9;
    margin-top: 1.5em;
    width: 377px;
  }

  .area-kv .scroll {
    display: none;
  }

  .area-news {
    padding: 0 40px;
    margin-bottom: 120px;
  }

  .area-news .inner {
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .area-news .title-body {
    display: flex;
    justify-content: space-between;
  }

  .area-news .title {
    width: 360px;
  }

  .area-news .title .hl01 {
    margin-bottom: 38px;
  }

  .area-news .more {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    position: static;
  }

  .area-news .more a {
    padding-right: 85px;
  }

  .area-news .more a::after {
    width: 72px;
    height: 72px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 16px 11px;
  }

  .area-news .body {
    width: calc(100% - 360px);
  }

  .area-news .body .row {
    /* padding-bottom: 32px; margin-bottom: 32px; */
    /* display: flex; justify-content: space-between; */
  }

  .area-news .body dt {
    /* margin-bottom: 0px; width: 130px; */
  }

  .area-news .body dd {
    /* width: calc(100% - 130px); */
    width: 100%;
  }

  .area-news .body dd a {
    color: #709C12;
  }

  .area-philosophy {
    padding: 0 40px;
    margin-bottom: 0;
  }

  .area-philosophy .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-philosophy .body .imgtxt {
    display: flex;
    justify-content: space-between;
  }

  .area-philosophy .body .txt {
    margin-bottom: 0;
    width: 46%;
    order: 2;
  }

  .area-philosophy .body .txt .btns p:first-of-type {
    margin-right: 32px;
    padding-right: 32px;
  }

  .area-philosophy .body .txt p {
    line-height: 2;
  }

  .area-philosophy .body .txt p.more {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    position: static;
    margin-top: 46px;
  }

  .area-philosophy .body .txt p.more a {
    padding-right: 85px;
  }

  .area-philosophy .body .txt p.more a::after {
    width: 72px;
    height: 72px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 16px 11px;
  }

  .area-philosophy .body .img {
    width: 46%;
    margin-left: 0;
    padding-left: 0;
    order: 1;
  }

  .area-philosophy .body .img picture {
    width: 130%;
    margin-left: -30%;
  }

  .area-philosophy .body .img img {
    width: 100%;
    height: auto;
  }

  .area-service {
    padding: 0 40px;
    margin-bottom: 72px;
    margin-top: -100px;
  }

  .area-service .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-service .body .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .area-service .body .txt {
    margin-bottom: 0;
    width: 46%;
  }

  .area-service .body .txt .btns p:first-of-type {
    margin-right: 32px;
    padding-right: 32px;
  }

  .area-service .body .txt p {
    font-size: 16px;
    line-height: 2;
  }

  .area-service .body .txt p.more {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    position: static;
    margin-top: 46px;
  }

  .area-service .body .txt p.more a {
    padding-right: 85px;
  }

  .area-service .body .txt p.more a::after {
    width: 72px;
    height: 72px;
    background: #709C12 url(../img/common/arw-r02.svg) 50% 50% no-repeat;
    background-size: 16px 11px;
  }

  .area-service .body .img {
    width: 46%;
    margin-left: 0;
    padding-left: 0;
  }

  .area-service .body .img picture {
    width: 150%;
  }

  .area-top-service .body .txt {
    padding-top: 80px;
  }

  .area-top-service .body .img {
    width: 46%;
    margin-left: 0;
    padding-left: 0;
    order: 1;
  }

  .area-top-service .body .img picture {
    width: 145%;
    margin-left: 0;
  }

  .area-top-service .body .img img {
    width: 100%;
    height: auto;
  }

  .area-corporate {
    padding: 120px 40px 120px 40px;
    margin-bottom: 0;
    /* margin-top: -100px; */
  }

  .area-corporate .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-corporate .body ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .area-corporate .body li {
    margin-bottom: 0;
    width: 49%;
    margin: 0 2% 2% 0;
  }

  .area-corporate .body li:nth-of-type(2n) {
    margin-right: 0;
  }

  .area-corporate .body a {
    font-size: 28px;
    padding: 40px;
    min-height: 190px;
  }

  .area-corporate .body a small {
    font-size: 12px;
    margin-top: 1em;
  }

  .area-corporate .body a::before {
    width: 48px;
    height: 48px;
    right: 40px;
    top: 70px;
  }

  .area-corporate .body a::after {
    font-size: 14px;
    right: 95px;
    top: 70px;
  }

  .area-banner {
    padding: 120px 40px 120px 40px;
    margin-bottom: 0;
    /* margin-top: -100px; */
  }

  .area-banner .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-banner .body ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .area-banner .body li {
    margin-bottom: 0;
    width: 49%;
    /* margin: 0 2% 2% 0; */
  }

  .area-banner .body li:nth-of-type(2n) {
    margin-right: 0;
  }

  .area-banner .body a {
    font-size: 28px;
    padding: 40px;
    /* min-height: 190px; */
  }

  .area-banner .body a small {
    font-size: 12px;
    margin-top: 1em;
  }

  .area-banner .body a::before {
    width: 48px;
    height: 48px;
    right: 40px;
    top: 70px;
  }

  .area-banner .body a::after {
    font-size: 14px;
    right: 95px;
    top: 70px;
  }

  /* company
	**************************************************************************************************************************/
  .area-outline {
    padding: 0 40px;
    margin-bottom: 96px;
    padding-top: 150px;
    margin-top: -150px;
  }

  .area-outline .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-outline .body .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .area-outline .body .row:last-of-type {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .area-outline .body dt {
    width: 190px;
    margin-bottom: 0;
  }

  .area-outline .body dd {
    width: calc(100% - 190px);
  }

  .area-message {
    padding: 0 40px;
    margin-bottom: 96px;
    padding-top: 150px;
    margin-top: -150px;
  }

  .area-message .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-message .body .imgtxt {
    display: flex;
    justify-content: space-between;
  }

  .area-message .body .txt {
    width: 48%;
  }

  .area-message .body .txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }

  .area-message .body .img {
    width: 48%;
  }

  .area-message .body .name {
    text-align: center;
    margin-top: 1em;
    font-size: 20px;
  }

  /* service
	**************************************************************************************************************************/
  .area-plan {
    padding: 0 40px;
    margin-bottom: 80px;
  }

  .top .area-plan {
    margin-bottom: 120px;
  }

  .area-plan .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-plan .plans {
    border-radius: 32px;
    padding: 44px 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .area-plan .plans.is-double {
    justify-content: center;
  }

  .area-plan .plans.is-double .plan {
    margin: 0 1%;
    width: 48%;
  }

  .area-plan .plan {
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 4%;
    width: 32%;
    margin-right: 2%;
  }

  .is-double .area-plan .plan {
    margin: 0 1%;
    width: 48%;
  }

  .area-plan .plan:nth-of-type(3n) {
    margin-right: 0;
  }

  .area-plan .plan:last-of-type {
    margin-bottom: 4%;
  }

  .area-plan .plan h3 {
    text-align: center;
    position: relative;
    top: -55px;
    margin-bottom: -35px;
  }

  .area-plan .plan h3 img {
    width: 102px;
    height: auto;
  }

  .area-plan .plan .price {
    border-radius: 4px;
    padding: 0.3em 0;
    font-size: 28px;
    margin-bottom: 0.5em;
  }

  .area-plan .plan .price small {
    font-size: 16px;
  }

  .area-plan .plan .lead {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }

  .area-value {
    padding: 0 40px;
    margin-bottom: 80px;
  }

  .area-value .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-value .body h3 {
    padding: 24px;
    font-size: 24px;
  }

  .area-value .points {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .area-value .point {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .area-value .point:nth-of-type(3n) {
    margin-right: 0;
  }

  .area-value .point .title {
    font-size: 20px;
  }

  .area-value .lead {
    margin-top: 0;
  }

  .area-energy {
    padding: 0 40px;
    margin-bottom: 80px;
  }

  .area-energy .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-faq {
    padding: 0 40px;
    margin-bottom: 80px;
  }

  .area-faq .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-faq .faqs {
    border-radius: 32px;
    padding: 40px;
  }

  .area-faq .faq {
    padding: 0;
    background: none;
    margin-bottom: 16px;
  }

  .area-faq .faq:last-of-type {
    margin-bottom: 0;
  }

  .area-faq .faq .imgtxt {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .area-faq .faq .img {
    width: 200px;
    order: 2;
    position: static;
    bottom: 0;
    text-align: center;
  }

  .area-faq .faq .img picture {
    position: relative;
  }

  .area-faq .faq .img img {
    width: 60%;
  }

  .area-faq .faq .txt {
    width: calc(100%);
    order: 1;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
  }

  .area-faq .faq .txt h3 {
    font-size: 24px;
  }

  .area-faq .faq .txt .answer p {
    font-size: 16px;
  }

  .area-faq .faq:nth-of-type(odd) .txt {
    order: 1;
  }

  .area-faq .faq:nth-of-type(odd) .img {
    order: 2;
  }

  .area-faq .faq:nth-of-type(odd) .img picture::after {
    content: '';
    display: block;
    width: 63px;
    height: 20px;
    background: url(../img/service/bln01-pc.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: -10px;
  }

  .area-faq .faq:nth-of-type(even) .txt {
    order: 2;
  }

  .area-faq .faq:nth-of-type(even) .img {
    order: 1;
  }

  .area-faq .faq:nth-of-type(even) .img picture::after {
    content: '';
    display: block;
    width: 63px;
    height: 20px;
    background: url(../img/service/bln02-pc.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: auto;
    right: -30px;
    top: -15px;
  }

  /* news
	**************************************************************************************************************************/
  .area-news-archive {
    padding: 0 40px;
    margin-bottom: 88px;
  }

  .area-news-archive .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-news-archive .body dl>div a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
  }

  .area-news-archive .body dl dt {
    margin-bottom: 0;
    width: 160px;
  }

  .area-news-archive .body dl dd {
    margin: 0;
    width: calc(100% - 160px);
  }

  .area-news-archive .body .paging {
    height: auto;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .area-news-archive .body .paging .prev {
    position: static;
    transform: translateY(0);
    margin-right: 8px;
  }

  .area-news-archive .body .paging .next {
    position: static;
    transform: translateY(0);
    margin-left: 8px;
  }

  .area-news-archive .body .paging ul {
    padding: 0;
  }

  .area-news-detail {
    padding: 64px 40px;
    margin-bottom: 32px;
  }

  .area-news-detail .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-news-detail .title {
    margin-bottom: 48px;
  }

  .area-news-detail .title h1 {
    font-size: 40px;
    margin-top: 14px;
  }

  .area-news-detail .title .date {
    font-size: 16px;
  }

  /* terms
	**************************************************************************************************************************/
  .area-terms {
    padding: 0 40px;
    margin-bottom: 88px;
  }

  .area-terms .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-terms .term {
    margin-bottom: 80px;
  }

  .area-terms .term ul li {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  /* inquiry
	**************************************************************************************************************************/
  .area-form {
    padding: 0 40px;
    margin-bottom: 88px;
  }

  .area-form .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .area-form #emailCheckError {
    margin-top: 0.8em;
    color: #E8380D;
  }

  .area-form .steps {
    margin: 0 auto 48px auto;
  }

  .area-form .txt-error {
    margin-bottom: 48px;
  }

  .area-form .txt-error p {
    font-size: 16px;
  }

  .area-form .txt-error p small {
    line-height: 1;
  }

  .area-form .lead {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }

  .area-form .lead p {
    font-size: 24px;
  }

  .area-form .lead p small {
    line-height: 1;
  }

  .area-form .msg p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.4em;
  }

  .area-form .msg p.back {
    margin-top: 1em;
  }

  .area-form .msg p.back a {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 2em;
  }

  .area-form .form dl {
    margin-bottom: 48px;
  }

  .area-form .form dl .row {
    margin-bottom: 48px;
    display: flex;
  }

  .area-form .form dl dt {
    margin-bottom: 0;
    width: 270px;
    padding-top: 0.6em;
  }

  .area-form .form dl dt .require {
    line-height: 1;
  }

  .area-form .form dl dd {
    margin: 0;
    flex-grow: 1;
  }

  .page-inquiry-confirm .area-form .form dl dd {
    padding-top: 0.6em;
  }

  .area-form .action {
    padding: 43px;
  }

  .area-form .action p {
    text-align: center;
  }

  .area-form .action p small {
    font-size: 14px;
    font-weight: bold;
  }

  .area-form .action p small a {
    color: #709C12;
  }

  .area-form .action p small a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../img/common/icn-pdf.svg) no-repeat;
    margin-left: 5px;
  }

  .area-form .action label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .area-form .action .btns {
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }

  .area-form .action .btns li {
    margin: 0 8px;
  }

  .area-form .action .btns button {
    display: block;
    padding: 1em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    box-shadow: none;
    border: 0;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    width: 320px;
    margin: 0 auto;
  }

  .area-form .action .btns button.button-primary {
    background: #E8690E url(../img/common/arw-r02.svg) calc(100% - 16px) 50% no-repeat;
    background-size: 11px 8px;
  }

  .area-form .action .btns.col02 {
    flex-direction: row;
  }

  .area-form .action .btns.col02 li:nth-of-type(1) {
    order: 1;
  }

  .area-form .action .btns.col02 li:nth-of-type(2) {
    order: 2;
    margin-bottom: 0px;
  }

  /* sdgs
	**************************************************************************************************************************/
  .area-sdgs-header {
    position: relative;
  }

  .area-sdgs-header .body picture {
    margin-bottom: 0;
  }

  .area-sdgs-header .body picture img {
    width: 100%;
  }

  .area-sdgs-header .body .badge {
    top: 16px;
    right: 16px;
    width: 100%;
  }

  .area-sdgs-header .body .badge li {
    width: 64px;
    line-height: 0;
    margin-left: 8px;
  }

  .area-sdgs-header .topicpath {
    padding: 20px 32px 60px 32px;
    margin-bottom: 0;
    background: #fff;
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .area-sdgs-interiview {
    padding: 0 100px;
    margin-bottom: 80px;
  }

  .area-sdgs-interiview .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-sdgs-interiview .body {
    padding: 48px 0 24px 0;
    border-radius: 32px;
  }

  .area-sdgs-interiview .body .articles {
    margin-bottom: 32px;
    padding-right: 48px;
    padding-left: 32px;
  }

  .area-sdgs-interiview .body .article {
    margin-left: 16px;
  }

  .area-sdgs-interiview .body .slick-dots {
    margin-top: 32px;
  }

  .area-sdgs-interiview .body .slick-arrow {
    width: 56px;
    height: 56px;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .area-sdgs-interiview .body .slick-arrow.slick-prev {
    left: 10px;
    background: url(../img/sdgs/arw-prev.svg) 0 0 no-repeat;
    background-size: contain;
  }

  .area-sdgs-interiview .body .slick-arrow.slick-next {
    right: 10px;
    background: url(../img/sdgs/arw-next.svg) 0 0 no-repeat;
    background-size: contain;
  }

  .area-sdgs-interiview .body .more {
    margin: 0 48px 0 auto;
    text-align: right;
    margin-top: -50px;
  }

  .area-sdgs-interiview .body .more a {
    padding: 1em 4em 1em 2em;
    display: inline-block;
    text-align: center;
  }

  .area-sdgs-project {
    padding: 0 100px;
    margin-bottom: 80px;
  }

  .area-sdgs-project .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-sdgs-project .title-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .area-sdgs-project .title {
    padding: 0 64px;
    flex: 1;
  }

  .area-sdgs-project .title h2 {
    font-size: 28px;
    margin-bottom: 1em;
  }

  .area-sdgs-project .title h2 small {
    font-size: 11px;
    margin-top: 0.5em;
  }

  .area-sdgs-project .title p {
    font-size: 12px;
    line-height: 1.8;
  }

  .area-sdgs-project .body {
    width: 45%;
  }

  .area-sdgs-project .body img {
    transform: scale(1.1);
    transform-origin: center left;
  }

  .area-sdgs-column {
    padding: 0 100px;
    margin-bottom: 80px;
  }

  .area-sdgs-column .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-sdgs-column .body .articles {
    margin-bottom: 24px;
  }

  .area-sdgs-column .body .article {
    width: 24%;
    margin: 0 1.333% 0 0;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
  }

  .area-sdgs-column .body .article:nth-of-type(2n) {
    margin-right: 1.333%;
  }

  .area-sdgs-column .body .article:nth-of-type(4n) {
    margin-right: 0;
  }

  .area-sdgs-column .body .article a {
    display: block;
  }

  .area-sdgs-column .body .article .txt {
    padding: 12px 16px;
  }

  .area-sdgs-column .body .article .txt h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.4em;
  }

  .area-sdgs-column .body .article .txt .date {
    font-size: 12px;
  }

  .area-sdgs-column .body .more {
    margin: 0;
    text-align: right;
  }

  .area-sdgs-column .body .more a {
    padding: 1em 4em 1em 2em;
    display: inline-block;
    text-align: center;
  }

  .area-sdgs-hitosara {
    padding: 0 100px;
    margin-bottom: 20px;
  }

  .area-sdgs-hitosara .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-sdgs-hitosara .title-body {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .area-sdgs-hitosara .title {
    padding: 0 40px;
    border-bottom: 0;
    border-right: 1px solid #DBE0C3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }

  .area-sdgs-hitosara .title h2 {
    text-align: center;
    padding: 0;
    width: 340px;
  }

  .area-sdgs-hitosara .title h2 img {
    width: 100%;
  }

  .area-sdgs-hitosara .title p {
    padding: 0;
    padding-left: 40px;
    flex: 1;
  }

  .area-sdgs-hitosara .body {
    padding: 0 40px;
  }

  .area-sdgs-slogan {
    padding: 0 100px;
    margin-bottom: 80px;
  }

  .area-sdgs-slogan .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-sdgs-slogan .title-body {
    padding: 46px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .area-sdgs-slogan .title {
    padding: 0;
    text-align: center;
    width: 305px;
  }

  .area-sdgs-slogan .body {
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: left;
    flex: 1;
  }

  .area-sdgs-slogan .body p {
    font-size: 16px;
  }

  .area-sdgs-articles {
    padding: 0px 100px;
    margin-bottom: 100px;
  }

  .area-sdgs-articles .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-sdgs-articles .title h2 {
    font-size: 24px;
    margin-bottom: 1em;
  }

  .area-sdgs-articles .body .articles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }

  .area-sdgs-articles .body .article {
    margin-bottom: 0px;
    width: 32%;
    margin: 0 2% 4% 0;
  }

  .area-sdgs-articles .body .article:nth-of-type(3n) {
    margin-right: 0;
  }

  .area-sdgs-articles .body .article a {
    display: block;
  }

  .area-sdgs-articles .body .article .img {
    margin-bottom: 20px;
  }

  .area-sdgs-articles .body .article:last-of-type {
    margin-bottom: 0;
  }

  .area-sdgs-articles .body .article:nth-of-type(3n) {
    margin-right: 0;
  }

  .area-sdgs-articles .body .paging {
    height: auto;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .area-sdgs-articles .body .paging .prev {
    position: static;
    transform: translateY(0);
    margin-right: 8px;
  }

  .area-sdgs-articles .body .paging .next {
    position: static;
    transform: translateY(0);
    margin-left: 8px;
  }

  .area-sdgs-articles .body .paging ul {
    padding: 0;
  }

  .area-sdgs-articles .body .back {
    margin-top: 80px;
  }

  .area-sdgs-articles .body .back a {
    width: 480px;
    margin: 0 auto;
  }

  .area-sdgs-title {
    padding: 0 100px;
    margin-bottom: 96px;
  }

  .area-sdgs-title .inner {
    max-width: 856px;
    margin: 0 auto;
  }

  .area-sdgs-title .title h1 {
    font-size: 20px;
    margin-bottom: 1em;
  }

  .area-sdgs-title .title .label {
    font-size: 12px;
    position: relative;
    top: -3px;
  }

  .area-sdgs-title .title h2 {
    font-size: 36px;
  }

  .area-sdgs-title .body .lead p {
    font-size: 16px;
    line-height: 2;
  }

  .area-sdgs-title .body .more p {
    font-size: 16px;
  }

  .area-sdgs-title .body .badges {
    margin-top: 4em;
  }

  .area-sdgs-title .body .badges h3 {
    font-size: 20px;
  }

  .area-sdgs-title .body .badges .badge {
    padding: 32px;
  }

  .area-sdgs-title .body .badges .badge li {
    width: 106px;
    margin: 0 3px 6px 3px;
  }

  .area-sdgs-article {
    padding: 0 100px;
    margin-bottom: 96px;
  }

  .area-sdgs-article .inner {
    max-width: 856px;
    margin: 0 auto;
  }

  .area-sdgs-article .body .block-sdgs h2 {
    font-size: 32px;
    padding: 0.2em 0.8em;
  }

  .area-sdgs-article .body .block-sdgs h3 {
    font-size: 16px;
  }

  .area-sdgs-article .body .block-sdgs p {
    font-size: 16px;
    line-height: 1.9;
  }

  .area-sdgs-article .body .block-sdgs figure {
    margin-bottom: 3em;
    margin-top: 3em;
  }

  .area-sdgs-article .body .block-sdgs picture {
    margin-bottom: 1em;
    text-align: center;
  }

  .area-sdgs-article .body .block-sdgs img {
    width: auto;
  }

  .area-sdgs-article .body .block-sdgs figcaption {
    font-size: 11px;
  }

  .area-sdgs-article .body .block-profile {
    padding: 48px;
    margin-bottom: 96px;
    margin-top: 96px;
  }

  .area-sdgs-article .body .block-profile .imgtxt {
    display: flex;
    justify-content: space-between;
  }

  .area-sdgs-article .body .block-profile .imgtxt .txt {
    flex: 1;
    margin-left: 24px;
  }

  .area-sdgs-article .body .block-profile .imgtxt .txt h3 {
    font-size: 18px;
  }

  .area-sdgs-article .body .block-profile .imgtxt .txt p {
    font-size: 11px;
  }

  .area-sdgs-article .body .block-profile .imgtxt .img {
    margin-bottom: 0;
    width: 216px;
  }

  .area-sdgs-article .body .block-profile .imgtxt .img img {
    width: 100%;
  }

  .area-sdgs-article .body .back {
    text-align: center;
  }

  .area-sdgs-article .body .back a {
    max-width: 480px;
    font-size: 16px;
    padding: 1.1em;
    margin: 0 auto;
  }

  .area-sdgs-relate {
    padding: 80px 100px;
  }

  .area-sdgs-relate .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-sdgs-relate .title h2 {
    font-size: 24px;
    margin-bottom: 1em;
  }

  .area-sdgs-relate .body .relates {
    display: flex;
  }

  .area-sdgs-relate .body .relate {
    margin-bottom: 0px;
    width: 32%;
    margin: 0 2% 0 0;
  }

  .area-sdgs-relate .body .relate a {
    display: block;
  }

  .area-sdgs-relate .body .relate .img {
    margin-bottom: 20px;
  }

  .area-sdgs-relate .body .relate:last-of-type {
    margin-bottom: 0;
  }

  .area-sdgs-relate .body .relate:nth-of-type(3n) {
    margin-right: 0;
  }

  /* afan
	**************************************************************************************************************************/
  .area-afan-info {
    padding: 0 100px;
    margin-bottom: 80px;
    margin-top: -10em;
  }

  .area-afan-info .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-afan-info .body .article {
    margin-bottom: 2%;
    padding: 20px;
  }

  .area-afan-info .body .article .imgtxt {
    display: flex;
    justify-content: space-between;
  }

  .area-afan-info .body .article .img {
    width: 50%;
  }

  .area-afan-info .body .article .img img {
    border-radius: 8px;
  }

  .area-afan-info .body .article .txt {
    padding: 24px 32px;
    flex: 1;
  }

  .area-afan-info .body .article .txt h3 {
    font-size: 18px;
    margin-bottom: 0.6em;
  }

  .area-afan-info .body .article .txt .entrybody {
    font-size: 14px;
  }

  /* blocks
	**************************************************************************************************************************/
  .area-blocks {
    padding: 64px 40px;
    margin-bottom: 32px;
  }

  .area-blocks .inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  .blocks .imgtxt.img-l {
    display: flex;
    justify-content: space-between;
  }

  .blocks .imgtxt.img-l .img {
    width: 48%;
    order: 1;
  }

  .blocks .imgtxt.img-l .txt {
    width: 48%;
    order: 2;
  }

  .blocks .imgtxt.img-r {
    display: flex;
    justify-content: space-between;
  }

  .blocks .imgtxt.img-r .img {
    width: 48%;
    order: 2;
  }

  .blocks .imgtxt.img-r .txt {
    width: 48%;
    order: 1;
  }

  .blocks .list-notice {
    margin-bottom: 5em;
  }

  .blocks .button {
    margin-bottom: 5em;
  }

  .blocks .button .btn small {
    font-size: 12px;
  }

  .blocks .button .btn.btn-large {
    font-size: 24px;
    max-width: 60%;
  }

  .blocks .button .btn.btn-large small {
    font-size: 14px;
  }

  .blocks .points {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .blocks .points .point {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .blocks .points .point:nth-of-type(3n) {
    margin-right: 0;
  }

  .blocks .points .point .title {
    font-size: 20px;
  }

  .blocks .anchors {
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
  }

  .blocks .anchors li {
    margin-bottom: 1%;
    margin-right: 2%;
    font-weight: bold;
    width: 49%;
  }

  .blocks .anchors li:nth-of-type(2n) {
    margin-right: 0;
  }

  .blocks .anchors a {
    background: url(../img/common/arw-d02.svg) 0.8em 50% no-repeat;
    padding: 0.8em;
    padding-left: 2.5em;
  }

  .blocks div.faqs {
    border-radius: 32px;
    padding: 40px;
  }

  .blocks div.faqs .faq {
    padding: 0;
    background: none;
    margin-bottom: 16px;
  }

  .blocks div.faqs .faq:last-of-type {
    margin-bottom: 0;
  }

  .blocks div.faqs .faq .imgtxt {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .blocks div.faqs .faq .img {
    width: 200px;
    order: 2;
    position: static;
    bottom: 0;
    text-align: center;
  }

  .blocks div.faqs .faq .img picture {
    position: relative;
  }

  .blocks div.faqs .faq .img img {
    width: 60%;
  }

  .blocks div.faqs .faq .txt {
    width: calc(100%);
    order: 1;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
  }

  .blocks div.faqs .faq .txt h3 {
    font-size: 24px;
  }

  .blocks div.faqs .faq .txt .answer p {
    font-size: 16px;
  }

  .blocks div.faqs .faq:nth-of-type(odd) .txt {
    order: 1;
  }

  .blocks div.faqs .faq:nth-of-type(odd) .img {
    order: 2;
  }

  .blocks div.faqs .faq:nth-of-type(odd) .img picture::after {
    content: '';
    display: block;
    width: 63px;
    height: 20px;
    background: url(../img/service/bln01-pc.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: -10px;
  }

  .blocks div.faqs .faq:nth-of-type(even) .txt {
    order: 2;
  }

  .blocks div.faqs .faq:nth-of-type(even) .img {
    order: 1;
  }

  .blocks div.faqs .faq:nth-of-type(even) .img picture::after {
    content: '';
    display: block;
    width: 63px;
    height: 20px;
    background: url(../img/service/bln02-pc.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: auto;
    right: -30px;
    top: -15px;
  }

  .blocks .movies {
    display: flex;
    flex-wrap: wrap;
  }

  .blocks .movies .movie {
    width: 32%;
    margin: 0 2% 2% 0;
  }

  .blocks .movies .movie:nth-of-type(2n) {
    margin-right: 2%;
  }

  .blocks .movies .movie:nth-of-type(3n) {
    margin-right: 0;
  }

  .blocks .sets .set .txt h3 {
    font-size: 16px;
  }

  .blocks .sets .set .txt .lead {
    font-size: 13px;
    line-height: 1.5;
  }

  .blocks .sets .set .txt .lead p {
    font-size: 13px;
    line-height: 1.5;
  }

  .blocks .sets.col02 {
    display: flex;
    flex-wrap: wrap;
  }

  .blocks .sets.col02 .set {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .blocks .sets.col02 .set:nth-of-type(2n) {
    margin-right: 0;
  }

  .blocks .plans {
    border-radius: 32px;
    padding: 44px 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .blocks .plans.is-double {
    justify-content: center;
  }

  .blocks .plans.is-double .plan {
    margin: 0 1%;
    width: 48%;
  }

  .blocks .plans .plan {
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 4%;
    width: 32%;
    margin-right: 2%;
  }

  .is-double .blocks .plans .plan {
    margin: 0 1%;
    width: 48%;
  }

  .blocks .plans .plan:nth-of-type(3n) {
    margin-right: 0;
  }

  .blocks .plans .plan:last-of-type {
    margin-bottom: 4%;
  }

  .blocks .plans .plan h3 {
    padding: 24px;
    font-size: 24px;
    margin-bottom: 32px;
  }

  .blocks .plans .plan h3 {
    text-align: center;
    position: relative;
    top: -55px;
    margin-bottom: -25px;
  }

  .blocks .plans .plan h3 img {
    width: 102px;
    height: auto;
  }

  .blocks .plans .plan .price {
    border-radius: 4px;
    padding: 0.2em 0.4em;
    font-size: 28px;
    margin-bottom: 0.5em;
  }

  .blocks .plans .plan .price small {
    font-size: 16px;
  }

  .blocks .plans .plan .lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }

  .blocks .tablink {
    margin-bottom: 62px;
    padding: 0;
  }

  .blocks .tablink li {
    font-size: 16px;
    margin: 4px;
  }

  .blocks .tablink li a {
    padding: 0.8em 4.8em;
  }

  .blocks .tab-panels {
    margin-bottom: 4em;
  }

  .area-bnr {
    padding: 0 100px;
    margin-bottom: 120px;
  }

  .area-bnr .inner {
    max-width: 1048px;
    margin: 0 auto;
  }

  .area-bnr .body {
    text-align: center;
  }

  .area-bnr .body ul li img {
    max-width: 650px;
  }
}

/*# sourceMappingURL=layout.css.map */
