@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900");
/* -------------------------
  topVisual
------------------------- */
.topVisual {
  position: relative;
  background: url(../img/top/top_visual_bg.jpg) no-repeat 50% 50%/auto 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.topVisual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 550px;
  margin: 0 0 0 -40px;
}

@media (max-width: 768px) {
  .topVisual {
    background: #fcfcfd;
  }
  .topVisual .l-inner {
    padding: 0;
  }
  .topVisual img {
    width: 100%;
  }
  .topVisual__title {
    height: auto;
    margin: 0;
  }
}
/* -------------------------
  topContent
------------------------- */
.topContent {
  padding: 100px 0 120px;
  background: #e8f0fa url(../img/top/content_bg_top.png);
}
.topContent__title {
  margin: 0 0 20px;
  text-align: center;
}
.topContent__lead {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.topContent__image {
  margin: 0 0 140px;
  text-align: center;
}
.topContent__box, .topContent__box--gas {
  padding: 60px;
  background: #fff;
  border-radius: 30px;
}
.topContent__box:nth-child(1), .topContent__box--gas:nth-child(1) {
  margin-top: 100px;
}
.topContent__box:not(:last-child), .topContent__box--gas:not(:last-child) {
  margin-bottom: 140px;
}
.topContent__box__title {
  margin: -120px 0 40px;
  text-align: center;
}
.topContent__box__lead {
  margin: 0 0 60px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.topContent__box__note {
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}
.topContent__box__namely {
  margin: 0 0 35px;
  text-align: center;
}
.topContent__box__graph {
  margin: 0 0 50px;
  text-align: center;
}
.topContent__box__graph img {
  width: 100%;
}
.topContent__box__graph figcaption {
  text-align: left;
  color: #009dd7;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .topContent__box__graph figcaption {
    font-size: 1.5rem;
  }
}
.topContent__box__text {
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fffde7;
  border-radius: 10px;
  padding: 2.5rem 3rem;
  font-weight: bold;
  margin-bottom: 5rem;
  color: #624f4f;
}
.topContent__box__btm {
  margin: 0 -60px -60px;
  padding: 50px 75px;
  background: #fafafa;
  border-radius: 0 0 30px 30px;
}
.topContent__box--gas .privilegeBox:nth-of-type(2) .privilegeBox__body {
  border-radius: 0;
}
.topContent__box--gas .privilegeBox:nth-of-type(2) .privilegeBox__body .l-privilegeBoxItem {
  width: 395px;
}
.topContent__box--gas .privilegeBox:nth-of-type(2) .privilegeBox__text {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topContent__box--gas .privilegeBox:nth-of-type(2) .privilegeBox__point {
  min-height: inherit;
}
.topContent__box--gas .privilegeBox__head {
  background: #009dd7;
}
.topContent__box--gas .privilegeBox__subtitle {
  color: #009dd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topContent__box--gas .privilegeBox__body {
  background: #e8f6fb;
}
.topContent__box--gas .privilegeBox__under {
  background-color: #e8f6fb;
}

@media (max-width: 768px) {
  .topContent {
    padding: 0 0 25px;
    background-size: 100px;
  }
  .topContent__title {
    margin: 0 0 30px;
    padding: 15px 10px 15px;
    background: #004ea2;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
  }
  .topContent__title__small {
    display: block;
    margin: 0 0 2px;
    font-size: 1.6rem;
  }
  .topContent__title__small::after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 25px;
    height: 22px;
    margin: 0 0 0 5px;
    background: url(../img/top/top_simulation_balloon.png) no-repeat 50% 50%/contain;
  }
  .topContent__lead {
    margin: 0 0 10px;
    font-size: 1.3rem;
    font-weight: 400;
  }
  .topContent__image {
    margin: 0 0 30px;
  }
  .topContent__box, .topContent__box--gas {
    padding: 15px;
    border-radius: 15px;
  }
  .topContent__box:not(:last-child), .topContent__box--gas:not(:last-child) {
    margin-bottom: 25px;
  }
  .topContent__box:nth-child(1), .topContent__box--gas:nth-child(1) {
    margin-top: 0;
  }
  .topContent__box__title {
    margin: -15px -15px 20px;
    padding: 11px;
    background: #f57a00;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 1.8rem;
  }
  .topContent__box__title small {
    display: block;
    font-size: 1.4rem;
  }
  .topContent__box__lead {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }
  .topContent__box__note {
    font-size: 1.1rem;
  }
  .topContent__box__namely {
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .topContent__box__graph {
    margin: 0 0 30px;
  }
  .topContent__box__btm {
    margin: 0 -15px -15px;
    padding: 25px;
    border-radius: 0 0 15px 15px;
  }
  .topContent__box__text {
    font-size: 1rem;
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .topContent__box--gas .topContent__box__title {
    background-color: #009dd7;
  }
  .topContent__box--gas .l-privilegeBoxItem {
    width: auto;
  }
}
/* -------------------------
 privilegeBox
------------------------- */
.privilegeBox {
  margin: 0 0 45px;
}
.privilegeBox__balloon {
  margin: 0 -10px 15px;
  color: #009dd7;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.privilegeBox__balloon::before, .privilegeBox__balloon::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 28px;
  margin: 0 10px 0 0;
  background: url(../img/title_balloon_gas.svg) no-repeat 100% 100%/contain;
}
.privilegeBox__balloon::after {
  margin: 0 0 0 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.privilegeBox__case {
  color: #009dd7;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
.privilegeBox__case .break-sp {
  display: none;
}
.privilegeBox__head {
  padding: 12px 10px 10px;
  background: #f57a00;
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.privilegeBox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 30px;
  background: #fcf2e8;
  border-radius: 0 0 15px 15px;
}
.privilegeBox__body > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 50%;
}
.privilegeBox__under {
  padding: 15px 30px 30px;
  background: #fcf2e8;
  border-radius: 0 0 15px 15px;
}
.privilegeBox__under__arrow {
  margin: 0 auto 20px;
  display: block;
}
.privilegeBox__under__detail {
  text-align: center;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #fff338));
  background: linear-gradient(transparent 65%, #fff338 0%);
  display: table;
  margin: auto;
}
.privilegeBox__under__detail strong {
  color: #e70f2e;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
}
.privilegeBox__under__detail strong span {
  font-size: 4rem;
  font-family: "ヒラギノ角ゴ Std", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.privilegeBox__under__text01 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  margin-top: 2rem;
}
.privilegeBox__under__text02 {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 3rem;
  padding-left: 3rem;
  position: relative;
}
.privilegeBox__under__text02::before {
  content: '（注）';
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
}
.privilegeBox__item:not(:first-child) {
  margin-left: 30px;
}
.privilegeBox__item.l-privilegeBoxItem {
  width: 460px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.privilegeBox__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #009dd7;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.privilegeBox__subtitle {
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: 2px solid;
  color: #f57a00;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.privilegeBox__text {
  margin: 0 0 5px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.privilegeBox__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 12px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.privilegeBox__point__text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.privilegeBox__point__emphasis {
  color: #e70f2e;
}
.privilegeBox__point__or {
  color: #999;
  font-size: 1.5rem;
  font-weight: 800;
}
.privilegeBox__point__strong {
  display: inline-block;
  vertical-align: middle;
  color: #e70f2e;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.1;
  vertical-align: revert;
}
.privilegeBox__point__num {
  font-size: 3.2rem;
}
.privilegeBox__point__arrow {
  margin: 20px auto 0;
  display: block;
}
.privilegeBox__point__detail01 {
  text-align: center;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2rem;
}
.privilegeBox__point__detail02 {
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: .5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #fff338));
  background: linear-gradient(transparent 65%, #fff338 0%);
  display: table;
  margin: auto;
}
.privilegeBox__point__detail02 strong {
  font-size: 2.6rem;
  color: #e70f2e;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}
.privilegeBox__point__detail02 strong span {
  font-size: 3.2rem;
}
.privilegeBox:nth-of-type(2) .privilegeBox__body .l-privilegeBoxItem {
  width: 330px;
}
.privilegeBox:nth-of-type(2) .privilegeBox__body:nth-of-type(2) .l-privilegeBoxItem {
  width: 395px;
}
.privilegeBox:nth-of-type(2) .privilegeBox__body:nth-of-type(2) .privilegeBox__text {
  min-height: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privilegeBox:nth-of-type(2) .privilegeBox__body:nth-of-type(2) .privilegeBox__point {
  min-height: 11rem;
  height: 11rem;
}

.privilegeBox02 .privilegeBox__body {
  border-radius: 0;
}

@media (max-width: 768px) {
  .privilegeBox {
    margin: 0 0 25px;
  }
  .privilegeBox:nth-of-type(2) .privilegeBox__body:nth-of-type(2) .privilegeBox__text {
    min-height: inherit !important;
    height: inherit !important;
  }
  .privilegeBox:nth-of-type(2) .privilegeBox__body:nth-of-type(2) .privilegeBox__point {
    min-height: inherit !important;
    height: inherit !important;
  }
  .privilegeBox__balloon {
    margin: 0 0 8px;
    font-size: 1.2rem;
  }
  .privilegeBox__balloon::before, .privilegeBox__balloon::after {
    width: 11px;
    height: 15px;
    margin: 0 5px 0 0;
  }
  .privilegeBox__balloon::after {
    margin: 0 0 0 5px;
  }
  .privilegeBox__case {
    font-size: 1.2rem;
    margin: 0 0 8px;
    line-height: 1.5;
  }
  .privilegeBox__case .break-sp {
    display: block;
  }
  .privilegeBox__head {
    padding: 8px;
    font-size: 1.3rem;
  }
  .privilegeBox__body {
    display: block;
    padding: 20px 15px;
  }
  .privilegeBox__body > * {
    width: auto;
  }
  .privilegeBox__item:not(:first-child) {
    margin-left: 0;
  }
  .privilegeBox__item.l-privilegeBoxItem {
    width: auto;
  }
  .privilegeBox__copy {
    display: block;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 1.7rem;
    border-bottom: 2px solid;
  }
  .privilegeBox__subtitle {
    padding: 0;
    margin: 0 0 3px;
    border-bottom: none;
    font-size: 1.5rem;
  }
  .privilegeBox__text {
    font-size: 1.2rem;
  }
  .privilegeBox__point {
    padding: 13px 10px;
  }
  .privilegeBox__point__text {
    font-size: 1rem;
  }
  .privilegeBox__point__or {
    margin: 0 8px;
    font-size: 1.1rem;
  }
  .privilegeBox__point__strong {
    display: block;
    margin: 1px 0 0;
    font-size: 1.3rem;
  }
  .privilegeBox__point__num {
    font-size: 1.7rem;
  }
  .privilegeBox__point__arrow {
    width: 20%;
    margin: 10px auto 0;
  }
  .privilegeBox__point__detail01 {
    font-size: 1.7rem;
  }
  .privilegeBox__point__detail02 {
    font-size: 1.5rem;
  }
  .privilegeBox__point__detail02 strong {
    font-size: 1.8rem;
  }
  .privilegeBox__point__detail02 strong span {
    font-size: 2.6rem;
  }
  .privilegeBox__under__arrow {
    width: 60%;
  }
  .privilegeBox__under__detail {
    font-size: 1.5rem;
  }
  .privilegeBox__under__detail strong {
    font-size: 1.8rem;
  }
  .privilegeBox__under__detail strong span {
    font-size: 2.6rem;
  }
  .privilegeBox__under__text01 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .privilegeBox__under__text02 {
    font-size: 1.1rem;
  }

  .privilegeBox02 .privilegeBox__item {
    width: 100% !important;
  }

  .topContent__box--gas .privilegeBox .l-privilegeBoxItem {
    width: 100%;
  }
  .topContent__box--gas .privilegeBox__subtitle {
    min-height: inherit;
  }
  .topContent__box--gas .privilegeBox__point {
    min-height: inherit;
  }
  .topContent__box--gas .privilegeBox__point__strong {
    display: inline-block;
  }
  .topContent__box--gas .privilegeBox:nth-of-type(2) .privilegeBox__body .l-privilegeBoxItem {
    width: 100%;
  }
  .topContent__box--gas .privilegeBox:nth-of-type(2) .privilegeBox__text {
    min-height: inherit;
  }

  .break-pc {
    display: none;
  }
}
/* -------------------------
  btmSection
------------------------- */
.btmSection, .btmSection--point, .btmSection--service {
  margin: 100px 0 100px;
}
.btmSection--point {
  text-align: center;
}
.btmSection--point .btmSection__title {
  position: relative;
  display: inline-block;
}
.btmSection--point .btmSection__title::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 60px;
  width: 91px;
  height: 60px;
  background: url(../img/top/character_cat.png) no-repeat 0 0/100% auto;
}
.btmSection--point .btmSection__title img {
  position: relative;
  z-index: 2;
}
.btmSection__title {
  margin: 0 0 40px;
  text-align: center;
}
.btmSection__text {
  margin: 0 0 40px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
.btmSection__partner {
  margin: 0 0 15px;
  text-align: center;
}
.btmSection__note {
  color: #4d4d4d;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: right;
}

.servicePattern {
  list-style: none;
}
.servicePattern > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px;
}
.servicePattern > li:nth-child(1) .servicePattern__case::before {
  background: url(../img/top/top_service_icon_people01.png) no-repeat 50% 50%/contain;
}
.servicePattern > li:nth-child(2) .servicePattern__case::before {
  background: url(../img/top/top_service_icon_people02.png) no-repeat 50% 50%/contain;
}
.servicePattern > li:nth-child(3) .servicePattern__case::before {
  background: url(../img/top/top_service_icon_people03.png) no-repeat 50% 50%/contain;
}
.servicePattern > li:nth-child(4) .servicePattern__case::before {
  background: url(../img/top/top_service_icon_people04.png) no-repeat 50% 50%/contain;
}
.servicePattern__case {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 120px;
  background: #004d9f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: normal;
}
.servicePattern__case::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 29px;
  width: 75px;
  height: 94px;
  margin-top: -47px;
}
.servicePattern__result, .servicePattern__text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 630px;
  padding: 20px 20px 20px 80px;
  background: url(../img/top/top_service_bg.png) no-repeat 0 50%/auto 100%;
}
.servicePattern__result {
  font-size: 2.2rem;
  font-weight: 700;
}
.servicePattern__result > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.servicePattern__text {
  padding-left: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: normal;
}
.servicePattern__emphasis {
  color: #e70f2e;
}

@media (max-width: 768px) {
  .btmSection, .btmSection--point, .btmSection--service {
    margin: 60px 0 60px;
  }
  .btmSection--point .btmSection__title {
    display: block;
  }
  .btmSection--point .btmSection__title::before {
    right: 10px;
    width: 68px;
    height: 44px;
  }
  .btmSection--service .btmSection__title {
    background-color: #004ea2;
  }
  .btmSection__title {
    margin: 0 0 25px;
    padding: 15px 10px;
    background: #f57a00;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
  }
  .btmSection__text {
    margin: 0 0 20px;
    font-size: 1.3rem;
    font-weight: 300;
  }
  .btmSection__partner {
    margin: 0 0 10px;
  }
  .btmSection__note {
    font-size: 1rem;
    text-align: center;
  }

  .servicePattern > li {
    border-radius: 15px;
    margin: 0 0 15px;
  }
  .servicePattern__case {
    padding: 14px;
    font-size: 1.2rem;
  }
  .servicePattern__case::before {
    content: none;
  }
  .servicePattern__case::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -7px;
    border-left: 7px solid #004d9f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .servicePattern__result, .servicePattern__text {
    width: 50%;
    padding: 14px;
    background: none;
  }
  .servicePattern__result {
    font-size: 1.1rem;
  }
  .servicePattern__result > img {
    display: block;
    margin: 0 0 10px;
  }
  .servicePattern__text {
    font-size: 1.1rem;
  }
}


/* 追加 */
.detail_btn {
  width: 540px;
  margin: 0 auto;
}
.detail_btn a {
  
}
.btmSection--point .l-inner .detail_btn a:after {
  content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 12px;
    height: 12px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    margin-top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none;
}
.btmSection--point .l-inner .detail_btn a:hover::after {
  background: none;
}
@media (max-width: 768px) {
  .detail_btn {
    width: 90%;
    margin: 0 auto;
  }
}