@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  width: 100%;
}

body.fixed {
  position: fixed;
}

body.loading .mega-box {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.5;
  list-style-type: none;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  /*
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  */
  text-align: left;
  color: #111;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #1F1F1F;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  font-size: 1.4rem;
  line-height: 2.1;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
    position: relative;
  }
}
img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }

  p {
    font-size: min(4vw, 1.8rem);
  }
}
a {
  color: #111;
  text-decoration: none;
}
a.-ul {
  text-decoration: underline;
  color: #0068B7;
}

@media screen and (min-width: 768px) {
  a {
    color: #000;
    transition: 0.3s;
  }
  a.-ul {
    text-decoration: underline;
    color: #0068B7;
  }

  a:hover {
    opacity: 0.7;
  }

  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.bold {
  font-weight: bold;
}

.green {
  color: #00614D;
}

.color_red {
  color: #DC172D;
}

.color_blue {
  color: #0068B7;
}

.marker {
  text-decoration: #DC172D wavy underline;
}

.container {
  overflow: hidden;
}

/*for wp*/
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex.bw {
  justify-content: space-between;
}

.flex.cnt {
  justify-content: center;
}

.flex.fdr {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}

.wrap.w1160 {
  width: 1160px;
}

.wrap.w900 {
  width: 900px;
}

@media screen and (max-width: 767px) {
  .wrap, .wrap.w1160, .wrap.w900 {
    padding: 0 3.5%;
    width: 100%;
  }
}
.posR {
  position: relative;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#main {
  position: relative;
  padding-top: 159px;
}

.l-header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 159px;
  min-width: 1280px;
  width: 100%;
  z-index: 100;
}

.l-header .h-logo {
  width: 100%;
  margin-top: -16px;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .l-header .hav-child .mega-box {
    background-color: #D9EEFD;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 89px;
    padding: 55px 0;
    max-height: 0;
  }

  .l-header .hav-child .mega-box.mega-open {
    opacity: 1;
    visibility: visible;
    max-height: inherit;
  }

  .l-header .hav-child .mega-box .child-menu {
    max-width: 1160px;
    display: flex;
    margin: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .l-header .hav-child .mega-box .child-item {
    position: relative;
  }

  .l-header .hav-child .mega-box .child-item:last-of-type {
    margin-right: 0;
  }

  .l-header .hav-child .mega-box .child-item + .child-item {
    margin-left: 50px;
  }

  .l-header .subWrap {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #0068b7;
  }

  .l-header .subWrap .subNav {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header .subWrap .subNav.-end {
    justify-content: flex-end;
  }

  .l-header .subWrap .subNav li + li {
    margin-left: 6px;
  }

  .l-header .subWrap .subNav .subNav-left .ic-sign {
    display: block;
    position: relative;
    background: #0068B7;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    padding: 9px 31px 9px 23px;
    text-align: center;
    border-radius: 5px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 1.8rem;
  }
  .l-header .subWrap .subNav .subNav-left .ic-sign svg {
    fill: #fff;
    display: inline-block;
    width: 22px;
    margin-right: 8px;
  }

  .l-header .subWrap .subNav li a {
    display: block;
    position: relative;
    background: #ffffff;
    font-weight: 600;
    padding: 9px 26px;
    text-align: center;
    border-radius: 5px;
    padding-left: 40px;
    height: 40px;
  }

  .l-header .subWrap .subNav li a.ic-mypage {
    background: #ff8b00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 26px;
  }
  .l-header .subWrap .subNav li a.ic-mypage .txt1,
  .l-header .subWrap .subNav li a.ic-mypage .txt2 {
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    font-size: 1.2rem;
  }
  .l-header .subWrap .subNav li a.ic-mypage .txt1 {
    color: #fff;
    margin-bottom: 2px;
  }
  .l-header .subWrap .subNav li a.ic-mypage .txt2 {
    position: relative;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    color: #ff8b00;
    border-radius: 3px;
    padding: 2px 0 1px 6px;
  }
  .l-header .subWrap .subNav li a.ic-mypage .txt2::before {
    position: absolute;
    content: "";
    background: url("../img/common/ic_key_01.png") no-repeat center center/cover;
    width: 9px;
    height: 11px;
    left: 0.5em;
    top: 0.2em;
  }

  .l-header .subWrap .subNav li a.ic-ex {
    background: #fdeded;
  }

  .l-header .subWrap .subNav li a.ic-ex::before {
    position: absolute;
    content: "！";
    color: #e51515;
    font-size: 2.4rem;
    font-weight: 600;
    top: .8em;
    transform: translateY(-50%);
    left: .5em;
  }

  .l-header .subWrap .subNav li a.ic-contact::before {
    position: absolute;
    content: "";
    background: url("../img/common/ico_footer_mail.png") no-repeat center center/contain;
    width: 16px;
    height: 12px;
    left: 1em;
    top: 55%;
    transform: translateY(-55%);
  }

  .l-header .subWrap .subNav li a.ic-contact.-reform {
    padding-left: 50px;
  }
  .l-header .subWrap .subNav li a.ic-contact.-reform::before {
    left: 1.6em;
  }
}
/* 子メニュー */
.l-header .hav-child .mega-box .child-item > a,
.l-header .hav-child .mega-box .child-item > span {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.l-header .hav-child .mega-box .child-item > a::before,
.l-header .hav-child .mega-box .child-item > span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #0068b7;
  left: -1.5rem;
  top: .4em;
}

.l-header .hav-child .mega-box .child-item > a::after,
.l-header .hav-child .mega-box .child-item > span::after {
  background-color: #0068b7;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.l-header .hav-child .mega-box .child-item > a:hover::after {
  width: 100%;
  left: 0;
}

/* 孫メニュー */
.l-header-nav .grchild-menu {
  margin-left: 1.5rem;
  margin-top: .5em;
}

.l-header-nav .grchild-menu > li + li {
  margin-top: .4em;
}

.l-header-nav .grchild-menu > li > a {
  position: relative;
  padding-bottom: 4px;
}

.l-header-nav .grchild-menu > li > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #71b1e2;
  left: -1.5rem;
  top: .4em;
}

.l-header-nav .grchild-menu > li > a::after {
  background-color: #71b1e2;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.l-header-nav .grchild-menu > li > a:hover::after {
  width: 100%;
  left: 0;
}

/* ひ孫メニュー */
.l-header-nav .hav-child .ggrchild-menu {
  margin-left: 1.5rem;
  margin-top: .5em;
}

.l-header-nav .hav-child .ggrchild-menu > li + li {
  margin-top: .4em;
}

.l-header-nav .hav-child .ggrchild-menu > li a {
  position: relative;
  padding-bottom: 4px;
}

.l-header-nav .hav-child .ggrchild-menu > li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background: #FFFFFF;
  left: -1.5rem;
  top: .5em;
}

.l-header-nav .ggrchild-menu > li > a::after {
  background-color: #FFFFFF;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.l-header-nav .ggrchild-menu > li > a:hover::after {
  width: 100%;
  left: 0;
}

.l-header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  padding: 24px 0 0;
}

.l-header-nav {
  flex: 1;
}

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

.l-header-nav .header-nav-item {
  position: relative;
  padding-bottom: 20px;
  width: 120px;
}
.l-header-nav .header-nav-item.-lg {
  width: 150px;
}

/*
.l-header-nav .header-nav-item.menu_rule1 {
  min-width: 100px;
}
*/
.l-header-nav .header-nav-item a {
  font-size: 1.5rem;
  text-align: center;
}

.l-header-nav .header-nav-item span {
  font-size: 1.5rem;
  text-align: center;
}

.l-header-nav .header-nav-item > span {
  transition: 0.3;
}

.l-header-nav .header-nav-item > span:hover {
  opacity: 0.7;
}

.l-header-nav .header-nav-item span.jp {
  display: block;
  font-weight: 600;
}

.l-header-nav .header-nav-item span.en {
  display: block;
  color: #71b1e2;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: .1em;
}

.l-header-nav .header-nav-item::before,
.l-header-nav .header-nav-item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 2px;
  height: 50px;
  top: 0;
}

.l-header-nav .header-nav-item::before {
  right: -20px;
}

.l-header-nav .header-nav-item:nth-of-type(2)::after {
  left: -20px;
}

/*
.l-header-nav .header-nav-item:last-of-type::before {
  display: none;
}
*/
.l-header-nav .header-nav-item-link {
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header-nav .hav-child .child-menu .child-item a {
    text-align: left;
  }

  .l-header-nav .header-nav-item-link {
    cursor: pointer;
  }
}
.l-header-nav .header-nav-item + .header-nav-item {
  margin-left: 40px;
}

/* current */
.l-header-nav .header-nav-item.current .header-nav-item-link::before {
  position: absolute;
  content: "";
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 15px;
  height: 10px;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-nav .header-nav-item.current .header-nav-item-link::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* sp時サブナビ */
  .l-header-nav .subNav_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 15% 0 auto 0;
  }
  .l-header-nav .subNav_sp.-block {
    display: block;
  }
  .l-header-nav .subNav_sp.-block li {
    text-align: center;
  }
  .l-header-nav .subNav_sp li {
    display: block;
  }

  .l-header-nav .subNav_sp li:nth-of-type(3),
  .l-header-nav .subNav_sp li:nth-of-type(4) {
    width: 100%;
  }

  .l-header-nav .subNav_sp li a {
    display: block;
    position: relative;
    background: #ffffff;
    font-weight: 600;
    width: 43vw;
    padding: 5% 3% 5% 3vw;
    text-align: center;
    border-radius: 5px;
    font-size: min(4vw, 1.8rem);
  }

  .l-header-nav .subNav_sp li a.ic-ex {
    background: #fdeded;
  }

  .l-header-nav .subNav_sp li a.ic-ex::before {
    position: absolute;
    content: "！";
    color: #e51515;
    font-size: min(4.2vw, 2rem);
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
  }

  .l-header-nav .subNav_sp li a.ic-contact::before {
    position: absolute;
    content: "";
    background: url("../img/common/ico_footer_mail.png") no-repeat center center/contain;
    width: 4.267vw;
    height: 3.2vw;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
  }

  .l-header-nav .subNav_sp li a.ic-contact.-reform {
    width: 80vw;
    margin: 0 auto;
    padding-left: 8.2vw;
  }
  .l-header-nav .subNav_sp li a.ic-contact.-reform::before {
    left: 2.4em;
  }

  .l-header-nav .subNav_sp li a.ic-mypage {
    background: #ff8b00;
    width: 100% !important;
    padding: 2%;
    margin-top: 5%;
  }
  .l-header-nav .subNav_sp li a.ic-mypage .txt1,
  .l-header-nav .subNav_sp li a.ic-mypage .txt2 {
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    font-size: min(4.2vw, 2rem);
  }
  .l-header-nav .subNav_sp li a.ic-mypage .txt1 {
    color: #fff;
    margin-bottom: 2%;
  }
  .l-header-nav .subNav_sp li a.ic-mypage .txt2 {
    position: relative;
    background: #fff;
    width: 40vw;
    margin: 0 auto;
    color: #ff8b00;
    border-radius: 3px;
    padding: 1.067vw 0 0.533vw 1.6vw;
  }
  .l-header-nav .subNav_sp li a.ic-mypage .txt2::before {
    position: absolute;
    content: "";
    background: url("../img/common/ic_key_01.png") no-repeat center center/cover;
    width: 2.933vw;
    height: 3.467vw;
    left: 6.933vw;
    top: 0.25em;
  }

  .l-header-nav .subNav_sp li a.ic-sign {
    background: #0068B7;
    width: 100% !important;
    border: 1px solid #FFFFFF;
    padding: 5% 3% 5% 3vw;
    margin-top: 5%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }
  .l-header-nav .subNav_sp li a.ic-sign svg {
    fill: #fff;
    display: inline-block;
    width: 6.2vw;
    margin-right: 2.133vw;
  }
}
@media screen and (min-width: 768px) {
  .UpMove {
    position: fixed;
    width: 100%;
    animation: UpAnime 0.5s forwards;
  }

  .DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
  }

  /* スクロール後のヘッダー②　後で消す */
  .l-header.fix {
    height: 110px;
  }

  .l-header.fix .l-header-inner {
    padding: 0;
  }

  .l-header.fix .h-logo {
    width: 62%;
    margin-top: 0;
    max-width: 160px;
  }

  .l-header.fix .l-header-nav .header-nav-item {
    padding: 15px 0;
  }

  .l-header.fix .l-header-nav .header-nav-item.current .header-nav-item-link::before {
    bottom: -23px;
  }

  .l-header.fix .l-header-nav .header-nav-item > a {
    font-size: 1.4rem;
  }

  .l-header.fix .l-header-nav .header-nav-item::before,
  .l-header.fix .l-header-nav .header-nav-item:nth-of-type(2)::after {
    height: 20px;
    top: 15px;
  }

  .l-header.fix .l-header-nav .header-nav-item span.jp {
    font-size: 1.4rem;
  }

  .l-header.fix .l-header-nav .header-nav-item span.en {
    display: none;
  }

  .l-header.fix .l-header-nav .hav-child .mega-box {
    top: 50px;
  }

  .l-header.fix .subWrap {
    padding: 10px 0;
  }
  .l-header.fix .subWrap .flex, .l-header.fix .subWrap .subNav-left {
    transform: scale(0.9, 0.9);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: auto;
    height: 62px;
  }

  #main {
    padding-top: 62px;
  }

  .l-header-inner {
    padding: 10px 5%;
    position: relative;
    width: 100%;
  }

  .toggle {
    background: #0068b7;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    z-index: 10;
  }

  .toggle:after {
    content: 'MENU';
    color: #fff;
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 11px;
  }

  .toggle.active:after {
    content: none;
  }

  .toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
  }

  .toggle span:nth-of-type(1) {
    top: 15px;
  }

  .toggle span:nth-of-type(2) {
    top: 23px;
  }

  .toggle span:nth-of-type(3) {
    bottom: 29px;
  }

  .toggle.active {
    background: #111;
  }

  .toggle.active span:nth-of-type(1) {
    top: 22px;
    transform: translateY(8px) rotate(45deg);
  }

  .toggle.active span:nth-of-type(2) {
    opacity: 0;
  }

  .toggle.active span:nth-of-type(3) {
    bottom: 22px;
    transform: translateY(-8px) rotate(-45deg);
  }

  .l-header .h-logo {
    width: min(60%, 240px);
    max-width: inherit;
    margin-top: 0;
    text-align: left;
  }

  .l-header .h-logo a {
    display: block;
    text-align: left;
  }

  .l-header-nav .mainNav {
    display: block;
    padding-top: 10px;
    padding-bottom: 10%;
  }

  .l-header-nav {
    background: #ceeefc;
    display: none;
    height: calc(100vh - 62px);
    overflow: scroll;
    padding: 0 5% 40%;
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
  }

  .l-header-nav .header-nav-item {
    border-bottom: 1px solid #ffffff;
    padding: min(4.6vw, 16px) 2vw;
    width: 100% !important;
  }

  .l-header-nav .header-nav-item.top {
    font-weight: 600;
  }

  .l-header-nav .header-nav-item a {
    display: block;
  }

  .l-header-nav .header-nav-item:first-child a,
  .l-header-nav .header-nav-item span {
    font-size: min(4.8vw, 2rem);
  }

  .l-header-nav .header-nav-item + .header-nav-item {
    margin-left: 0;
  }

  .l-header-nav .header-nav-item::before,
  .l-header-nav .header-nav-item::after {
    display: none;
  }

  .l-header-nav .hav-child {
    position: relative;
  }

  .l-header-nav .hav-child .header-nav-item-link::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    right: 8vw;
    transform: rotate(135deg);
    top: min(10vw, 35px);
    transition: all 0.3s;
  }

  .l-header-nav .hav-child .header-nav-item-link.is-open::after {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
  }

  .l-header-nav .hav-child .child-menu {
    margin-top: 3vw;
  }

  .l-header-nav .hav-child .child-menu > li a,
  .l-header-nav .hav-child .child-menu > li span {
    font-size: min(4.2vw, 2rem);
  }

  .l-header-nav .hav-child .child-menu > li + li {
    margin-top: 2.1vw;
  }

  .l-header-nav .hav-child .grchild-menu {
    /* display: none; */
  }

  .l-header-nav .hav-child .ggrchild-menu {
    display: none;
  }

  .l-header-nav .mega-box {
    padding: 2% 5%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  フッタ
* --------------------------------------------------------------------------------------------------*/
#js-pagetop {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #js-pagetop {
    right: 3%;
  }
  #js-pagetop img {
    width: 40px;
  }
}

.c-line-btn {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-line-btn {
    bottom: 0;
    left: 0;
  }
}

#footer {
  position: relative;
  background: #25221a;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 21.333vw;
  }
}

#footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #footer .wrap {
    flex-wrap: wrap;
  }
}

.footer-menu {
  position: relative;
  max-width: 835px;
  padding-top: 74px;
  padding-left: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    padding: 6vw 0 24vw;
    margin: auto;
  }
}

.footer-menu * {
  color: #fff;
}

.footer-menu .footer-menu-wrap {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer-menu .footer-menu-wrap {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menu-wrap .footer-menu-box {
    width: 48.5%;
  }
}

.footer-menu .footer-menu-wrap .footer-menu-box:nth-of-type(2) {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .footer-menu .footer-menu-wrap .footer-menu-box:nth-of-type(2) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menu-box {
    display: none;
  }
}

.footer-menu .footer-menu-box .menu-01 > li {
  position: relative;
  padding-left: 24px;
}

.footer-menu .footer-menu-box .menu-01 > li::before {
  position: absolute;
  content: "―";
  top: 0;
  left: 0;
}

.footer-menu .footer-menu-box .menu-01 > li + li {
  margin-top: 16px;
}

.footer-menu .footer-menu-box .menu-02 {
  margin-top: 8px;
}

.footer-menu .footer-menu-box .menu-02 > li {
  font-size: 1.4rem;
}

.footer-menu .footer-menu-box .menu-02 > li + li {
  margin-top: 10px;
}

.footer-menu .footer-ft .txt_policy {
  font-size: 1.4rem;
}

.footer-menu .footer-ft .txt_copy {
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-ft .txt_policy,
  .footer-menu .footer-ft .txt_copy {
    text-align: center;
    font-size: min(2.8vw, 1.4rem);
  }
}

.footer-info {
  position: relative;
  background: #1b1912;
  width: 336px;
  margin-right: 10px;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .footer-info {
    width: 68%;
    margin: -40px auto 0;
    padding: 6.2vw 5% 8vw;
    z-index: 2;
  }
}

.footer-info .txt-catch {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-info .txt-catch {
    font-size: 2rem;
  }
}

.footer-info .footer-logo,
.footer-info .footer-map {
  color: #fff;
  text-align: center;
  padding: 1.2em 0 0;
}

.footer-info .footer-logo img {
  max-width: 240px;
}

.footer-info .footer-map img {
  max-width: 33px;
}

.footer-info .btn_inquiry {
  margin: 20px auto 30px;
}
@media screen and (max-width: 767px) {
  .footer-info .btn_inquiry {
    margin: 5.333vw auto 8vw;
  }
}

.footer-info .btn_inquiry a {
  display: block;
  margin: auto;
  position: relative;
  background: #fff;
  color: #1b1912;
  text-align: center;
  max-width: 262px;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer-info .btn_inquiry a {
    max-width: inherit;
    width: 100%;
    height: auto;
    font-size: min(4.2vw, 2rem);
    line-height: 1.2;
    padding: 8% 0;
  }
}

.footer-info .btn_inquiry a::before {
  position: absolute;
  content: "";
  background: url("../img/common/ico_footer_mail.png") no-repeat top center/cover;
  width: 24px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 44px;
}
@media screen and (max-width: 767px) {
  .footer-info .btn_inquiry a::before {
    width: 4.8vw;
    height: 3.733vw;
    left: 6.933vw;
  }
}

.footer-info .footer-tel {
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-info .footer-tel {
    max-width: 320px;
  }
}

.footer-info .footer-tel * {
  color: #fff;
}

.footer-info .footer-tel dt {
  font-size: 1.2rem;
  letter-spacing: -.02em;
  margin-bottom: .2em;
}
@media screen and (max-width: 767px) {
  .footer-info .footer-tel dt {
    font-size: min(3vw, 1.4rem);
  }
}

.footer-info .footer-tel dd + dt {
  margin-top: 2em;
}

/* ------------------------------
    下層
------------------------------ */
.l-under {
  margin-bottom: 100px;
}

/* breadcrumb */
.c-breadcrumb {
  position: relative;
  padding: 5px 0;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 15px;
  }
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumb__li {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}

.c-breadcrumb__li:last-child {
  padding-right: 0;
}

.c-breadcrumb__li:last-child::after {
  display: none;
}

.c-breadcrumb__li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #8E8E8E;
  border-right: 1px solid #8E8E8E;
  margin-top: 1px;
  width: 5px;
  height: 5px;
}

.c-breadcrumb__li a {
  color: #009FE6;
  text-decoration: underline;
}

/* page-title */
.page-title-area {
  position: relative;
  height: 240px;
  /* background: #D9EEFD; */
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-title-area {
    height: min(53.333vw, 200px);
  }
}
.page-title-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 240px;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-title-area::before {
    height: min(53.333vw, 200px);
  }
}
.page-title-area.-homegas {
  background-image: url("../img/homegas/img_mv_homegas_top.jpg");
}
.page-title-area.-guide {
  background-image: url("../img/guide/img_mv_guide.png");
}
.page-title-area.-emergency {
  background-image: url("../img/guide/img_mv_emergency.png");
}
.page-title-area.-homegasfaq {
  background-image: url("../img/guide/img_mv_faq.png");
}
.page-title-area.-supportindex {
  background-image: url("../img/support/img_mv_index.jpg");
}
.page-title-area.-usedsafely {
  background-image: url("../img/support/img_mv_usedsafely.png");
}
.page-title-area.-usedsafely-bis {
  background-image: url("../img/businessgas/img_mv_businessgas_usedsafely.jpg");
}
.page-title-area.-event {
  background-image: url("../img/event/img_mv_event_top.jpg");
}
.page-title-area.-anw {
  background-image: url("../img/anw/img_mv_anw_top.png");
}
.page-title-area.-products {
  background-image: url("../img/products/img_mv_products_top.jpg");
}
.page-title-area.-contact {
  background-image: url("../img/contact/img_mv_contact_top.jpg");
}
.page-title-area.-businessgas {
  background-image: url("../img/businessgas/img_mv_businessgas_top.jpg");
}
.page-title-area.-company {
  background-image: url("../img/company/img_mv_company.jpg");
}
.page-title-area.-campaign {
  background-image: url("../img/event/img_mv_event_top.jpg");
}
.page-title-area.-reform-chirashi {
  background-image: url("../img/living/img_mv_chirashi.jpg");
}
.page-title-area.-reform-manufacturer {
  background-image: url("../img/living/img_mv_manufacturer.jpg");
}
.page-title-area.-reform-examples {
  background-image: url("../img/living/img_mv_examples.jpg");
}
.page-title-area.-reform-contact {
  background-image: url("../img/living/img_mv_contact.jpg");
}

.page-title-area-fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title-area-fv {
    width: 100%;
  }
}
.page-title-area-fv.-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-title-area-fv.-flex {
    display: block;
  }
}
.page-title-area-fv__btn {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .page-title-area-fv__btn {
    width: 66.667vw;
  }
}
.page-title-area-fv__dl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title-area-fv__dl {
    margin-top: 5%;
  }
}
.page-title-area-fv__dt {
  position: relative;
  z-index: 10;
  background: #E51515;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-title-area-fv__dt {
    font-size: min(4.2vw, 2rem);
  }
}
.page-title-area-fv__dt::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  position: absolute;
  right: 15px;
  top: 17px;
  transform: rotate(135deg);
}
.page-title-area-fv__dt.open::after {
  transform: rotate(-45deg);
  top: 20px;
}
.page-title-area-fv__dt.-accblue {
  background: #71b1e2;
}
.page-title-area-fv__dd {
  position: absolute;
  z-index: 5;
  opacity: 0;
  transition: 0.2s;
  transform-origin: left top;
  transform: scale(1, 0);
  width: 100%;
  background: #f8f8f8;
  left: 0;
  top: 35px;
  padding-top: 20px;
  border-radius: 0 0 5px 5px;
}
.page-title-area-fv__dd.open {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-title-area-fv__ul {
  padding: 0 20px 5px;
}
.page-title-area-fv__ul li a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E51515;
  padding-left: 1.3em;
}
.page-title-area-fv__ul li a::before {
  position: absolute;
  content: "";
  background: #E51515;
  width: 8px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-title-area-fv__ul li a.-accblue {
  color: #71b1e2;
}
.page-title-area-fv__ul li a.-accblue::before {
  background: #71b1e2;
}

.page-title-area .wrap {
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-title-area .wrap {
    flex-wrap: nowrap;
  }
}

.page-title-area .page-title {
  position: relative;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-title-area .page-title {
    font-size: min(6vw, 2.6rem);
    padding-left: 3%;
  }
}
.page-title-area .page-title.-white {
  color: #fff;
}

.page-title-area .ic-livingsv img {
  border-radius: 5px;
  margin-bottom: 5px;
  width: 160px;
}

.page-title-area-img {
  margin-bottom: 10px;
  border-bottom: 1px solid #0068B7;
}
.page-title-area-img .page-title {
  display: flex;
  align-items: center;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .page-title-area-img .page-title {
    height: min(53.333vw, 200px);
  }
}
.page-title-area-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* contact-box */
.p-contact-box {
  max-width: 600px;
  margin: 100px auto 0;
  background: #0068B7;
  padding: 30px 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-contact-box {
    margin-top: 10%;
    padding: 5%;
  }
}
.p-contact-box * {
  text-align: center;
  font-weight: 600;
}
.p-contact-box__headline {
  width: 180px;
  font-size: 1.8rem;
  color: #0068B7;
  background: #FFFFFF;
  padding: 5px 20px;
  border-radius: 25px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-box__headline {
    font-size: min(4.2vw, 2rem);
    width: 48vw;
  }
}
.p-contact-box__posname {
  font-size: 1.8rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-contact-box__posname {
    font-size: min(4.2vw, 2rem);
  }
}
.p-contact-box__tel {
  margin-top: 10px;
}
.p-contact-box__tel > a {
  font-size: 3.6rem;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-box__tel > a {
    font-size: min(8vw, 3.8rem);
  }
}

/* form-box */
.p-form-box__inner {
  margin: 100px auto 0;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #1F1F1F;
  border-bottom: 3px solid #1F1F1F;
}
@media screen and (max-width: 767px) {
  .p-form-box__inner {
    margin: 10% auto 0;
    padding: 8% 3%;
    display: block;
  }
}
.p-form-box * {
  font-weight: 600;
}
.p-form-box__headline {
  font-size: 1.8rem;
  color: #0068B7;
  padding: 5px 20px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .p-form-box__headline {
    font-size: min(4vw, 1.8rem);
    padding: 0;
  }
}
.p-form-box .btn_primary {
  flex: 1;
  padding-left: 40px;
}
.p-form-box .btn_primary.-reform a {
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .p-form-box .btn_primary {
    width: 80%;
    margin: 5% auto 0;
    padding-left: 0;
  }
}

/* ------------------------------
    汎用アイテム
------------------------------ */
/* headline */
.headline {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  margin: 0 auto 78px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: min(5.2vw, 2.6rem);
    margin-bottom: 16vw;
  }
}

.headline::before {
  position: absolute;
  content: "";
  background: #0068b7;
  width: 50px;
  height: 6px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.headline._green::before {
  background: #00b727;
}

.c-headline {
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 8vw !important;
  }
}
.c-headline span {
  display: inline-block;
  position: relative;
  padding-left: 2.5em;
}
.c-headline span::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 51px;
  height: 51px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-headline span::before {
    width: min(10.667vw, 51px);
    height: min(10.667vw, 51px);
  }
}

.c-font-en {
  font-family: 'Roboto', sans-serif;
}

/* common */
.index-sec,
.under-sec {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .index-sec,
  .under-sec {
    padding-top: 10.667vw;
  }
}

.btn-secondary {
  text-align: center;
}
.btn-secondary__link {
  display: block;
  margin: auto;
  background: #f4f4f4;
  width: 260px;
  font-size: 1.6rem;
  line-height: 1.8;
  height: 47px;
  padding: 10px 12px;
}
@media screen and (max-width: 767px) {
  .btn-secondary__link {
    font-size: min(4vw, 1.8rem);
    width: 69.333vw;
    height: auto;
  }
}
.btn-secondary__link span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.btn-secondary__link span::before {
  position: absolute;
  content: "";
  background: url("../img/common/btn_secondary_arrow.png") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 17px;
  height: 17px;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn-secondary__link span::before {
    width: min(4.533vw, 17px);
    height: min(4.533vw, 17px);
    right: -4vw;
  }
}
.btn-secondary__link--down span::before {
  background-image: url("../img/common/btn_secondary_arrow_down.png");
}

.p-button-return {
  text-align: center;
}
.p-button-return__link {
  display: block;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-button-return__link {
    font-size: min(4.2vw, 2rem);
  }
}
.p-button-return__link span {
  display: inline-block;
  position: relative;
}
.p-button-return__link span::before {
  position: absolute;
  content: "";
  background: url("../img/common/icon_return.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 17px;
  height: 17px;
  transition: 0.3s;
  z-index: 1;
}

.p-document__headline {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-document__headline {
    font-size: min(4.6vw, 2.8rem);
    margin-top: 5%;
    margin-bottom: 10%;
  }
}
.p-document__textarea p + p {
  margin-top: 30px;
}
.p-document__sign {
  text-align: right;
  margin-bottom: 40px;
}
.p-document__notes {
  background: #efefef;
  padding: 30px;
  margin: 30px auto;
}
.p-document__notes > p {
  font-size: 1.5rem;
}
.p-document__notes > p + p {
  margin-top: 20px;
}
.p-document__notes > p.-sm {
  font-size: 1.2rem;
}
.p-document__subttl {
  font-weight: 600;
  margin-top: 60px;
}

/*fadein*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.-delay5 {
  transition-delay: .5s;
}

.fadeIn.is-show {
  opacity: 1;
}

/*slidein*/
.slideIn {
  opacity: 0;
  transform: translateY(-20px);
  transition: .5s;
}
.slideIn.-delay2 {
  transition-delay: .25s;
}
.slideIn.-delay5 {
  transition-delay: .5s;
}

.slideIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*txt_anim*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ------------------------------
    headline
------------------------------ */
.txt-h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .txt-h2 {
    font-size: min(5.2vw, 2.8rem);
    line-height: 1.5;
    margin-bottom: 5vw;
  }
}

.txt-h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .txt-h3 {
    font-size: min(4.8vw, 2.4rem);
    margin-bottom: 3vw;
  }
}

.txt-h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .txt-h4 {
    font-size: min(4.2vw, 2rem);
    margin-bottom: 3vw;
  }
}

/* ------------------------------
    ttl / h3
------------------------------ */
.c-nomal-ttl,
.c-arw-ttl {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  padding-top: 10px;
}

.c-nomal-ttl {
  padding-left: 1.8em;
}
.c-nomal-ttl::before {
  position: absolute;
  content: "";
  background: #0068b7;
  width: 30px;
  height: 6px;
  top: 1em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-nomal-ttl::before {
    width: 24px;
    height: 4px;
  }
}

.c-arw-ttl {
  padding-left: 1.2em;
}
.c-arw-ttl::before {
  position: absolute;
  content: "";
  background: url("../img/common/arw_blue.svg") no-repeat center center/cover;
  width: 18px;
  height: 17px;
  top: .75em;
  left: 0;
}

/* ------------------------------
    list
------------------------------ */
.c-nomal-ol,
.c-nomal-ul {
  margin: 0 0 25px;
}

.c-nomal-ol li,
.c-nomal-ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-nomal-ol li + li,
.c-nomal-ul li + li {
  margin-top: 10px;
}

.c-nomal-ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: .5em;
}

/* ------------------------------
    btn
------------------------------ */
.btn_primary a {
  display: block;
  margin: auto;
  position: relative;
  background: #1b1912;
  color: #fff;
  text-align: center;
  width: 320px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .btn_primary a {
    max-width: inherit;
    width: 100%;
    height: auto;
    font-size: min(4.2vw, 2rem);
    line-height: 1.2;
    padding: 8% 0;
  }
}

.btn_primary a::before {
  position: absolute;
  content: "";
  background: url("../img/common/ico_common_mail.png") no-repeat top center/cover;
  width: 30px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  left: 44px;
}
@media screen and (max-width: 767px) {
  .btn_primary a::before {
    width: 4.8vw;
    height: 3.733vw;
    left: 6.933vw;
  }
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
/* ------------------------------
    sp/pc
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* ------------------------------
    slick　点滅対策
------------------------------ */
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
