/* CSS Document */
/*html {
  scroll-behavior: smooth;
}*/
body {
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  min-height: 1000px;
  padding-bottom: 87px;
}
body.home {
  padding-bottom: 0;
}
body::before {
  background: rgba(16, 16, 16, 0.5);
  content: "";
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 999;
}

body.overlay::before {
  opacity: 1;
}
.robot {
  font-family: "Roboto", sans-serif;
}
.din {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 400;
}
img {
  height: auto;
  max-width: 100%;
}
.inner1000 {
  margin: auto;
  max-width: 1000px;
}
/*.body-container{
	transition: .4s;
	opacity: 0;
}
.body-container.lazy{
	opacity: 1;
}*/
.container1000 {
  margin: auto;
  max-width: 1000px;
}
.container1200 {
  margin: auto;
  max-width: 1200px;
}
.pagetop-area {
  bottom: 50px;
  height: 71px;
  left: 0;
  margin: auto;
  max-width: 1200px;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 100;
}
.pagetop {
  cursor: pointer;
  display: none;
  height: 71px;
  pointer-events: all;
  position: absolute;
  right: -4px;
  transition: 0;
  width: 69px;
}
.ib {
  display: inline-block;
}
/* .anchor {
  display: block;
  margin-top: -158px;
  padding-top: 158px;
  width: 100%;
} */
@media only screen and (max-width: 1090px) {
  .pagetop-area {
    bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.56vw;
    min-height: inherit;
    padding-bottom: 8.5vw;
  }
  .inner1000 {
    max-width: 97.66vw;
  }
  .container1000 {
    max-width: 97.66vw;
  }
  .pagetop-area {
    bottom: 7.81vw;
    height: 6.93vw;
  }
  .pagetop {
    height: 6.93vw;
    position: absolute;
    right: -0.39vw;
    width: 6.74vw;
  }
  /* .anchor {
    display: block;
    margin-top: -15.43vw;
    padding-top: 15.43vw;
  } */
}
@media only screen and (max-width: 767.9px) {
  body {
    padding-bottom: 0;
    padding-top: 135px;
  }
  body.products {
    padding-top: 58px;
  }
  .container {
    padding: 0 20px;
  }
  .container1000 {
    padding: 0 20px;
  }
  .inner1000 {
    padding: 0 10px;
  }
  /* .anchor {
    margin-top: -58px;
    padding-top: 58px;
  } */

  .pagetop-area {
    bottom: 69px;
    height: 58px;
  }
  .pagetop {
    height: 58px;
    right: 10px;
    width: 58px;
  }
}
@media (any-hover: hover) {
  .hover-o {
    transition: 0.2s;
  }
  .hover-o:hover {
    opacity: 0.7;
  }
  .hover-c {
    transition: 0.2s;
  }
  .hover-c:hover {
    color: #0277bd;
  }
}
/* ---------------------------------------------------------------------------
//  商品検索モーダル
--------------------------------------------------------------------------- */
.search-btn {
  cursor: pointer;
  transition: 0.2s;
}
.search-btn:hover {
  opacity: 0.8;
}
.search-md-overlay {
  background: #101010;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.search-md-contents {
  bottom: 0;
  display: none;
  height: auto;
  height: 432px;
  left: 0;
  line-height: normal;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 1000px;
  z-index: 100000;
}

.search-md-inner {
  background: #fff;
  height: 432px;
}

.search-md-contents .search-md-title {
  align-items: center;
  background: #0068b7;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 50px;
}

.search-md-contents dl {
  padding: 0 50px;
}
.search-md-contents dl + dl {
  margin-top: 35px;
}
.search-md-contents dl dt {
  color: #0068b7;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.search-md-contents dl form {
  border: solid 2px #0068b7;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
.search-md-contents dl form input {
  font-size: 20px;
  height: 60px;
  padding: 15.5px 20px;
  width: calc(100% - 60px);
}
.search-md-contents dl form input::placeholder {
  color: #b6b6b6;
}
.search-md-contents dl form button {
  background: #0068b7;
  background-image: url(../img/search/icon-search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 37.5px;
  height: 60px;
  width: 60px;
}
.search-md-contents dl .category-list {
  display: flex;
  justify-content: space-between;
}
.search-md-contents dl .category-list a {
  background-position: center top 12px;
  background-repeat: no-repeat;
  background-size: 70px;
  border: solid 1px #d8d8d8;
  color: #333;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 119px;
  justify-content: center;
  padding-top: 81px;
  transition: 0.2s;
  width: calc((100% - 36px) / 4);
}
.search-md-contents dl .category-list a:hover {
  opacity: 0.8;
}
.search-md-contents dl .category-list a:nth-of-type(1) {
  background-image: url(../img/common/search-category01.png);
}
.search-md-contents dl .category-list a:nth-of-type(2) {
  background-image: url(../img/common/search-category02.png);
}
.search-md-contents dl .category-list a:nth-of-type(3) {
  background-image: url(../img/common/search-category03.png);
}
.search-md-contents dl .category-list a:nth-of-type(4) {
  background-image: url(../img/common/search-category04.png);
  background-position: center top 24.7px;
  background-size: 72px;
}

.search-md-xmark {
  background-image: url(../img/common/icon-search-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 50px;
  top: 9.5px;
  width: 36px;
  z-index: 100000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-md-contents {
    height: 42.19vw;
    width: 97.66vw;
  }

  .search-md-inner {
    height: 42.19vw;
  }

  .search-md-contents .search-md-title {
    font-size: 2.15vw;
    height: 5.37vw;
    margin-bottom: 2.44vw;
    padding: 0 4.88vw;
  }

  .search-md-contents dl {
    padding: 0 4.88vw;
  }
  .search-md-contents dl + dl {
    margin-top: 3.42vw;
  }
  .search-md-contents dl dt {
    font-size: 1.95vw;
    margin-bottom: 15px;
  }
  .search-md-contents dl form {
    border-radius: 0.98vw;
  }
  .search-md-contents dl form input {
    font-size: 1.95vw;
    height: 5.86vw;
    padding: 1.51vw 1.95vw;
    width: calc(100% - 5.86vw);
  }
  .search-md-contents dl form button {
    background-size: 3.66vw;
    height: 5.86vw;
    width: 5.86vw;
  }
  .search-md-contents dl .category-list a {
    background-position: center top 1.17vw;
    background-size: 6.84vw;
    font-size: 1.76vw;
    height: 11.62vw;
    padding-top: 7.91vw;
    width: calc((100% - 3.52vw) / 4);
  }
  .search-md-contents dl .category-list a:nth-of-type(4) {
    background-image: url(../img/common/search-category04.png);
    background-position: center top 2.41vw;
    background-size: 7.03vw;
  }

  .search-md-xmark {
    height: 3.52vw;
    right: 4.88vw;
    top: 0.93vw;
    width: 3.52vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .search-md-contents {
    bottom: 0;
    height: 404px;
    left: 0;
    line-height: normal;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100% - 40px);
  }
  .search-md-inner {
    height: 404px;
  }

  .search-md-contents .search-md-title {
    font-size: 18px;
    height: 48px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .search-md-contents dl {
    padding: 0 10px;
  }
  .search-md-contents dl + dl {
    margin-top: 25px;
  }
  .search-md-contents dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .search-md-contents dl form input {
    font-size: 14px;
    height: 45px;
    padding: 12px;
    width: calc(100% - 50px);
  }
  .search-md-contents dl form button {
    background-size: 31px;
    height: 45px;
    width: 50px;
  }
  .search-md-contents dl .category-list {
    flex-wrap: wrap;
  }
  .search-md-contents dl .category-list a {
    background-position: center top 5px;
    background-size: 52px;
    font-size: 14px;
    height: 80px;
    margin-bottom: 8px;
    padding-top: 55px;
    width: calc((100% - 9px) / 2);
  }
  .search-md-contents dl .category-list a:nth-of-type(4) {
    background-position: center top 17px;
    background-size: 48px;
  }

  .search-md-xmark {
    height: 30px;
    right: 10px;
    top: 9px;
    width: 30px;
  }
}
/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
/* body {
  padding-top: 188px;
} */
.header {
  backdrop-filter: blur(11px);
  background: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.header .container {
  margin: auto;
  max-width: 1220px;
  padding: 0;
  /* position: relative; */
}
.header {
  height: 58px;
}
.header2 {
  display: none;
}
.header3 {
  height: 77px;
  position: absolute;
  top: 58px;
  z-index: 999;
}
.header3 .header-bottom {
  display: block;
}
.header .header-top {
  align-items: center;
  background: #fff;
  display: flex;
  height: 58px;
  justify-content: space-between;
  padding: 0 20px;
}
.header .header-top .logo {
  left: -10px;
  position: relative;
  width: 123px;
}
.header .header-top.header-top_new2025 .logo {
  padding-top: 1px;
}
.header .header-top .logo img {
  height: 21px;
  width: 123px;
}
.header .header-top .header-top-right .btn-area {
  display: flex;
  margin-right: 38px;
}
.header .header-top .header-top-right.header-top-right_new2025 .btn-area {
  margin-right: 30px;
}
.header .header-top .header-top-right .btn-area .btn {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  height: 58px;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}
.header .header-top .header-top-right.header-top-right_new2025 .btn-area .btn {
  color: #0068b7;
  width: 50px;
}
.header .header-top .header-top-right .btn-area .btn.btn01 {
  background: linear-gradient(to top, #3949ab, #4fc3f7);
  border: solid 1px rgba(57, 73, 171, 0.4);
  box-shadow: 0 1px 0 #283593;
  width: 58px;
}
.header .header-top .header-top-right .btn-area .btn.btn01::before {
  content: url("../img/common/header-icon01_sp.svg");
  margin-bottom: 3px;
  position: relative;
}
.header .header-top .header-top-right .btn-area .btn.btn_PC {
  display: none;
}
.header .header-top .header-top-right .btn-area .btn.btn02 {
  background: linear-gradient(to top, #e65100, #ffa000);
  border: solid 1px rgba(230, 81, 0, 0.4);
  box-shadow: 0 1px 0 #bf360c;
  width: 58px;
}
.header .header-top .header-top-right .btn-area .btn.btn02::before {
  content: url("../img/common/header-icon02_sp.svg");
  margin-bottom: 3px;
  position: relative;
}
.header .header-top .header-top-right .btn-area .btn.btn03 {
  background: linear-gradient(to top, #ff5252, #f48fb1);
  border: solid 1px rgba(255, 82, 82, 0.4);
  box-shadow: 0 1px 0 #c2185b;
  width: 58px;
}
.header .header-top .header-top-right .btn-area .btn.btn03::before {
  content: url("../img/common/header-icon03_sp.svg");
  margin-bottom: 9px;
  position: relative;
  top: 3px;
}
.header .header-top .header-top-right .btn-area .btn.btn04 {
  background: linear-gradient(to top, #0068b7, #43a8d5);
  border: solid 1px rgba(57, 88, 171, 0.4);
  box-shadow: 0 1px 0 #033e6a;
  width: 58px;
}
.header .header-top .header-top-right .btn-area .btn.btn04::before {
  content: url("../img/common/header-icon04_sp.svg");
  margin-top: -3.5px;
  position: relative;
}
.header .header-top .header-top-right.header-top-right_new2025 .btn-area .btn.btn_new2025_area::before {
  background-image: url(../img/common/nav-ico_area.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: relative;
  top: 0px;
  width: 20px;
}
.header .header-top .header-top-right.header-top-right_new2025 .btn-area .btn.btn_new2025_search::before {
  background-image: url(../img/common/nav-ico_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: relative;
  top: 0px;
  width: 20px;
}
.header .header-top .header-top-right.header-top-right_new2025 .btn-area .btn.btn_new2025_fav::before {
  background-image: url(../img/common/nav-ico_fav.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: relative;
  top: -2px;
  width: 20px;
}
.header .header-top .header-top-right.header-top-right_new2025 .btn-area .btn p.text {
  margin-top: 5px;
  font-weight: normal;
}
.scroll .header .header-top .header-top-right .btn-area .btn.btn01 {
  transform: translateX(116px);
}
.scroll .header .header-top .header-top-right .btn-area .btn.btn02,
.scroll .header .header-top .header-top-right .btn-area .btn.btn03 {
  opacity: 0;
  transform: translateX(58px);
}
.header .header-top .header-top-right .link-area {
  display: none;
}
.header .header-top .header-top-right .link-area .link::after {
  content: url("../img/common/icon-tri01.svg");
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.header-bottom {
  display: none;
  padding: 0 20px;
}
.header-bottom .link-area {
  display: flex;
  justify-content: space-between;
}
.header-bottom .link-area .link {
  align-items: flex-end;
  display: flex;
  font-size: 14px;
  height: 77px;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 5px 5px;
  position: relative;
  transition: 0.2s;
}
.header-bottom .link-area .link01 {
  background: url("../img/common/header-pic01.png") no-repeat center bottom 24px;
  background-size: 55px;
}
.header-bottom .link-area .link02 {
  background: url("../img/common/header-pic02.png") no-repeat center bottom 24px;
  background-size: 55px;
}
.header-bottom .link-area .link03 {
  background: url("../img/common/header-pic03.png") no-repeat center bottom 24px;
  background-size: 55px;
}
.header-bottom .link-area .link04 {
  background: url("../img/common/header-pic04.png") no-repeat center bottom 24px;
  background-size: 50px;
}
.nav {
  background-color: #fff;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  padding: 18px 20px 24px;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.2s;
  visibility: hidden;
  width: 100%; /* スマホに収まるサイズ */
  z-index: 2000;
}
.nav .nav-logo {
  align-items: center;
  display: flex;
  height: auto;
  left: -10px;
  margin-bottom: 37px;
  position: relative;
  top: 1px;
  width: 123px;
}
.nav .nav-logo img {
  height: 21px;
  width: 123px;
}
.hamburger {
  background: linear-gradient(to top, #eee, #fff);
  border: solid 1px rgba(129, 129, 129, 0.3);
  box-shadow: 0 1px 0 rgba(16, 16, 16, 0.4);
  cursor: pointer;
  height: 58px; /* クリックしやすい高さ */
  position: absolute;
  right: 0;
  top: 0;
  width: 58px; /* クリックしやすい幅 */
  z-index: 3000;
}
.hamburger.hamburger_new2025 {
  background: none;
  border: none;
  box-shadow: none;
  height: 55px;
  width: 55px;
}
.nav-item {
  font-size: 14px;
}
.nav-item + .nav-item {
  margin-top: 18px;
}
.nav-item .nav-title {
  align-items: center;
  background: rgba(0, 104, 183, 0.7);
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 37px;
  justify-content: center;
}
.nav-item01 .link-area {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.nav-item01 .link-area .link {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: flex-end;
  padding: 0 5px 7px;
  text-align: center;
}
.nav-item01 .link-area .link01 {
  background: url("../img/common/header-pic01.png") no-repeat center bottom 24px;
  background-size: 60px;
}
.nav-item01 .link-area .link02 {
  background: url("../img/common/header-pic02.png") no-repeat center bottom 24px;
  background-size: 60px;
}
.nav-item01 .link-area .link03 {
  background: url("../img/common/header-pic03.png") no-repeat center bottom 24px;
  background-size: 60px;
}
.nav-item01 .link-area .link04 {
  background: url("../img/common/header-pic04.png") no-repeat center bottom 30px;
  background-size: 50px;
}
.nav-item015 .link-wrap {
  text-align: center;
}
.nav-item015 .link-area .link {
  display: block;
  padding: 10px 10px;
  position: relative;
  border: 1px solid #1268b7;
  color: #1268b7;
}
.nav-item015 .link-area .link-wrap .link::after {
  background: url("../img/common/icon-arrow06.svg") no-repeat center;
  background-size: 18px;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 1px;
  width: 20px;
}
.nav-item02 .link-wrap {
  border-bottom: solid 1px #d8d8d8;
}
.nav-item02 .link-area .link-wrap .link {
  display: block;
  padding: 18px 10px;
  position: relative;
}
.nav-item02 .link-area .link-wrap .link::after {
  background: url("../img/common/icon-arrow01.svg") no-repeat center;
  background-size: 18px;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 1px;
  width: 20px;
}
.nav-item02 .link-area .link-wrap .sub-title {
  padding: 18px 10px;
  position: absolute;
}
.nav-item02 .link-area .link-wrap .link-wrap-sub .link {
  padding-left: 122px;
}
.nav-item03 {
  background: #eee;
  padding: 13px 10px;
}
.nav-item03 .ac {
  color: #43a8d6;
}
.nav-item03 .ac .ac-item + .ac-item {
  margin-top: 8px;
}
.nav-item03 .ac-label {
  align-items: center;
  background: #fff;
  cursor: pointer;
  display: flex;
  height: 59px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.2s;
}
.nav-item03 .ac-content {
  display: none;
}
.nav-item03 .ac-content {
  background: #fff;
  border-top: solid #eee 3px;
  padding: 10px;
}
.nav-item03 .ac-content .link-list {
  display: flex;
  flex-direction: column;
}
.nav-item03 .ac-content .link-list .link {
  line-height: calc(60 / 16);
  text-decoration: underline;
}
.nav-item03 .ac-content .link-list .link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.nav-item03 .ac-content p {
  background: #fff;
  margin-top: 1px;
  padding: 10px;
}
.nav-item03 .icon:before {
  background: url("../img/common/icon-plus.svg") no-repeat center;
  background-size: 22px;
  bottom: 0;
  content: "";
  height: 24px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 1px;
  width: 24px;
}
/*＋、－切り替え*/
.nav-item03 .ac-label.open {
  background: #e1f5fe;
}
.nav-item03 .ac-label.open .icon:before {
  background: url("../img/common/icon-minus.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.hamburger_border {
  background: #424242;
  border-radius: 1px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: 0.2s;
  width: 17px;
}
.hamburger.hamburger_new2025 .hamburger_border {
  background: #0068b7;
  box-shadow: none;
}
.hamburger_border_top {
  top: 14px;
}
.hamburger_border_center {
  top: 21px;
}
.hamburger_border_bottom {
  top: 28px;
}
.hamburger.hamburger_new2025 .hamburger_border_top {
  top: 12px;
}
.hamburger.hamburger_new2025 .hamburger_border_center {
  top: 19px;
}
.hamburger.hamburger_new2025 .hamburger_border_bottom {
  top: 26px;
}
.hamburger_text {
  transition: 0.2s;
}
.hamburger_text::before {
  bottom: 8px;
  color: #424242;
  content: "MENU";
  font-size: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
}
.hamburger.hamburger_new2025 .hamburger_text::before {
  color: #0068b7;
  font-weight: normal;
}
.black_bg {
  background-color: #333;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.2s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
/* 表示された時用のCSS */
.nav-open .nav {
  opacity: 1;
  visibility: visible;
}
.nav-open .black_bg {
  opacity: 0.8;
  visibility: visible;
}
.nav-open .hamburger_border_top {
  top: 21px;
  transform: rotate(45deg);
}
.nav-open .hamburger_border_center {
  top: 21px;
  transform: rotate(-45deg);
}
.nav-open .hamburger.hamburger_new2025 .hamburger_border_top {
  top: 21px;
}
.nav-open .hamburger.hamburger_new2025 .hamburger_border_center {
  top: 21px;
}
.nav-open .hamburger_border_bottom {
  display: none;
}

/* PCヘッダーリニューアル231206 --------------------------------------------------------*/
header.re2023.forPC {
  background-color: #fff;
  height: 188px;
  position: relative;
  z-index: 10000;
}

.re2023 .pc_header {
  height: 188px;
  padding: 17px 12px 25px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.re2023 .pc_header .head_menu {
  display: flex;
  height: 86px;
  justify-content: space-between;
}

.re2023 .pc_header .head_menu a,
.re2023 .pc_header .head_menu .search_BTN {
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .pc_header .head_menu a:hover,
  .re2023 .pc_header .head_menu .search_BTN:hover {
    opacity: 0.8;
  }
}

.re2023 .pc_header .head_menu .logo {
  padding-top: 10px;
  width: 274px;
}

.re2023 .pc_header .head_menu .head_nav {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 845px;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap {
  display: flex;
  justify-content: flex-end;
  /* justify-content: space-between; */
  width: 100%;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(1) {
  width: 125px;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(2) {
  width: 414px;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(3) {
  width: 190px;
}

.re2023 .pc_header .head_menu .head_nav_new2025 .btn_wrap .BTN_new2025:nth-of-type(1) {
  width: 241px;
  margin-right: 20px;
}

.re2023 .pc_header .head_menu .head_nav_new2025 .btn_wrap .BTN_new2025:nth-of-type(2) {
  width: 360px;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap .search_BTN {
  cursor: pointer;
  width: 105px;
}

.re2023 .pc_header .head_menu .head_nav .link_list {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.re2023 .pc_header .head_menu .head_nav .link_list .link_item {
  margin-left: 30px;
}
.re2023 .pc_header .head_menu .head_nav .link_list .link_item a {
  align-items: center;
  color: #101010;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .re2023 .pc_header .head_menu .head_nav .link_list .link_item a:hover {
    color: #0277bd;
  }
}
.re2023 .pc_header .head_menu .head_nav .link_list .link_item.link_item_new2025_area a::before {
  background-image: url(../img/common/nav-ico_area.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 24px;
}
.re2023 .pc_header .head_menu .head_nav .link_list .link_item.link_item_new2025_search a::before {
  background-image: url(../img/common/nav-ico_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 24px;
}
.re2023 .pc_header .head_menu .head_nav .link_list .link_item.link_item_new2025_fav a::before {
  background-image: url(../img/common/nav-ico_fav.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 24px;
}
.re2023 .pc_header .head_menu .head_nav .link_list .link_item a::after {
  background-image: url(../img/common/header-arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  margin-left: 5px;
  position: relative;
  top: 1px;
  width: 15px;
}
.re2023 .pc_header .head_menu .head_nav .link_list.link_list_new2025 .link_item.link_item_new2025_area a::after {
  display: none;
}
.re2023 .pc_header .head_menu .head_nav .link_list.link_list_new2025 .link_item.link_item_new2025_search a::after {
  display: none;
}
.re2023 .pc_header .head_menu .head_nav .link_list.link_list_new2025 .link_item.link_item_new2025_fav a::after {
  display: none;
}
.re2023 .pc_header .main_menu .main_nav {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.re2023 .pc_header .main_menu .main_nav > li {
  border-bottom: solid 1px #d8d8d8;
  border-top: solid 1px #d8d8d8;
  max-width: 300px;
  width: 25%;
}
.re2023 .pc_header .main_menu .main_nav > li:first-of-type {
  border-left: solid 1px #d8d8d8;
}
.re2023 .pc_header .main_menu .main_nav > li:last-of-type {
  border-right: solid 1px #d8d8d8;
}

.re2023 .pc_header .main_menu .main_nav > li > a {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.66);
  background-repeat: no-repeat;
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(1) > a {
  background-image: url(../img/common/header-pic01N.png);
  background-position: center left 30px;
  background-size: 55px;
}
.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(2) > a {
  background-image: url(../img/common/header-pic02N.png);
  background-position: center left 30px;
  background-size: 55px;
}
.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(3) > a {
  background-image: url(../img/common/header-pic03N.png);
  background-position: center left 30px;
  background-size: 55px;
}
.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(4) > a {
  background-image: url(../img/common/header-pic04N.png);
  background-position: center left 30px;
  background-size: 52px;
}
.re2023 .pc_header .main_menu .main_nav > li > a::before {
  background-image: url(../img/common/header-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 19px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  width: 19px;
}
.re2023 .pc_header .main_menu .main_nav > li > a::after {
  background-image: url(../img/common/header-arrow_w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 19px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 0;
  transition: 0.2s;
  width: 19px;
}

.re2023 .pc_header .main_menu .main_nav > li > a.active::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .re2023 .pc_header .main_menu .main_nav > li > a:hover:after {
    opacity: 1;
  }
  .re2023 .pc_header .main_menu .main_nav > li > a:hover {
    background-color: #0068b7;
    color: #fff;
  }
}
.re2023 .pc_header .main_menu .main_nav > li > a.active {
  background-color: #0068b7;
  color: #fff;
}

.re2023 .pc_header .main_menu .main_nav > li > a span {
  align-items: center;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.re2023 .pc_header .main_menu .main_nav > li > a span::before {
  background: #d8d8d8;
  bottom: 0;
  content: "";
  height: 50px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.re2023 .pc_header .main_menu .main_nav > li:last-of-type > a span::before {
  display: none;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu {
  box-sizing: border-box;
  /* display: none; */
  left: 0;
  opacity: 0;
  padding: 25px 0 30px;
  pointer-events: none;
  position: absolute;
  top: 188px;
  transition: 0.2s;
  width: 100%;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu.active {
  opacity: 1;
  pointer-events: all;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu::after {
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  /* white-space: nowrap; */
  position: relative;
  z-index: 2;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .ttl {
  color: #0068b7;
  font-size: 16px;
  font-weight: bold;
  width: 100px;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child {
  display: flex;
  width: calc(100% - 100px);
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl {
  display: flex;
  flex-direction: column;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl:first-of-type {
  padding-left: 0 !important;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl:last-of-type {
  padding-right: 0 !important;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl + dl {
  border-left: 1px solid #d8d8d8;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item01 .child dl {
  padding-left: 37px;
  padding-right: 37px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item02 .child dl {
  padding-left: 37px;
  padding-right: 37px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item03 .child dl {
  padding-left: 24px;
  padding-right: 24px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item04 .child dl {
  padding-left: 18px;
  padding-right: 18px;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dt {
  color: #101010;
  font-size: 16px;
  font-weight: bold;
  padding-left: 23px;
  position: relative;
  text-decoration: underline;
  white-space: nowrap;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dd + dt {
  margin-top: auto;
  padding-top: 25px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dt::before {
  background-image: url(../img/common/header-arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 15px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dd + dt::before {
  top: 27px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dd {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
  padding-left: 23px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item a {
  text-decoration: underline;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item a:hover {
    opacity: 0.7;
  }
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .ttl2 {
  color: #1c98d0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul {
  display: flex;
  margin-top: 10px;
  width: 100%;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item.mega_item_new2025 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 15px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul li + li {
  border-left: 1px solid #d8d8d8;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul li a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 25px;
  justify-content: center;
  padding-left: 37px;
  padding-right: 37px;
  text-align: center;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item.mega_item_new2025 ul li a {
  justify-content: flex-start;
  padding-left: 12px;
  padding-right: 12px;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul li:first-of-type a {
  padding-left: 0 !important;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item.mega_item_new2025 ul li:first-of-type a {
  padding-left: 12px !important;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul li:last-of-type a {
  padding-right: 0 !important;
}
.re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul li a::before {
  background-image: url(../img/common/header-arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 15px;
}

/* 追従 */
/*
.re2023 .pc_header.fix {
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, 0.85);
  height: 133px;
  opacity: 0;
  padding: 0 12px 10px;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.2s;
  z-index: 10000;
}

.re2023 .pc_header.fix.active {
  opacity: 1;
  pointer-events: all;
}
.re2023 .pc_header.fix .head_menu {
  align-items: center;
  height: 63px;
}
.re2023 .pc_header.fix .head_menu .logo {
  padding-top: 0;
  width: 223.5px;
}

.re2023 .pc_header.fix .head_menu .head_nav {
  width: calc(100% - 223.5px);
}
.re2023 .pc_header.fix .head_menu .head_nav .link_list {
  align-items: center;
  margin-top: 0;
}
.re2023 .pc_header.fix .head_menu .head_nav .link_list .link_item {
  margin-left: 24px;
}
*/
/*
.re2023 .pc_header.fix .head_menu .head_nav .link_list .link_item:last-of-type {
  margin-left: 30px;
  width: 105px;
} */
@media (any-hover: hover) {
  .re2023 .pc_header .head_menu .head_nav .link_list .link_item a:hover {
    color: #0277bd;
  }
}
.re2023 .pc_header .head_menu .head_nav .link_list .link_item a::after {
  background-image: url(../img/common/header-arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  margin-left: 5px;
  position: relative;
  top: 1px;
  width: 15px;
}
/*
.re2023 .pc_header.fix .main_menu {
  height: 63px;
  margin-top: 0;
}

.re2023 .pc_header.fix .main_menu .main_nav .mega_menu {
  padding-top: 10px;
  top: 123px;
}
.re2023 .pc_header.fix .main_menu .main_nav .mega_menu::after {
  height: calc(100% - 10px);
}
*/

@media screen and (min-width: 767.1px) and (max-width: 1224px) {
  header.re2023 {
    height: 15.36vw;
  }

  .re2023 .pc_header {
    height: 15.36vw;
    padding: 1.39vw 0.98vw 2.04vw;
  }

  .re2023 .pc_header .head_menu {
    height: 7.03vw;
  }

  .re2023 .pc_header .head_menu .logo {
    padding-top: 0.82vw;
    width: 22.39vw;
  }

  .re2023 .pc_header .head_menu .head_nav {
    width: 69.04vw;
  }

  .re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(1) {
    width: 10.21vw;
  }

  .re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(2) {
    width: 33.82vw;
  }

  .re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(3) {
    width: 15.52vw;
  }

  .re2023 .pc_header .head_menu .head_nav_new2025 .btn_wrap .BTN_new2025:nth-of-type(1) {
    width: 17.22vw;
  }

  .re2023 .pc_header .head_menu .head_nav_new2025 .btn_wrap .BTN_new2025:nth-of-type(2) {
    width: 25.98vw;
  }

  .re2023 .pc_header .head_menu .head_nav .btn_wrap .search_BTN {
    width: 8.58vw;
  }

  .re2023 .pc_header .head_menu .head_nav .link_list {
    margin-top: 0.82vw;
  }
  .re2023 .pc_header .head_menu .head_nav .link_list .link_item {
    margin-left: 2.45vw;
  }
  .re2023 .pc_header .head_menu .head_nav .link_list .link_item a {
    font-size: 1.31vw;
  }
  .re2023 .pc_header .head_menu .head_nav .link_list .link_item a::after {
    height: 1.23vw;
    margin-left: 0.41vw;
    top: 0.08vw;
    width: 1.23vw;
  }

  .re2023 .pc_header .main_menu .main_nav > li {
    max-width: 24.51vw;
  }

  .re2023 .pc_header .main_menu .main_nav > li > a {
    font-size: 1.63vw;
    height: 4.9vw;
  }
  .re2023 .pc_header .main_menu .main_nav > li:nth-of-type(1) > a {
    background-position: center left 2.45vw;
    background-size: 2.45vw;
  }
  .re2023 .pc_header .main_menu .main_nav > li:nth-of-type(2) > a {
    background-position: center left 2.45vw;
    background-size: 2.45vw;
  }
  .re2023 .pc_header .main_menu .main_nav > li:nth-of-type(3) > a {
    background-position: center left 2.45vw;
    background-size: 2.45vw;
  }
  .re2023 .pc_header .main_menu .main_nav > li:nth-of-type(4) > a {
    background-position: center left 2.45vw;
    background-size: 4.25vw;
  }
  .re2023 .pc_header .main_menu .main_nav > li > a::before {
    height: 1.55vw;
    right: 2.45vw;
    width: 1.55vw;
  }
  .re2023 .pc_header .main_menu .main_nav > li > a::after {
    height: 1.55vw;
    right: 2.45vw;
    width: 1.55vw;
  }

  .re2023 .pc_header .main_menu .main_nav > li > a span::before {
    height: 4.08vw;
    width: 0.08vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu {
    padding: 2.04vw 0 2.45vw;
    top: 15.36vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item {
    padding: 0 1vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .ttl {
    font-size: 1.31vw;
    width: 8.17vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child {
    width: calc(100% - 8.17vw);
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item01 .child dl {
    padding-left: 3.02vw;
    padding-right: 3.02vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item02 .child dl {
    padding-left: 3.02vw;
    padding-right: 3.02vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item03 .child dl {
    padding-left: 1.96vw;
    padding-right: 1.96vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item04 .child dl {
    padding-left: 1.47vw;
    padding-right: 1.47vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dt {
    font-size: 1.31vw;
    padding-left: 1.88vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dd + dt {
    padding-top: 2.04vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dt::before {
    height: 1.23vw;
    top: 0.16vw;
    width: 1.23vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dd + dt::before {
    top: 2.21vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .child dl dd {
    /* font-size: 1.31vw; */
    font-size: 1.2vw;
    margin-top: 0.49vw;
    padding-left: 1.88vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item .ttl2 {
    font-size: 1.31vw;
    margin-top: 1.63vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul {
    margin-top: 0.82vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul li a {
    /* font-size: 1.31vw; */
    font-size: 1.2vw;
    height: 2.04vw;
    padding-left: 3.02vw;
    padding-right: 3.02vw;
  }
  .re2023 .pc_header .main_menu .main_nav .mega_menu .mega_item ul li a::before {
    height: 1.23vw;
    margin-right: 0.65vw;
    top: 0.08vw;
    width: 1.23vw;
  }

  /* 追従 */
  /*
  .re2023 .pc_header.fix {
    height: 10.87vw;
    padding: 0 0.98vw 0.82vw;
  }

  .re2023 .pc_header.fix .head_menu {
    height: 5.15vw;
  }
  .re2023 .pc_header.fix .head_menu .logo {
    padding-top: 0;
    width: 18.26vw;
  }

  .re2023 .pc_header.fix .head_menu .head_nav {
    width: calc(100% - 18.26vw);
  }
  .re2023 .pc_header.fix .head_menu .head_nav .link_list {
    margin-top: 0;
  }
  .re2023 .pc_header.fix .head_menu .head_nav .link_list .link_item {
    margin-left: 1.96vw;
  }
  */
  /* .re2023 .pc_header.fix .head_menu .head_nav .link_list .link_item:last-of-type {
    margin-left: 2.45vw;
    width: 8.58vw;
  } */
  .re2023 .pc_header .head_menu .head_nav .link_list .link_item a::after {
    height: 1.23vw;
    margin-left: 0.41vw;
    top: 0.08vw;
    width: 1.23vw;
  }
  /*
  .re2023 .pc_header.fix .main_menu {
    height: 5.15vw;
    margin-top: 0;
  }

  .re2023 .pc_header.fix .main_menu .main_nav .mega_menu {
    padding-top: 0.82vw;
    top: 10.05vw;
  }
  .re2023 .pc_header.fix .main_menu .main_nav .mega_menu::after {
    height: calc(100% - 0.82vw);
  }
  */
}

/* ヘッダ固定時 */
.re2023 {
  .pc_header {
    &.absolute {
      opacity: 1;
      transition: 0.3s;
    }
    &.outside {
      opacity: 0;
      transition: 0.3s;
    }
    &.fix {
      position: fixed;
      /* opacity: 1; */
      transition: 0.3s;
      backdrop-filter: blur(11px);
      background-color: rgba(255, 255, 255, 0.85);
      height: 133px;
      padding: 0 12px 10px;
      .global_nav {
        .head_menu {
          align-items: center;
          height: 63px;
          .logo {
            padding-top: 0;
            width: 223.5px;
          }
          .head_nav {
            .btn_wrap {
              display: none;
            }
            .link_list {
              margin-top: 0;
            }
          }
        }
      }
      .main_menu .main_nav .mega_menu {
        top: 133px;
      }
    }
  }
}

/* SPサイド追従231206 --------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
  }
  .re2023 .sp_side .head_menu {
    border-radius: 3px;
    bottom: 129px;
    filter: drop-shadow(0 1px 0 #f48b20);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 20px;
    transition: 0.2s;
    width: 62px;
    z-index: 200;
  }

  .scroll .re2023 .sp_side .head_menu {
    opacity: 1;
    pointer-events: all;
  }
  .re2023 .main_menu {
    background: rgba(16, 16, 16, 0.5);
    height: calc(100vh - 58px);
    margin: auto;
    opacity: 0;
    padding: 20px 15px 25px 15px;
    pointer-events: none;
    position: fixed;
    top: 58px;
    transition: 0.2s all;
    width: 100%;
    z-index: 201;
  }

  .re2023 .open .main_menu {
    opacity: 1;
    pointer-events: all;
  }
  .re2023 .main_nav {
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    height: calc(100vh - 153px);
    height: calc(100dvh - 153px);
    line-height: normal;
    overflow: auto;
    padding-bottom: 20px;
  }
  .re2023 .main_nav > li > a {
    border-bottom: solid 1px #d8d8d8;
    display: block;
    padding: 12px 30px;
    position: relative;
  }

  .re2023 .main_nav > li.ac > .ac_ttl::after {
    background-image: url(../img/common/side-plus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 22px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    width: 22px;
  }

  .re2023 .main_nav > li.ac > .ac_ttl.open::after {
    background-image: url(../img/common/side-minus.png);
  }

  .re2023 .main_nav > li.ac .ac_menu {
    background: #eee;
    display: none;
    padding: 0 20px 10px;
  }

  .re2023 .main_nav > li.ac .ac_menu > * {
    border-bottom: solid 1px #d8d8d8;
    display: block;
    position: relative;
  }

  .re2023 .main_nav > li.ac .ac_menu .ac_ttl {
    padding: 10px 20px;
    position: relative;
  }

  .re2023 .main_nav > li.ac .ac_menu .ac_ttl::after {
    background-image: url(../img/common/side-plus02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 22px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    width: 22px;
  }

  .re2023 .main_nav > li.ac .ac_menu .ac_ttl.open::after {
    background-image: url(../img/common/side-minus02.png);
  }

  .re2023 .main_nav > li.ac .ac_menu .child {
    display: none;
    padding: 0;
  }

  .re2023 .main_nav > li.ac .ac_menu .child li a {
    border-bottom: solid 1px #d8d8d8;
    display: block;
    font-size: 3.73vw;
    font-weight: 400;
    padding: 10px 0 10px 25px;
    position: relative;
  }
  .re2023 .main_nav > li.ac .ac_menu .child li:last-of-type a {
    border-bottom: none;
  }
  .re2023 .main_nav > li.ttl {
    align-items: center;
    background: #0068b7;
    color: #fff;
    display: flex;
    height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    pointer-events: none;
  }
  .re2023 .main_menu .close {
    align-items: center;
    background: rgba(255, 211, 57, 0.9);
    background-image: url(../img/common/side-close.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 12px;
    bottom: 25px;
    color: #fff;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 40px;
    justify-content: center;
    position: fixed;
    text-shadow: 0 1px 2px rgba(230, 81, 0, 0.45);
    width: calc(100% - 30px);
    z-index: 201;
  }
}
/* ---------------------------------------------------------------------------
//  top-mv
--------------------------------------------------------------------------- */
.top-mv {
  margin-bottom: 36px;
}
.top-mv .mv-area {
  position: relative;
}
.top-mv .mv-area .mv-copy {
  display: none !important;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
.top1920 .top-mv .mv-area .mv-copy {
  display: none;
}
.top-mv .mv-area .slider {
  margin-bottom: 0;
}
.top-mv .slick-img img {
  opacity: 0.4;
  transition: 0.2s;
}
.top-mv .slider .slick-center img {
  opacity: 1;
}
.top-mv .mv-area .slider .slick-img {
  /*height: 577px;
	overflow: hidden;*/
  height: auto;
  margin: 0 8.5px;
}
/*.top-mv .mv-area .slider .slick-img img{
	object-fit: cover;
	width: 1200px;
	height: 577px;
}*/
.top1920 .top-mv .mv-area .slider .slick-img {
  height: auto;
}
.top-mv .mv-area .slider .slick-img img.forSP {
  display: none;
}
/*.top-mv .mv-area .slider .slick-img.slick-img01 {
  background: url("../img/top/mv-image01.jpg")no-repeat center;
  background-size: 1200px;
}
.top-mv .mv-area .slider .slick-img.slick-img02 {
  background: url("../img/top/mv-image01.jpg")no-repeat center;
  background-size: 1200px;
}
.top-mv .mv-area .slider .slick-img.slick-img03 {
  background: url("../img/top/mv-image01.jpg")no-repeat center;
  background-size: 1200px;
}*/
.top-mv .mv-area .slider .slick-dots {
  bottom: 38px;
  position: absolute;
  z-index: 20;
}
.top-mv .slick-dots > li:first-child:last-child {
  display: none;
}
.top-mv .mv-area .slider .slick-dots li {
  background: #0068b7;
  border-radius: 100%;
  height: 10px;
  margin: 0 7.5px;
  transition: 0.2s;
  width: 10px;
}
.top-mv .mv-area .slider .slick-dots li.slick-active {
  background: #fdd835;
}
.top-mv .mv-area .slider .slick-dots li button {
  height: 10px;
  width: 10px;
}
.top-mv .mv-area .slider .slick-dots li button::before {
  display: none;
}
.top-mv .slick-prev,
.top-mv .slick-next {
  height: 53px;
  top: 50%;
  width: 51px;
  z-index: 10;
}
.top-mv .slick-next {
  right: 8.3%;
}
.top-mv .slick-next::before {
  background: url("../img/top/next.svg") no-repeat center;
  background-size: 51px;
  content: "";
  display: block;
  height: 53px;
  opacity: 1;
  width: 51px;
}
.top-mv .slick-prev {
  left: 8.3%;
}
.top-mv .slick-prev::before {
  background: url("../img/top/before.svg") no-repeat center;
  background-size: 51px;
  content: "";
  display: block;
  height: 53px;
  opacity: 1;
  width: 51px;
}
@media only screen and (min-width: 1523px) {
  .top-mv .slick-list {
    margin: auto;
    overflow: visible;
    padding: 0 !important;
    width: 1220px;
  }
  .top-mv {
    overflow: hidden;
  }
  .top-mv .slick-next {
    right: calc((100% - 1200px) / 2 - 25px);
  }
  .top-mv .slick-prev {
    left: calc((100% - 1200px) / 2 - 25px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-mv {
    margin-bottom: 3.52vw;
  }
  .top-mv .mv-area .slider .slick-img {
    margin: 0 0.83vw;
  }
  .top-mv .mv-area .slider .slick-dots {
    bottom: 3.71vw;
  }
  .top-mv .slick-dots > li:first-child:last-child {
    display: none;
  }
  .top-mv .top-mv .mv-area .slider .slick-dots li {
    height: 0.98vw;
    margin: 0 0.73vw;
    width: 0.98vw;
  }
  .top-mv .mv-area .slider .slick-dots li button {
    height: 0.98vw;
    width: 0.98vw;
  }
  .top-mv .slick-prev,
  .top-mv .slick-next {
    height: 5.18vw;
    width: 4.98vw;
  }
  .top-mv .slick-next::before {
    background: url("../img/top/next.svg") no-repeat center;
    background-size: 4.98vw;
    height: 5.18vw;
    width: 4.98vw;
  }
  .top-mv .slick-prev::before {
    background: url("../img/top/before.svg") no-repeat center;
    background-size: 4.98vw;
    height: 5.18vw;
    width: 4.98vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-mv {
    margin-bottom: 0;
  }
  .top-mv .mv-area .mv-copy {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .top-mv .mv-area .mv-copy img {
    width: 100%;
  }
  .top-mv .mv-area .slider .slick-img {
    /* height: 57.866667vw;*/
    /* height: 62.898551vw;*/
    height: auto;
    margin: 0;
  }
  .top-mv .mv-area .slider .slick-img img {
    opacity: 1 !important;
    width: 100%;
  }

  .top-mv .mv-area .slider .slick-img img.forSP {
    display: block;
  }
  .top-mv .mv-area .slider .slick-img img.forPC {
    display: none;
  }
  .top1920 .top-mv .mv-area .slider .slick-img {
    height: auto;
  }
  /*.top-mv .mv-area .slider .slick-img.slick-img01 {
    background: url("../img/top/mv-image01_sp.jpg")no-repeat center right;
    background-size: cover;
  }
  .top-mv .mv-area .slider .slick-img.slick-img02 {
    background: url("../img/top/mv-image01.jpg")no-repeat center right;
    background-size: cover;
  }
  .top-mv .mv-area .slider .slick-img.slick-img03 {
    background: url("../img/top/mv-image01.jpg")no-repeat center right;
    background-size: cover;
  }*/
  .top-mv .mv-area .slider .slick-dots {
    bottom: 16px;
  }
  .top-mv .mv-area .slider .slick-dots li {
    height: 6.75px;
    margin: 0 7px;
    width: 6.75px;
  }
  .top-mv .mv-area .slider .slick-dots li button {
    height: 6.75px;
    width: 6.75px;
  }
}
/* ---------------------------------------------------------------------------
//  top-01
--------------------------------------------------------------------------- */
.top-01 .container1200 {
  background: url("../img/top/top01-bg.jpg") no-repeat center;
  background-size: cover;
}
.top-01 .container-full {
  background: url("../img/top/top01-bg1920.jpg") no-repeat center;
  background-size: cover;
}
.top-01 .section-contents {
  background: rgba(0, 104, 183, 0.7);
  padding: 59px 0 49px;
}
.top-01 .section-contents .title {
  margin: 0 auto 30px;
  width: 561px;
}
.top-01 .section-contents .data-area {
  display: flex;
  margin-bottom: 20px;
}
.top-01 .section-contents .data-area .data01 {
  margin-top: 41px;
  width: 450px;
}
.top-01 .section-contents .data-area .data02 {
  margin: 17px 41px 0 50px;
  width: 285px;
}
.top-01 .section-contents .data-area .data03 {
  width: 183px;
}
.top-01 .section-contents .sup-area {
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-01 .section-contents {
    background: rgba(0, 104, 183, 0.7);
    padding: 5.761719vw 0 4.785156vw;
  }
  .top-01 .section-contents .title {
    margin: 0 auto 2.929688vw;
    width: 54.785156vw;
  }
  .top-01 .section-contents .data-area {
    display: flex;
    margin-bottom: 1.953125vw;
  }
  .top-01 .section-contents .data-area .data01 {
    margin-top: 4.003906vw;
    width: 43.945312vw;
  }
  .top-01 .section-contents .data-area .data02 {
    margin: 1.660156vw 4.003906vw 0 4.882812vw;
    width: 27.832031vw;
  }
  .top-01 .section-contents .data-area .data03 {
    width: 17.871094vw;
  }
  .top-01 .section-contents .sup-area {
    color: #fff;
    display: flex;
    font-size: 1.367188vw;
    font-weight: 400;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-01 .container-full {
    background: url("../img/top/top01-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .top1920 .top-01 .container-full {
    background: url("../img/top/top01-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .top-01 .section-contents {
    padding: 25px 20px 45px;
  }
  .top-01 .section-contents .title {
    margin: 0 auto 20px;
    width: 242px;
  }
  .top-01 .section-contents .data-area {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  .top-01 .section-contents .data-area .data01 {
    margin-bottom: 8px;
    margin-top: 0;
    width: 100%;
  }
  .top-01 .section-contents .data-area .data02 {
    margin: 0;
    margin-top: 4%;
    width: 53.731343%;
  }
  .top-01 .section-contents .data-area .data03 {
    width: 37.61194%;
  }
  .top-01 .section-contents .sup-area {
    display: block;
    font-size: 11px;
    line-height: calc(20 / 11);
  }
}
/* ---------------------------------------------------------------------------
//  top-02
--------------------------------------------------------------------------- */
.top-02 .section-contents .top02-area {
  padding: 62px 0 43px;
}
.top-02 .section-contents .top02-area .link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  /*gap: 72px 0;*/
}
.top-02 .section-contents .top02-area .link-area .link {
  margin: 0 36px 72px;
  position: relative;
  width: 251px;
}
.top-02 .section-contents .top02-area .link-area .link .link-title {
  align-items: center;
  color: #0068b7;
  display: flex;
  font-size: 22px;
  height: 62px;
  justify-content: center;
  margin-bottom: 15.8px;
  text-align: center;
}
.top-02 .section-contents .top02-area .link-area .link01 .link-title::before {
  background: url("../img/top/top02-item01.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 62px;
  margin-right: 10px;
  width: 56px;
}
.top-02 .section-contents .top02-area .link-area .link02 .link-title::before {
  background: url("../img/top/top02-item02.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 62px;
  margin-right: 8px;
  width: 48px;
}
.top-02 .section-contents .top02-area .link-area .link03 .link-title::before {
  background: url("../img/top/top02-item03.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 62px;
  margin-right: 10px;
  width: 43px;
}
.top-02 .section-contents .top02-area .link-area .link04 .link-title::before {
  background: url("../img/top/top02-item04.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 47px;
  margin-right: 10px;
  width: 60px;
}
.top-02 .section-contents .top02-area .link-area .link05 .link-title::before {
  background: url("../img/top/top02-item05.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 47px;
  margin-right: 9px;
  width: 52px;
}
.top-02 .section-contents .top02-area .link-area .link06 .link-title::before {
  background: url("../img/top/top02-item06.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 52px;
  margin-right: 9px;
  width: 50px;
}
.top-02 .section-contents .top02-area .link-area .link .link-btn {
  align-items: center;
  border: solid 2px #43a8d6;
  border-radius: 100px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #43a8d6;
  display: flex;
  height: 51px;
  justify-content: center;
  margin: auto;
  position: relative;
  transition: 0.2s;
  width: 190px;
}
.top-02 .section-contents .top02-area .link-area .link .link-btn::after {
  background: url("../img/common/icon-arrow02.svg") no-repeat center;
  background-size: 17px;
  bottom: 0;
  content: "";
  height: 19px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 0;
  width: 19px;
}
@media (any-hover: hover) {
  .top-02 .section-contents .top02-area .link-area .link .link-btn:hover {
    background: #43a8d6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-02 .section-contents .top02-area {
    padding: 6.05vw 0 4.2vw;
  }
  .top-02 .section-contents .top02-area .link-area .link {
    margin: 0 3.52vw 7.03vw;
    width: 24.51vw;
  }
  .top-02 .section-contents .top02-area .link-area .link .link-title {
    font-size: 2.15vw;
    height: 6.05vw;
    margin-bottom: 1.54vw;
  }
  .top-02 .section-contents .top02-area .link-area .link01 .link-title::before {
    height: 6.05vw;
    margin-right: 0.98vw;
    width: 5.47vw;
  }
  .top-02 .section-contents .top02-area .link-area .link02 .link-title::before {
    height: 6.05vw;
    margin-right: 0.78vw;
    width: 4.69vw;
  }
  .top-02 .section-contents .top02-area .link-area .link03 .link-title::before {
    height: 6.05vw;
    margin-right: 0.98vw;
    width: 4.2vw;
  }
  .top-02 .section-contents .top02-area .link-area .link04 .link-title::before {
    height: 4.59vw;
    margin-right: 0.98vw;
    width: 5.86vw;
  }
  .top-02 .section-contents .top02-area .link-area .link05 .link-title::before {
    height: 4.59vw;
    margin-right: 0.88vw;
    width: 5.08vw;
  }
  .top-02 .section-contents .top02-area .link-area .link06 .link-title::before {
    height: 5.08vw;
    margin-right: 0.88vw;
    width: 4.88vw;
  }
  .top-02 .section-contents .top02-area .link-area .link .link-btn {
    height: 4.98vw;
    width: 18.55vw;
  }
  .top-02 .section-contents .top02-area .link-area .link .link-btn::after {
    background: url("../img/common/icon-arrow02.svg") no-repeat center;
    background-size: 1.66vw;
    height: 1.86vw;
    right: 1.76vw;
    width: 1.86vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-02 .section-contents .top02-area {
    padding: 33px 0 31px;
  }
  .top-02 .section-contents .top02-area .link-area {
    justify-content: center;
    /*gap: 23px 0;*/
  }
  .top-02 .section-contents .top02-area .link-area .link {
    margin: 0 0 23px;
    width: 50%;
  }
  .top-02 .section-contents .top02-area .link-area .link .link-title {
    flex-direction: column;
    font-size: 16px;
    height: 82px;
    justify-content: flex-end;
    margin-bottom: 17px;
  }
  .top-02 .section-contents .top02-area .link-area .link01 .link-title::before {
    height: 47px;
    margin-bottom: 8px;
    margin-right: 0;
    width: 43px;
  }
  .top-02 .section-contents .top02-area .link-area .link02 .link-title::before {
    height: 50px;
    margin-bottom: 9px;
    margin-right: 0;
    width: 39px;
  }
  .top-02 .section-contents .top02-area .link-area .link03 .link-title::before {
    height: 47px;
    margin-bottom: 8px;
    margin-right: 0;
    width: 33px;
  }
  .top-02 .section-contents .top02-area .link-area .link04 .link-title::before {
    height: 39px;
    margin-bottom: 7px;
    margin-right: 0;
    width: 49px;
  }
  .top-02 .section-contents .top02-area .link-area .link05 .link-title::before {
    height: 43px;
    margin-bottom: 11px;
    margin-right: 0;
    width: 47px;
  }
  .top-02 .section-contents .top02-area .link-area .link06 .link-title::before {
    height: 43px;
    margin-bottom: 12px;
    margin-right: 0;
    width: 41px;
  }
  .top-02 .section-contents .top02-area .link-area .link .link-btn {
    font-size: 14px;
    height: 42px;
    padding-right: 20px;
    width: calc(100% - 20px);
  }
  .top-02 .section-contents .top02-area .link-area .link .link-btn::after {
    background-size: 16px;
    height: 17px;
    right: 14px;
    width: 17px;
  }
}
/* ---------------------------------------------------------------------------
//  top-03
--------------------------------------------------------------------------- */
.top-03 {
  background: url("../img/top/top03-bg.jpg") no-repeat center, rgba(234, 234, 234, 1);
  background-size: 1466px;
}
.top1920 .top-03 {
  background: url("../img/top/top03-bg1920.jpg") no-repeat center, rgba(234, 234, 234, 1);
  background-size: 1920px;
}
.top-03 .top03-area {
  padding: 68px 0 105px;
}
.top-03 .top03-area .title {
  margin: 0 auto 13px;
  width: 364px;
}
.top-03 .top03-area .title + .read01 {
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}
.top-03 .top03-area .card-area {
  display: flex;
  /*column-gap: 10px;*/
}
.top-03 .top03-area .card-area .card + .card {
  margin-left: 10px;
}
.top-03 .top03-area .card-area .card {
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #fff;
  display: flex;
  flex-direction: column;
  padding: 38px 17px 34px;
  width: calc((100% - 30px) / 4);
}
.top-03 .top03-area .card-area .card .card-title {
  color: #0068b7;
  font-size: 22px;
  line-height: calc(30 / 22);
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}
.top-03 .top03-area .card-area .card .card-title .sup-icon {
  position: relative;
}
.top-03 .top03-area .card-area .card .card-title .sup-icon::before {
  content: "※";
  font-size: 15px;
  position: absolute;
  top: 5px;
}
.top-03 .top03-area .card-area .card .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16);
  margin-bottom: 20px;
}
.top-03 .top03-area .card-area .card .sup {
  display: flex;
  font-size: 12px;
  font-weight: 400;
}
.top-03 .top03-area .card-area .card .sup::before {
  content: "※";
}
.top-03 .top03-area .btn-area {
  display: flex;
  justify-content: center;
  /*gap: 57px;*/
  margin-top: 54px;
}
.top-03 .top03-area .btn-area .btn + .btn {
  margin-left: 57px;
}
.top-03 .top03-area .btn-area .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 51px;
  justify-content: center;
  transition: 0.2s;
  width: 383px;
}
.top-03 .top03-area .btn-area .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .top-03 .top03-area .btn-area .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .top-03 .top03-area .btn-area .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-03 {
    background: url("../img/top/top03-bg.jpg") no-repeat center, rgba(234, 234, 234, 1);
    background-size: 143.16vw;
  }
  .top-03 .top03-area {
    padding: 6.64vw 0 10.25vw;
  }
  .top-03 .top03-area .title {
    margin: 0 auto 1.27vw;
    width: 35.55vw;
  }
  .top-03 .top03-area .title + .read01 {
    font-size: 1.76vw;
    margin-bottom: 5.86vw;
  }
  .top-03 .top03-area .card-area .card + .card {
    margin-left: 0.98vw;
  }
  .top-03 .top03-area .card-area .card {
    padding: 3.71vw 1.66vw 3.32vw;
    width: calc((100% - 2.93vw) / 4);
  }
  .top-03 .top03-area .card-area .card .card-title {
    font-size: 2.15vw;
    margin-bottom: 2.15vw;
  }
  .top-03 .top03-area .card-area .card .card-title .sup-icon::before {
    font-size: 1.46vw;
    top: 0.49vw;
  }
  .top-03 .top03-area .card-area .card .card-text {
    font-size: 1.56vw;
    margin-bottom: 1.95vw;
  }
  .top-03 .top03-area .card-area .card .sup {
    font-size: 1.17vw;
  }
  .top-03 .top03-area .btn-area {
    margin-top: 5.27vw;
  }
  .top-03 .top03-area .btn-area .btn + .btn {
    margin-left: 5.57vw;
  }
  .top-03 .top03-area .btn-area .btn {
    font-size: 1.56vw;
    height: 4.98vw;
    width: 37.4vw;
  }
  .top-03 .top03-area .btn-area .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-03 {
    background: url("../img/top/top03-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .top-03 .container1000 {
    padding: 0;
  }
  .top-03 .top03-area {
    padding: 40px 0 55px;
  }
  .top-03 .top03-area .title {
    margin: 0 auto 23px;
    width: 349px;
  }
  .top-03 .top03-area .title + .read01 {
    display: none;
  }
  .top-03 .top03-area .scroll-area {
    overflow-x: auto;
    width: 100%;
  }
  .top-03 .top03-area .card-area {
    padding: 0 61px;
    width: calc((100vw - 122px) * 4 + 162px);
  }
  .top-03 .top03-area .card-area .card {
    background-color: rgba(255, 255, 255, 1);
    padding: 38px 19px 33px;
    width: calc(100vw - 122px);
  }
  .top-03 .top03-area .btn-area {
    display: block;
    margin-top: 32px;
    padding: 0 20px;
  }
  .top-03 .top03-area .btn-area .btn {
    border: none;
    font-size: 14px;
    height: 51px;
    position: relative;
    width: 100%;
  }
  .top-03 .top03-area .btn-area .btn + .btn {
    margin-left: 0;
    margin-top: 17px;
  }
  .top-03 .top03-area .btn-area .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 11px;
    bottom: 0;
    height: 7px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 12px;
  }
}
/* ---------------------------------------------------------------------------
//  cta
--------------------------------------------------------------------------- */
.cta {
}
.top1920 .cta {
  background: url("../img/common/cta-bg1920.jpg") no-repeat center, rgba(237, 230, 222, 1);
  background-size: 1920px;
}
.cta .cta-area {
  padding: 22px 0 53px;
}
.cta .cta-area .cta-title {
  align-items: center;
  background: rgba(0, 104, 183, 1);
  border-radius: 15px 15px 0 0;
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  border-left: 1px solid #0068b7;
  display: flex;
  height: 65px;
  justify-content: center;
  text-align: center;
}
.cta .cta-area .cta-title img {
  width: 449px;
}
.cta .cta-area .white-area {
  background: #fff;
  border-radius: 0 0 15px 15px;
  border-bottom: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  border-left: 1px solid #0068b7;
  padding: 0 49px 16px;
  text-align: center;
}
.cta .cta-area .white-area .cta-text01 {
  margin: 0 auto;
  width: 516px;
}
.cta .cta-area .white-area .cta-text02 {
  margin: 0 auto 13px;
  width: 886px;
}
.cta .cta-area .white-area .btn-area {
  display: flex;
  /*gap: 11px;*/
}
.cta .cta-area .white-area .btn-area .btn {
  border-radius: 8px;
  height: 97px;
  padding-top: 3px;
  transition: 0.2s;
  width: calc((100% - 11px) / 2);
}
.cta .cta-area .white-area .btn-area .btn01 {
  background: linear-gradient(to top, #e65100, #ffa000);
  /*pointer-events: none;*/
  margin-right: 11px;
}
.cta .cta-area .white-area .btn-area .btn01 img {
  width: 350px;
}
.cta .cta-area .white-area .btn-area .btn02 {
  background: linear-gradient(to top, #ff5252, #f48fb1);
}
.cta .cta-area .white-area .btn-area .btn02 img {
  width: 327px;
}
@media (any-hover: hover) {
  .cta .cta-area .white-area .btn-area .btn01:hover {
    box-shadow: 0 3px 5px #bf360c;
    opacity: 0.8;
  }
  .cta .cta-area .white-area .btn-area .btn02:hover {
    box-shadow: 0 3px 5px #c2185b;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cta {
  }
  .cta .cta-area {
    padding: 2vw 0 5.18vw;
  }
  .cta .cta-area .cta-title {
    border-radius: 1.46vw 1.46vw 0 0;
    height: 6.35vw;
  }
  .cta .cta-area .cta-title img {
    width: 43.85vw;
  }
  .cta .cta-area .white-area {
    border-radius: 0 0 1.46vw 1.46vw;
    padding: 0 4.79vw 1.56vw;
  }
  .cta .cta-area .white-area .cta-text01 {
    width: 50.39vw;
  }
  .cta .cta-area .white-area .cta-text02 {
    margin: 0 auto 1.27vw;
    width: 86.52vw;
  }
  .cta .cta-area .white-area .btn-area .btn {
    border-radius: 0.78vw;
    height: 9.47vw;
    padding-top: 0.29vw;
    width: calc((100% - 1.07vw) / 2);
  }
  .cta .cta-area .white-area .btn-area .btn01 {
    margin-right: 1.07vw;
  }
  .cta .cta-area .white-area .btn-area .btn01 img {
    width: 34.18vw;
  }
  .cta .cta-area .white-area .btn-area .btn02 img {
    width: 31.93vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .cta {
  }
  .top1920 .cta {
    background: url("../img/common/cta-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .cta .cta-area {
    padding: 32px 0 86px;
  }
  .cta .cta-area .cta-title {
    height: 64px;
  }
  .cta .cta-area .cta-title img {
    width: 307px;
  }
  .cta .cta-area .white-area {
    border-radius: 0 0 15px 15px;
    padding: 4px 10px 13px;
  }
  .cta .cta-area .white-area .cta-text01 {
    width: 297px;
  }
  .cta .cta-area .white-area .cta-text02 {
    margin: 18px auto 16px;
    width: 306px;
  }
  .cta .cta-area .white-area .btn-area {
    display: block;
  }
  .cta .cta-area .white-area .btn-area .btn {
    display: block;
    height: 81px;
    padding-top: 5px;
    width: 100%;
  }
  .cta .cta-area .white-area .btn-area .btn01 {
    margin-right: 0;
    /* pointer-events: all; */
  }
  .cta .cta-area .white-area .btn-area .btn + .btn {
    margin-top: 10px;
  }
  .cta .cta-area .white-area .btn-area .btn01 img {
    width: 285px;
  }
  .cta .cta-area .white-area .btn-area .btn02 img {
    width: 262px;
  }
}
/* ---------------------------------------------------------------------------
//  top-04
--------------------------------------------------------------------------- */
.top-04 .top04-area {
  padding: 116px 0 0;
}
.top-04 .tab-container {
  margin-top: 112px;
  position: relative;
}
.tab-area {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  /*gap: 44px;*/
  position: absolute;
  right: 0;
  top: -51px;
}
.tab {
  cursor: pointer;
  margin: 0 22px;
  text-align: center;
  width: 102px;
}
.tab .thumb {
  background: #fff;
  border: solid 3px #d8d8d8;
  border-radius: 100%;
  height: 102px;
  margin-bottom: 5px;
  position: relative;
  transition: 0.2s;
  width: 102px;
}
.tab .thumb::before {
  -webkit-backdrop-filter: grayscale(100%);
  backdrop-filter: grayscale(100%);
  border-radius: 100%;
  content: "";
  height: 96px;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 96px;
}
.tab01 .thumb {
  background: url("../img/common/header-pic01.png") no-repeat center, #fff;
  background-size: 85px;
}
.tab02 .thumb {
  background: url("../img/common/header-pic02.png") no-repeat center, #fff;
  background-size: 85px;
}
.tab03 .thumb {
  background: url("../img/common/header-pic03.png") no-repeat center, #fff;
  background-size: 85px;
}
.tab04 .thumb {
  background: url("../img/common/header-pic04.png") no-repeat center, #fff;
  background-size: 85px;
}
.tab .tab-title {
  color: rgba(51, 51, 51, 0.4);
  font-size: 18px;
}
.tab.active .tab-title {
  color: #333;
  transition: 0.2s;
}
.tab.active .thumb {
  border: solid 3px #43a8d6;
}
.tab.active .thumb::before {
  opacity: 0;
}
.panel-area .panel {
  display: none;
  padding: 110px 0 42px;
}
.panel-area .panel01 {
  background: url("../img/top/top04-01-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1466px;
}
.panel-area .panel02 {
  background: url("../img/top/top04-02-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1466px;
}
.panel-area .panel03 {
  background: url("../img/top/top04-03-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1466px;
}
.panel-area .panel04 {
  background: url("../img/top/top04-04-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1466px;
}
.top1920 .panel-area .panel01 {
  background: url("../img/top/top04-01-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1920px;
}
.top1920 .panel-area .panel02 {
  background: url("../img/top/top04-02-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1920px;
}
.top1920 .panel-area .panel03 {
  background: url("../img/top/top04-03-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1920px;
}
.top1920 .panel-area .panel04 {
  background: url("../img/top/top04-04-bg.jpg") no-repeat center, #e6e8e5;
  background-size: 1920px;
}
.panel-area .panel .panel-wrap {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  min-height: 576px;
  padding: 28px 35px 45px;
}
.panel-area .panel.active {
  display: block;
}
.panel-area .panel .panel-title {
  color: #1d3750;
  font-size: 30px;
  margin-bottom: 31px;
  text-align: center;
  width: 100%;
}
.panel-area .panel .panel-image {
  width: 430px;
}
.panel-area .panel .panel-text {
  display: flex;
  flex-direction: column;
  width: 430px;
}
.panel-area .panel .panel-text .gray-area {
  align-items: center;
  background: #eee;
  color: #0068b7;
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
  padding: 19px 19px 28px;
}
.panel-area .panel .panel-text .gray-area .panel-dl .dl {
  align-items: center;
  display: flex;
}
.panel-area .panel .panel-text .gray-area .panel-dl .dl .dt {
  font-size: 16px;
}
.panel-area .panel .panel-text .gray-area .panel-dl .dl .dd {
  font-size: 14px;
}
.panel-area .panel .panel-text .gray-area .panel-dl .dl .dd .robot {
  font-size: 26px;
  font-weight: 900;
}
.panel-area .panel .panel-text .gray-area .panel-dl .dl .dd .till::before {
  content: "\301C";
  font-weight: 500;
}
.panel-area .panel .panel-text .text01 {
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(33 / 18);
  margin-bottom: 20px;
}
.panel-area .panel .panel-text .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 51px;
  justify-content: center;
  margin: auto auto 0;
  transition: 0.2s;
  width: 248px;
}
.panel-area .panel .panel-text .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .tab:hover .tab-title {
    color: #333;
    transition: 0.2s;
  }
  .tab:hover .thumb {
    border: solid 3px #43a8d6;
  }
  .tab:hover .thumb::before {
    opacity: 0;
  }
  .panel-area .panel .panel-text .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .panel-area .panel .panel-text .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-04 .top04-area {
    padding: 11.33vw 0 0;
  }
  .top-04 .tab-container {
    margin-top: 10.94vw;
  }
  .tab-area {
    top: -4.98vw;
  }
  .tab {
    margin: 0 2.15vw;
    width: 9.96vw;
  }
  .tab .thumb {
    height: 9.96vw;
    margin-bottom: 0.49vw;
    width: 9.96vw;
  }
  .tab .thumb::before {
    height: 9.38vw;
    width: 9.38vw;
  }
  .tab01 .thumb {
    background: url("../img/common/header-pic01.png") no-repeat center, #fff;
    background-size: 8.3vw;
  }
  .tab02 .thumb {
    background: url("../img/common/header-pic02.png") no-repeat center, #fff;
    background-size: 8.3vw;
  }
  .tab03 .thumb {
    background: url("../img/common/header-pic03.png") no-repeat center, #fff;
    background-size: 8.3vw;
  }
  .tab04 .thumb {
    background: url("../img/common/header-pic04.png") no-repeat center, #fff;
    background-size: 8.3vw;
  }
  .tab .tab-title {
    font-size: 1.76vw;
  }
  .panel-area .panel {
    padding: 10.74vw 0 4.1vw;
  }
  .panel-area .panel01 {
    background: url("../img/top/top04-01-bg.jpg") no-repeat center, #e6e8e5;
    background-size: 143.16vw;
  }
  .panel-area .panel02 {
    background: url("../img/top/top04-02-bg.jpg") no-repeat center, #e6e8e5;
    background-size: 143.16vw;
  }
  .panel-area .panel03 {
    background: url("../img/top/top04-03-bg.jpg") no-repeat center, #e6e8e5;
    background-size: 143.16vw;
  }
  .panel-area .panel04 {
    background: url("../img/top/top04-04-bg.jpg") no-repeat center, #e6e8e5;
    background-size: 143.16vw;
  }
  .panel-area .panel .panel-wrap {
    max-width: 97.66vw;
    min-height: 56.25vw;
    padding: 2.73vw 3.42vw 4.39vw;
  }
  .panel-area .panel .panel-title {
    font-size: 2.93vw;
    margin-bottom: 3.03vw;
  }
  .panel-area .panel .panel-image {
    width: 41.99vw;
  }
  .panel-area .panel .panel-text {
    width: 41.99vw;
  }
  .panel-area .panel .panel-text .gray-area {
    margin-bottom: 1.27vw;
    padding: 1.86vw 1.86vw 2.73vw;
  }
  .panel-area .panel .panel-text .gray-area .panel-dl .dl .dt {
    font-size: 1.56vw;
  }
  .panel-area .panel .panel-text .gray-area .panel-dl .dl .dd {
    font-size: 1.37vw;
  }
  .panel-area .panel .panel-text .gray-area .panel-dl .dl .dd .robot {
    font-size: 2.54vw;
  }
  .panel-area .panel .panel-text .text01 {
    font-size: 1.76vw;
    margin-bottom: 1.95vw;
  }
  .panel-area .panel .panel-text .btn {
    font-size: 1.56vw;
    height: 4.98vw;
    width: 24.22vw;
  }
  .panel-area .panel .panel-text .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    transition: 0.2s;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-04 .top04-area {
    padding: 43px 0 0;
  }
  .top-04 .tab-container {
    margin-top: 76px;
  }
  .tab-area {
    justify-content: center;
    margin: auto;
    max-width: 541px;
    padding: 0 20px;
    /*gap: 7px;*/
    top: -40px;
  }
  .tab {
    margin: 0 3.5px;
    width: auto;
  }
  .tab .thumb {
    height: 79px;
    margin-bottom: 3px;
    width: 79px;
  }
  .tab .thumb::before {
    content: "";
    height: 73px;
    width: 73px;
  }
  .tab01 .thumb {
    background: url("../img/common/header-pic01.png") no-repeat center, #fff;
    background-size: 65px;
  }
  .tab02 .thumb {
    background: url("../img/common/header-pic02.png") no-repeat center, #fff;
    background-size: 65px;
  }
  .tab03 .thumb {
    background: url("../img/common/header-pic03.png") no-repeat center, #fff;
    background-size: 65px;
  }
  .tab04 .thumb {
    background: url("../img/common/header-pic04.png") no-repeat center, #fff;
    background-size: 65px;
  }
  .tab .tab-title {
    font-size: 17px;
  }
  .panel-area .panel {
    padding: 90px 20px 36px;
  }
  .panel-area .panel01 {
    background: url("../img/top/top04-01-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .panel-area .panel02 {
    background: url("../img/top/top04-02-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .panel-area .panel03 {
    background: url("../img/top/top04-03-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .panel-area .panel04 {
    background: url("../img/top/top04-04-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .top1920 .panel-area .panel01 {
    background: url("../img/top/top04-01-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .top1920 .panel-area .panel02 {
    background: url("../img/top/top04-02-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .top1920 .panel-area .panel03 {
    background: url("../img/top/top04-03-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .top1920 .panel-area .panel04 {
    background: url("../img/top/top04-04-bg_sp.jpg") no-repeat center, #e6e8e5;
    background-size: cover;
  }
  .panel-area .panel .panel-wrap {
    background: none;
    display: block;
    margin: auto;
    max-width: 571px;
    min-height: inherit;
    padding: 0;
  }
  .panel-area .panel.active {
    display: block;
  }
  .panel-area .panel .panel-title {
    font-size: 28px;
    margin-bottom: 13px;
  }
  .panel-area .panel .panel-image {
    display: none;
  }
  .panel-area .panel .panel-text {
    padding: 0 10px;
    width: 100%;
  }
  .panel-area .panel .panel-text .gray-area {
    margin-bottom: 24px;
    padding: 18px 18px 14px;
  }
  .panel-area .panel .panel-text .btn {
    font-size: 14px;
    height: 45px;
    position: relative;
    width: 218px;
  }
  .panel-area .panel .panel-text .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 11px;
    bottom: 0;
    height: 7px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 12px;
  }
}
/* ---------------------------------------------------------------------------
//  top-05
--------------------------------------------------------------------------- */
.top-05 .top05-area {
  padding: 90px 0 0;
}
.top-05 .top05-area .read01 {
  color: #1d364f;
  font-size: 18px;
  line-height: calc(29 / 18);
  margin-bottom: 42px;
  margin-top: 30px;
  text-align: center;
}
.section-voice .voice-area {
  padding-bottom: 4px;
}
.section-voice .voice-area .voice-item {
  display: flex;
}
.section-voice .voice-area .voice-item + .voice-item {
  margin-top: 30px;
}
.section-voice .voice-area .voice-item .name {
  font-size: 18px;
  font-weight: 400;
  padding: 0 25px 0 0;
  text-align: center;
  width: 219px;
  /*white-space: nowrap;*/
}
.section-voice .voice-area .voice-item .name::before {
  background: url("../img/top/top05-voice.svg") no-repeat center;
  background-size: 84px;
  content: "";
  display: block;
  height: 72px;
  margin: 0 auto 26px;
  margin-bottom: 26px;
  width: 85px;
}
.section-voice .voice-area .voice-item .voice-wrap {
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 18px;
  padding: 27px 33px 30px 39px;
  position: relative;
  width: calc(100% - 219px);
}
.section-voice .voice-area .voice-item .voice-wrap::before {
  content: url("../img/top/top05-voice-tri.svg");
  left: -21px;
  position: absolute;
  top: 27px;
}
.section-voice .voice-area .voice-item .voice-wrap .voice-title {
  color: #0068b7;
  margin-bottom: 12px;
}
.section-voice .voice-area .voice-item .voice-wrap .voice-text {
  color: #101010;
  font-weight: 400;
  line-height: calc(33 / 18);
}
.section-voice .voice-area .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 51px;
  justify-content: center;
  margin: 60px auto 0;
  transition: 0.2s;
  width: 269px;
}
.section-palce.section-voice .voice-area .btn {
  width: 269px;
}
.section-voice .voice-area .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .section-voice .voice-area .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .section-voice .voice-area .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-05 .top05-area {
    padding: 8.79vw 0 0;
  }
  .top-05 .top05-area .read01 {
    font-size: 1.76vw;
    margin-bottom: 4.1vw;
    margin-top: 2.93vw;
  }
  .section-voice .voice-area {
    padding-bottom: 0.39vw;
  }
  .section-voice .voice-area .voice-item + .voice-item {
    margin-top: 2.93vw;
  }
  .section-voice .voice-area .voice-item .name {
    font-size: 1.76vw;
    padding: 0 2.44vw 0 0;
    width: 21.39vw;
  }
  .section-voice .voice-area .voice-item .name::before {
    background: url("../img/top/top05-voice.svg") no-repeat center;
    background-size: 8.2vw;
    height: 7.03vw;
    margin: 0 auto 2.54vw;
    margin-bottom: 2.54vw;
    width: 8.3vw;
  }
  .section-voice .voice-area .voice-item .voice-wrap {
    border-radius: 0.98vw;
    font-size: 18px;
    padding: 2.64vw 3.22vw 2.93vw 3.81vw;
    width: calc(100% - 21.39vw);
  }
  .section-voice .voice-area .voice-item .voice-wrap::before {
    left: -2.05vw;
    top: 2.64vw;
  }
  .section-voice .voice-area .voice-item .voice-wrap .voice-title {
    margin-bottom: 1.17vw;
  }
  .section-voice .voice-area .btn {
    font-size: 1.56vw;
    height: 4.98vw;
    margin: 5.86vw auto 0;
    width: 25vw;
  }
  .section-palce.section-voice .voice-area .btn {
    width: 26.27vw;
  }
  .section-voice .voice-area .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-05 .top05-area {
    padding: 43px 0 0;
  }
  .top-05 .top05-area .read01 {
    margin-bottom: 72px;
    margin-top: 22px;
    text-align: center;
  }
  .section-voice .voice-area .voice-item {
    background: #f5f5f5;
    border-radius: 10px;
    display: block;
    padding: 10px 10px 15px;
  }
  .section-voice .voice-area .voice-item + .voice-item {
    margin-top: 49px;
  }
  .section-voice .voice-area .voice-item .name {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 0 0 59px;
    position: relative;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .section-voice .voice-area .voice-item .name::before {
    background: none;
    content: url("../img/top/top05-voice_sp.svg");
    display: block;
    height: 63px;
    left: 0;
    margin: 0;
    position: absolute;
    top: -34px;
    width: 52px;
  }
  .section-voice .voice-area .voice-item .voice-wrap {
    background: none;
    padding: 0;
    width: 100%;
  }
  .section-voice .voice-area .voice-item .voice-wrap::before {
    display: none;
  }
  .section-voice .voice-area .voice-item .voice-wrap .voice-text {
    font-size: 16px;
    line-height: calc(27 / 16);
  }
  .section-voice .voice-area .btn {
    font-size: 14px;
    height: 45px;
    margin-top: 38px;
    position: relative;
    width: 273px;
  }
  .section-palce.section-voice .voice-area .btn {
    font-size: 16px;
    height: 78px;
    width: 315px;
  }
  .section-voice .voice-area .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 11px;
    bottom: 0;
    height: 7px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 12px;
  }
  .section-palce.section-voice .voice-area .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 16px;
    height: 19px;
    right: 27px;
    width: 17px;
  }
}
/* ---------------------------------------------------------------------------
//  top-06
--------------------------------------------------------------------------- */
.top-06 .top06-area {
  padding: 116px 0 4px;
}
.top-06 .top06-area .read01 {
  color: #1d364f;
  font-size: 18px;
  margin-bottom: 61px;
  margin-top: 30px;
  text-align: center;
}
.top-06 .top06-area .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 51px;
  justify-content: center;
  margin: 43px auto 0;
  transition: 0.2s;
  width: 305px;
}
.top-06 .top06-area .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .top-06 .top06-area .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .top-06 .top06-area .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-06 .top06-area {
    padding: 11.33vw 0 0.39vw;
  }
  .top-06 .top06-area .read01 {
    font-size: 1.76vw;
    margin-bottom: 5.96vw;
    margin-top: 2.93vw;
  }
  .top-06 .top06-area .btn {
    font-size: 1.56vw;
    height: 4.98vw;
    margin: 4.2vw auto 0;
    width: 29.79vw;
  }
  .top-06 .top06-area .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-06 .top06-area {
    padding: 83px 0 4px;
  }
  .top-06 .top06-area .read01 {
    line-height: calc(29 / 18);
    margin-bottom: 24px;
    margin-top: 22px;
  }
  .top-06 .top06-area .btn {
    font-size: 14px;
    height: 45px;
    margin: 26px auto 0;
    position: relative;
    width: 273px;
  }
  .top-06 .top06-area .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 11px;
    bottom: 0;
    height: 7px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 12px;
  }
}
/* ---------------------------------------------------------------------------
//  top-07
--------------------------------------------------------------------------- */
.top-07 .top07-area {
  padding: 161px 0 91px;
}
.top-07 .top07-area .map-image {
  margin: 51px auto 47px;
  max-width: 851px;
}
.top-07 .ac-area .ac-content .ac-text {
  font-size: 20px;
  text-align: center;
}
.top-07 .ac-area .ac-content .ac-text .prefectures {
  display: block;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .top-07 .ac-area .ac-content .ac-text .prefectures:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-07 .top07-area {
    padding: 15.72vw 0 8.89vw;
  }
  .top-07 .top07-area .map-image {
    margin: 4.98vw auto 4.59vw;
    max-width: 83.11vw;
  }
  .top-07 .ac-area .ac-content .ac-text {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-07 .container1000 {
    padding: 0;
  }
  .top-07 .top07-area {
    padding: 87px 0 66px;
  }
  .top-07 .ac-area {
    margin: 0 20px;
  }
  .top-07 .top07-area .map-image {
    margin: 0 auto 34px;
    max-width: 851px;
  }
  .top-07 .ac-area .ac-content .ac-text {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------------------------
//  crumb
--------------------------------------------------------------------------- */
.crumb-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.crumb-list li {
  color: #0288d1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 8px;
}
.crumb-list li:last-of-type {
  color: #101010;
  pointer-events: none;
}
.crumb-list li + li::before {
  color: #101010;
  content: "\FF1E";
  font-size: 10px;
  margin: 0 8px 0 0;
  zoom: 0.9;
}
/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
.footer {
  background: #0068b7;
  color: #fff;
}
.footer .footer-area {
  padding: 82px 0 0;
}
.footer .footer-area .footer-title {
  margin: 0 auto 20px;
  width: 222px;
}
.footer .footer-area .sns-area {
  display: flex;
  justify-content: center;
  /*column-gap: 8px;*/
  margin-bottom: 7px;
}
.footer .footer-area .sns-area .sns + .sns {
  margin-left: 8px;
}
.footer .footer-area .footer-main {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-area .footer-main .link-area {
  padding: 40px 0 66px;
}
.footer .footer-area .footer-main .link-area01 {
  width: 50%;
}
.footer .footer-area .footer-main .link-area02 {
  padding-left: 83px;
  width: 50%;
}
.footer .footer-area .footer-main .link-area03 {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  width: 100%;
}
.footer .footer-area .footer-main .link-area03 .ac-item {
  align-items: center;
  display: flex;
}
.footer .footer-area .footer-main .link-area .footer-ac .ac-label .ac-title {
  font-size: 20px;
}
.footer .footer-area .footer-main .link-area01 .footer-ac .ac-label .ac-title,
.footer .footer-area .footer-main .link-area02 .footer-ac .ac-label .ac-title {
  margin-bottom: 27px;
}
.footer .footer-area .footer-main .link-area03 .footer-ac .ac-label {
  width: 209px;
}
.footer .footer-area .footer-main .link-area .ac-content {
  display: flex;
  font-size: 16px;
}
.footer .footer-area .footer-main .link-area03 .ac-content {
  font-size: 15px;
  width: calc(100% - 209px);
}
.footer .footer-area .footer-main .link-area .ac-content .link-list {
  display: flex;
  flex-direction: column;
}
.footer .footer-area .footer-main .link-area03 .ac-content .link-list {
  display: flex;
  flex-direction: row;
  /*column-gap: 23px;*/
  justify-content: space-between;
}
.footer .footer-area .footer-main .link-area03 .ac-content .link-list .link + .link {
  margin-left: 23px;
}
.footer .footer-area .footer-main .link-area .ac-content .link-list + .link-list {
  margin-left: 40px;
}
.footer .footer-area .footer-main .link-area .ac-content .link-list .link {
  font-weight: 400;
  line-height: calc(38 / 16);
  text-decoration: underline;
  transition: 0.2s;
}
.copy-wright {
  background: #e1f5fe;
}
.copy-wright .copy {
  align-items: center;
  color: #0068b7;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 82px;
  justify-content: flex-end;
}
@media (any-hover: hover) {
  .footer .footer-area .footer-main .link-area .ac-content .link-list .link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-area {
    padding: 8.01vw 0 0;
  }
  .footer .footer-area .footer-title {
    margin: 0 auto 1.95vw;
    width: 21.68vw;
  }
  .footer .footer-area .sns-area {
    margin-bottom: 0.68vw;
  }
  .footer .footer-area .sns-area .sns + .sns {
    margin-left: 0.78vw;
  }
  .footer .footer-area .footer-main .link-area {
    padding: 3.91vw 0 6.45vw;
  }
  .footer .footer-area .footer-main .link-area02 {
    padding-left: 8.11vw;
  }
  .footer .footer-area .footer-main .link-area .footer-ac .ac-label .ac-title {
    font-size: 1.95vw;
  }
  .footer .footer-area .footer-main .link-area01 .footer-ac .ac-label .ac-title,
  .footer .footer-area .footer-main .link-area02 .footer-ac .ac-label .ac-title {
    margin-bottom: 2.64vw;
  }
  .footer .footer-area .footer-main .link-area03 .footer-ac .ac-label {
    width: 20.41vw;
  }
  .footer .footer-area .footer-main .link-area .ac-content {
    font-size: 1.56vw;
  }
  .footer .footer-area .footer-main .link-area03 .ac-content {
    font-size: 1.46vw;
    width: calc(100% - 20.41vw);
  }
  .footer .footer-area .footer-main .link-area03 .ac-content .link-list .link + .link {
    margin-left: 2.25vw;
  }
  .footer .footer-area .footer-main .link-area .ac-content .link-list + .link-list {
    margin-left: 3.91vw;
  }
  .copy-wright .copy {
    font-size: 1.17vw;
    height: 8.01vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .footer .footer-area {
    padding: 56px 0 40px;
  }
  .footer .footer-area .sns-area {
    /* column-gap: 8px;*/
    margin-bottom: 41px;
  }
  .footer .footer-area .footer-main {
    display: block;
  }
  .footer .footer-area .footer-main .link-area {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0;
  }
  .footer .footer-area .footer-main .link-area01 {
    width: 100%;
  }
  .footer .footer-area .footer-main .link-area02 {
    padding-left: 0;
    width: 100%;
  }
  .footer .footer-area .footer-main .link-area03 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .footer .footer-area .footer-main .link-area03 .ac-item {
    display: block;
  }
  .footer .footer-area .footer-main .link-area .footer-ac .ac-label .ac-title {
    font-size: 17px;
    padding: 14px 10px 14px 34px;
    position: relative;
  }
  .footer .footer-area .footer-main .link-area .footer-ac .ac-label .ac-title::before {
    content: url("../img/common/footer-plus.svg");
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
  }
  .footer .footer-area .footer-main .link-area01 .footer-ac .ac-label .ac-title,
  .footer .footer-area .footer-main .link-area02 .footer-ac .ac-label .ac-title {
    margin-bottom: 0;
  }
  .footer .footer-area .footer-main .link-area03 .footer-ac .ac-label {
    width: inherit;
  }
  .footer .footer-area .footer-main .link-area .ac-content {
    display: none;
    padding: 0 10px 0 34px;
    padding-bottom: 17px;
  }
  .footer .footer-area .footer-main .link-area03 .ac-content {
    font-size: 16px;
    width: 100%;
  }
  .footer .footer-area .footer-main .link-area .ac-content .link-list {
    display: block;
  }
  .footer .footer-area .footer-main .link-area03 .ac-content .link-list {
    display: block;
  }
  .footer .footer-area .footer-main .link-area03 .ac-content .link-list .link + .link {
    margin-left: 0;
  }
  .footer .footer-area .footer-main .link-area .ac-content .link-list + .link-list {
    margin-left: 0;
  }
  .footer .footer-area .footer-main .link-area .ac-content .link-list .link {
    display: block;
  }
  .footer .footer-area .footer-main .link-area .open .ac-content {
    display: block;
  }
  .footer .footer-area .footer-main .link-area .footer-ac .ac-label.open .ac-title::before {
    content: url("../img/common/footer-minus.svg");
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
  }
  .copy-wright {
    padding-bottom: 90px;
  }
  .copy-wright .copy {
    height: 57px;
    justify-content: center;
  }
}
/* ---------------------------------------------------------------------------
//  footer-fix
--------------------------------------------------------------------------- */
.footer-fix {
  background: #0068b7;
  bottom: 0;
  /* display: none; */
  position: fixed;
  width: 100%;
  z-index: 99;
}
.footer-fix .container1000 {
  max-width: 1030px;
}
.footer-fix .fix-area {
  align-items: center;
  display: flex;
  height: 87px;
  justify-content: center;
  padding-bottom: 3px;
}
.footer-fix .fix-area .fix-title {
  margin-right: 23.5px;
  width: 467.5px;
}
.footer-fix .fix-area.fix-area_new2025 .fix-title {
  margin-right: 15px;
  width: 286px;
}
.footer-fix .fix-area .btn-area {
  display: flex;
  justify-content: space-between;
  width: 538px;
  /*column-gap: 6px;*/
}
.footer-fix .fix-area.fix-area_new2025 .btn-area {
  width: 714px;
}
.footer-fix .fix-area .btn-area .btn {
  transition: 0.2s;
}
.footer-fix .fix-area .btn-area .btn img {
  filter: drop-shadow(0 3px 3px #303f9f);
}
.footer-fix .fix-area .btn-area .btn01 {
  width: 201px;
}
.footer-fix .fix-area.fix-area_new2025 .btn-area .btn01 {
  width: 360px;
}
.footer-fix .fix-area .btn-area .btn02 {
  width: 168px;
}
.footer-fix .fix-area.fix-area_new2025 .btn-area .btn02 {
  width: 330px;
}
.footer-fix .fix-area .btn-area .btn03 {
  width: 149px;
}

@media (any-hover: hover) {
  .footer-fix .fix-area .btn-area .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-fix .container1000 {
    max-width: 100%;
  }
  .footer-fix .fix-area {
    align-items: center;
    display: flex;
    height: 8.5vw;
    padding-bottom: 0.29vw;
  }
  .footer-fix .fix-area .fix-title {
    margin-right: 1vw;
    width: 45.65vw;
  }
  .footer-fix .fix-area .btn-area {
    width: 51.54vw;
  }
  .footer-fix .fix-area .btn-area .btn01 {
    width: 19.63vw;
  }
  .footer-fix .fix-area .btn-area .btn02 {
    width: 16.41vw;
  }
  .footer-fix .fix-area .btn-area .btn03 {
    width: 14.55vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .footer-fix {
    background: #034d9c;
  }
  .footer-fix .fix-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
    padding-bottom: 8px;
  }
  .footer-fix .fix-area.fix-area_new2025 {
    height: 96px;
    padding-bottom: 0px;
  }
  .footer-fix .fix-area .fix-title {
    margin: 0 auto;
    max-width: 332px;
    text-align: center;
    width: 100%;
  }
  .footer-fix .fix-area.fix-area_new2025 .fix-title {
    width: 300px;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-fix .fix-area .btn-area {
    max-width: 334px;
    width: 100%;
  }
  .footer-fix .fix-area.fix-area_new2025 .btn-area {
    margin-top: 8px;
  }
  .footer-fix .fix-area .btn-area .btn {
    border-radius: 8px;
    box-shadow: 0 3px 3px #303f9f;
    height: 45px;
    overflow: hidden;
  }
  .footer-fix .fix-area .btn-area .btn img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .footer-fix .fix-area .btn-area .btn01 {
    width: 168px;
  }
  .footer-fix .fix-area.fix-area_new2025 .btn-area .btn01 {
    width: 163px;
    height: auto;
  }
  .footer-fix .fix-area .btn-area .btn02 {
    width: 79px;
  }
  .footer-fix .fix-area.fix-area_new2025 .btn-area .btn02 {
    width: 163px;
    height: auto;
  }
  .footer-fix .fix-area .btn-area .btn03 {
    width: 79px;
  }
}
/* ---------------------------------------------------------------------------
//  共通パーツ
--------------------------------------------------------------------------- */
.section-title01 {
  color: #0068b7;
  font-size: 25px;
  line-height: calc(40 / 25);
  text-align: center;
}
.section-title01::after {
  background: #fdd835;
  border-radius: 100px;
  content: "";
  display: block;
  height: 6px;
  margin: 14px auto 0;
  width: 42px;
}
.ac-area {
  background: #eee;
  padding: 15px;
}
.section-02 .ac-area {
  background: none;
  padding: 0;
}
.reason-03 .ac-area {
  background: none;
  padding: 0;
}
.ac-area .ac {
  color: #43a8d6;
}
.ac-area .ac .ac-item + .ac-item {
  margin-top: 6px;
}
.section-02 .ac-area .ac .ac-item + .ac-item {
  margin-top: 20px;
}
.reason-03 .ac-area .ac .ac-item + .ac-item {
  margin-top: 20px;
}
.ac-area .ac-label {
  align-items: center;
  background: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 63px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.2s;
}
.ac-area .section-ac .ac-label {
  background: #1268b7;
  color: #fff;
  height: auto;
  justify-content: space-between;
  padding: 17px 68px 17px 30px;
  text-align: left;
}
.ac-area .flow-ac .ac-label {
  background: #1268b7;
  color: #fff;
}
.ac-area .ac-label.blue {
  background: #1268b7 !important;
  color: #fff !important;
}
.ac-area .ac-label.white {
  background: #fff !important;
  color: inherit !important;
  justify-content: flex-start !important;
  padding-left: 30px !important;
  text-align: left !important;
}
.ac-area .section-ac .ac-label .logo {
  margin-right: 15px;
  width: 120px;
}
.ac-area .section-ac .ac-label .main-text {
  line-height: calc(36 / 20);
  width: calc(100% - 135px);
}
.ac-area .ac-content {
  display: none;
}
.ac-area .ac-content.pb {
  padding-bottom: 20px;
}
.ac-area .section-ac .ac-content {
  background: #f5f5f5;
  padding: 30px;
}
.ac-area .section-ac .ac-content.p-none {
  padding: 0;
}
.ac-area .flow-ac .ac-content {
  background: #f5f5f5;
  padding: 30px 50px;
}
.ac-area .question-ac .ac-content .ac-text {
  background: #e1f5fe;
}
.ac-area .ac-content .ac-text {
  background: #fff;
  border-top: #eee solid 1px;
  font-weight: 400;
  line-height: 1.5;
  padding: 17px;
}
.ac-area .section-ac .ac-content .ac-text {
  background: #fff;
  border-top: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.ac-area .section-ac .ac-content .ac-text + .ac-text {
  margin-top: 20px;
}
.ac-area .question-ac .ac-content .ac-text {
  background: #e1f5fe;
  padding: 20px 30px;
}
.ac-area .question-ac .ac-content .ac-text h4 {
  border-bottom: solid 1px;
  font-size: 19px;
  padding: 0 10px 4px;
}
.ac-area .section-ac .ac-content .ac-text h4 {
  color: #0068b7;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ac-area .acB .ac-content .ac-text h4 {
  font-size: 19px;
  font-weight: bold;
}
.ac-area .section-ac .ac-content .ac-text .text-area {
  display: flex;
  justify-content: space-between;
}
.ac-area .section-ac .ac-content .ac-text .text-area .image {
  overflow: hidden;
  padding-top: 250px;
  position: relative;
  width: 250px;
}
.ac-area .section-ac .ac-content .ac-text .text-area .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ac-area .section-ac .ac-content .ac-text .text-area .text {
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(32 / 18);
  width: calc(100% - 270px);
}
.ac-area .question-ac .ac-content .ac-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(32 / 18);
  padding: 0 10px;
}
.ac-area .icon:before {
  background: url("../img/common/icon-plus.svg") no-repeat center;
  background-size: 26px;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 1px;
  width: 26px;
}
.ac-area .section-ac .icon:before {
  background: url("../img/common/icon-plus_w.svg") no-repeat center;
  background-size: 26px;
  bottom: 0;
  content: "";
  height: 26px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 1px;
  width: 26px;
}
.ac-area .flow-ac .icon:before {
  background: url("../img/common/icon-plus_w.svg") no-repeat center;
  background-size: 26px;
  bottom: 0;
  content: "";
  height: 26px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 1px;
  width: 26px;
}
.ac-area .ac-label.blue .icon:before {
  background: url("../img/common/icon-plus_w.svg") no-repeat center;
  background-size: 26px;
  bottom: 0;
  content: "";
  height: 26px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 1px;
  width: 26px;
}
.ac-area .ac-label.white .icon:before {
  background: url("../img/common/icon-plus.svg") no-repeat center;
  background-size: 26px;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 1px;
  width: 26px;
}
/*＋、－切り替え*/
.ac-area .ac-label.open {
  background: #e1f5fe;
}
.ac-area .section-ac .ac-label.open {
  background: #1268b7;
}
.ac-area .flow-ac .ac-label.open {
  background: #1268b7;
}
.ac-area .question-ac .ac-label.open {
  background: #fff;
}
.ac-area .ac-label.open .icon:before {
  background: url("../img/common/icon-minus.svg") no-repeat center;
  background-size: 26px;
  content: "";
}
.ac-area .ac-label.white.open .icon:before {
  background: url("../img/common/icon-minus.svg") no-repeat center;
  background-size: 26px;
  content: "";
}
.ac-area .section-ac .ac-label.open .icon:before {
  background: url("../img/common/icon-minus_w.svg") no-repeat center;
  background-size: 26px;
  content: "";
}
.ac-area .flow-ac .ac-label.open .icon:before {
  background: url("../img/common/icon-minus_w.svg") no-repeat center;
  background-size: 26px;
  content: "";
}
.ac-area .ac-label.blue.open .icon:before {
  background: url("../img/common/icon-minus_w.svg") no-repeat center;
  background-size: 26px;
  content: "";
}
.ac-area .ac-label.white.open .icon:before {
  background: url("../img/common/icon-minus.svg") no-repeat center;
  background-size: 26px;
  content: "";
}
.ac-area.p-none {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-title01 {
    font-size: 2.44vw;
  }
  .section-title01::after {
    height: 0.59vw;
    margin: 1.37vw auto 0;
    width: 4.1vw;
  }
  .ac-area {
    padding: 1.46vw;
  }
  .ac-area .ac .ac-item + .ac-item {
    margin-top: 0.59vw;
  }
  .section-02 .ac-area .ac .ac-item + .ac-item {
    margin-top: 1.95vw;
  }
  .reason-03 .ac-area .ac .ac-item + .ac-item {
    margin-top: 1.95vw;
  }
  .ac-area .ac-label {
    font-size: 1.95vw;
    height: 6.15vw;
  }
  .ac-area .section-ac .ac-label {
    padding: 1.66vw 6.64vw 1.66vw 2.93vw;
  }
  .ac-area .ac-label.white {
    padding-left: 2.93vw !important;
  }
  .ac-area .section-ac .ac-label .logo {
    margin-right: 1.46vw;
    width: 11.72vw;
  }
  .ac-area .section-ac .ac-label .main-text {
    width: calc(100% - 13.18vw);
  }
  .ac-area .ac-content.pb {
    padding-bottom: 1.95vw;
  }
  .ac-area .section-ac .ac-content {
    padding: 2.93vw;
  }
  .ac-area .flow-ac .ac-content {
    padding: 2.93vw 4.88vw;
  }
  .ac-area .ac-content .ac-text {
    padding: 1.66vw;
  }
  .ac-area .section-ac .ac-content .ac-text {
    padding: 2.93vw;
  }
  .ac-area .section-ac .ac-content .ac-text + .ac-text {
    margin-top: 1.95vw;
  }
  .ac-area .question-ac .ac-content .ac-text {
    padding: 1.95vw 2.93vw;
  }
  .ac-area .question-ac .ac-content .ac-text h4 {
    font-size: 1.86vw;
    padding: 0 0.98vw 0.39vw;
  }
  .ac-area .section-ac .ac-content .ac-text h4 {
    font-size: 2.25vw;
    margin-bottom: 0.98vw;
  }
  .ac-area .acB .ac-content .ac-text h4 {
    font-size: 1.86vw;
  }
  .ac-area .section-ac .ac-content .ac-text .text-area .image {
    padding-top: 24.41vw;
    width: 24.41vw;
  }
  .ac-area .section-ac .ac-content .ac-text .text-area .text {
    font-size: 1.76vw;
    width: calc(100% - 26.37vw);
  }
  .ac-area .question-ac .ac-content .ac-text p {
    font-size: 1.76vw;
    padding: 0 0.98vw;
  }
  .ac-area .icon:before {
    background: url("../img/common/icon-plus.svg") no-repeat center;
    background-size: 2.54vw;
    height: 2.44vw;
    right: 20px;
    top: 0.1vw;
    width: 2.54vw;
  }
  .ac-area .section-ac .icon:before {
    background: url("../img/common/icon-plus_w.svg") no-repeat center;
    background-size: 2.54vw;
    height: 2.54vw;
    right: 1.95vw;
    top: 0.1vw;
    width: 2.54vw;
  }
  .ac-area .flow-ac .icon:before {
    background: url("../img/common/icon-plus_w.svg") no-repeat center;
    background-size: 2.54vw;
    height: 2.54vw;
    right: 1.95vw;
    top: 0.1vw;
    width: 2.54vw;
  }
  .ac-area .ac-label.blue .icon:before {
    background: url("../img/common/icon-plus_w.svg") no-repeat center;
    background-size: 2.54vw;
    height: 2.54vw;
    right: 1.95vw;
    top: 0.1vw;
    width: 2.54vw;
  }
  .ac-area .ac-label.white .icon:before {
    background: url("../img/common/icon-plus.svg") no-repeat center;
    background-size: 2.54vw;
    height: 2.44vw;
    right: 1.95vw;
    top: 0.1vw;
    width: 2.54vw;
  }
  /*＋、－切り替え*/
  .ac-area .ac-label.open .icon:before {
    background: url("../img/common/icon-minus.svg") no-repeat center;
    background-size: 2.54vw;
  }
  .ac-area .ac-label.white.open .icon:before {
    background: url("../img/common/icon-minus.svg") no-repeat center;
    background-size: 2.54vw;
  }
  .ac-area .section-ac .ac-label.open .icon:before {
    background: url("../img/common/icon-minus_w.svg") no-repeat center;
    background-size: 2.54vw;
  }
  .ac-area .flow-ac .ac-label.open .icon:before {
    background: url("../img/common/icon-minus_w.svg") no-repeat center;
    background-size: 2.54vw;
  }
  .ac-area .ac-label.blue.open .icon:before {
    background: url("../img/common/icon-minus_w.svg") no-repeat center;
    background-size: 2.54vw;
  }
  .ac-area .ac-label.white.open .icon:before {
    background: url("../img/common/icon-minus.svg") no-repeat center;
    background-size: 2.54vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .ac-area {
    padding: 15px 10px;
  }
  .ac-area .ac .ac-item + .ac-item {
    margin-top: 3px;
  }
  .section-02 .ac-area .ac .ac-item + .ac-item {
    margin-top: 12px;
  }
  .reason-03 .ac-area .ac .ac-item + .ac-item {
    margin-top: 12px;
  }
  .ac-area .ac-label {
    font-size: 16px;
    height: auto;
    min-height: 59px;
    padding: 16px 48px 19px;
  }
  .ac-area .section-ac .ac-label {
    height: 69px;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
  .ac-area .ac-label.white {
    padding-left: 15px !important;
  }
  .ac-area .section-ac .ac-label .logo {
    margin-right: 0;
    width: 158px;
  }
  .ac-area .section-ac .main-text {
    color: #1268b7;
    font-size: 16px;
    line-height: calc(28.8 / 16);
    margin-bottom: 18px;
  }
  .ac-area .section-ac .ac-content {
    padding: 12px 10px;
  }
  .ac-area .flow-ac .ac-content {
    padding: 10px 10px 15px;
  }
  .ac-area .ac-content .ac-text {
    font-size: 16px;
    margin-top: 1px;
    padding: 16px 10px;
  }
  .ac-area .question-ac .ac-content .ac-text {
    padding: 16px 15px;
  }
  .ac-area .section-ac .ac-content .ac-text {
    padding: 10px;
  }
  .ac-area .question-ac .ac-content .ac-text h4 {
    font-size: 16px;
    padding: 0 0 2px;
  }
  .ac-area .question-ac .ac-content .ac-text p {
    font-size: 15px;
    line-height: calc(27 / 15);
    padding: 0;
  }
  .ac-area .section-ac .ac-content .ac-text h4 {
    border-bottom: solid 1px #d8d8d8;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 5px 5px;
  }
  .ac-area .acB .ac-content .ac-text h4 {
    border-bottom: solid 1px #d8d8d8;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 5px;
  }
  .ac-area .section-ac .ac-content .ac-text .text-area {
    flex-direction: column;
  }
  .ac-area .section-ac .ac-content .ac-text .text-area .image {
    order: 2;
    padding-top: 100%;
    width: 100%;
  }
  .ac-area .section-ac .ac-content .ac-text .text-area .text {
    font-size: 16px;
    line-height: calc(28.8 / 16);
    padding: 0 5px 7px;
    width: 100%;
  }
  .ac-area .icon:before {
    background: url("../img/common/icon-plus.svg") no-repeat center;
    background-size: 26px !important;
    height: 25px;
    right: 10px;
    width: 26px;
  }
  .ac-area .ac-label.blue .icon:before {
    background-size: 26px;
    height: 26px;
    right: 10px;
    width: 26px;
  }
  .ac-area .ac-label.white .icon:before {
    background-size: 26px;
    height: 25px;
    right: 10px;
    width: 26px;
  }
  .ac-area .ac-label.open .icon:before {
    background: url("../img/common/icon-minus.svg") no-repeat center;
    background-size: 26px !important;
  }
  .ac-area .section-ac .icon:before {
    right: 10px;
  }
  .ac-area .flow-ac .icon:before {
    right: 10px;
  }
}
/* ---------------------------------------------------------------------------
//  page-mv
--------------------------------------------------------------------------- */
.page-mv .mv-area {
  height: 300px;
  position: relative;
}
.question-mv .mv-area {
  background: url("../img/question/mv-bg.jpg") no-repeat center;
  background-size: 1200px;
}
.voice-mv .mv-area {
  background: url("../img/voice/mv-bg.jpg") no-repeat center;
  background-size: 1200px;
}
.reason-mv .mv-area {
  background: url("../img/reason/mv-bg.jpg") no-repeat center;
  background-size: 1200px;
}
.toilet-mv .mv-area {
  background: url("../img/toilet/mv-bg.jpg") no-repeat center;
  background-size: 1200px;
}
.washroom-mv .mv-area {
  background: url("../img/washroom/mv-bg.jpg") no-repeat center;
  background-size: 1200px;
}
.kitchen-mv .mv-area {
  background: url("../img/kitchen/mv-bg.jpg") no-repeat center;
  background-size: 1200px;
}
.bathroom-mv .mv-area {
  background: url("../img/bathroom/mv-bg.jpg") no-repeat center;
  background-size: 1200px;
}
.page-mv .mv-area .h1-image {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.page-mv .mv-area .h1-image img {
  height: 300px;
  object-fit: cover;
  position: absolute;
  width: 1200px;
}
.page-mv .mv-area .mv-copy {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.85));
  bottom: 0;
  left: 0;
  padding: 40px 80px 30px 30px;
  position: absolute;
  z-index: 2;
}
.page-mv .read {
  color: #0068b7;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(32.4 / 18);
  padding: 30px 10px 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-mv .mv-area {
    height: 29.296875vw;
  }
  .question-mv .mv-area {
    background: url("../img/question/mv-bg.jpg") no-repeat center;
    background-size: 117.1875vw;
  }
  .voice-mv .mv-area {
    background: url("../img/voice/mv-bg.jpg") no-repeat center;
    background-size: 117.1875vw;
  }
  .reason-mv .mv-area {
    background: url("../img/reason/mv-bg.jpg") no-repeat center;
    background-size: 117.1875vw;
  }
  .toilet-mv .mv-area {
    background: url("../img/toilet/mv-bg.jpg") no-repeat center;
    background-size: 117.1875vw;
  }
  .washroom-mv .mv-area {
    background: url("../img/washroom/mv-bg.jpg") no-repeat center;
    background-size: 117.1875vw;
  }
  .kitchen-mv .mv-area {
    background: url("../img/kitchen/mv-bg.jpg") no-repeat center;
    background-size: 117.1875vw;
  }
  .bathroom-mv .mv-area {
    background: url("../img/bathroom/mv-bg.jpg") no-repeat center;
    background-size: 117.1875vw;
  }
  .page-mv .mv-area .h1-image img {
    height: 29.296875vw;
    width: 117.1875vw;
  }
  .page-mv .mv-area .h1-image img.forPC {
    display: block;
  }
  .page-mv .mv-area .h1-image img.forSP {
    display: none;
  }
  .page-mv .read {
    font-size: 1.76vw;
    padding: 2.93vw 0.98vw 7.81vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .page-mv .mv-area {
    height: 0;
    padding-top: 48%;
    position: relative;
  }
  .question-mv .mv-area {
    background: url("../img/question/mv-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .voice-mv .mv-area {
    background: url("../img/voice/mv-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .reason-mv .mv-area {
    background: url("../img/reason/mv-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .toilet-mv .mv-area {
    background: url("../img/toilet/mv-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .washroom-mv .mv-area {
    background: url("../img/washroom/mv-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .kitchen-mv .mv-area {
    background: url("../img/kitchen/mv-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .bathroom-mv .mv-area {
    background: url("../img/bathroom/mv-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .page-mv .mv-area .h1-image {
    padding-top: 48%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-mv .mv-area .h1-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-mv .mv-area .mv-copy {
    padding: 20px;
  }
  .page-mv .mv-area .mv-copy img {
    zoom: 0.7222222;
  }
  .page-mv .read {
    color: #0068b7;
    font-size: 16px;
    line-height: calc(28.8 / 16);
    padding: 15px 20px 45px;
  }
}
/* ---------------------------------------------------------------------------
//  btnA
--------------------------------------------------------------------------- */
.section-btnA .btnA-area .btn-list {
  display: flex;
  flex-wrap: wrap;
  /*gap: 15px;*/
}
.section-btnA .btnA-area .btn-list .btn {
  align-items: center;
  border: solid 2px #43a8d6;
  border-radius: 100px;
  color: #43a8d6;
  display: flex;
  font-size: 14px;
  height: 50px;
  justify-content: center;
  margin-bottom: 15px;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
  text-align: center;
  transition: 0.2s;
  width: calc((100% - 45px) / 4);
}
.section-btnA .btnA-area .btn-list .btn + .btn {
  margin-left: 15px;
}
.section-btnA .btnA-area .btn-list .btn:nth-of-type(5) {
  margin-left: 0;
}
.section-btnA .btnA-area .btn-list .btn::before {
  background: url("../img/common/icon-arrow02.svg") no-repeat center;
  background-size: 18px;
  bottom: 0;
  content: "";
  height: 19px;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  width: 19px;
}
@media (any-hover: hover) {
  .section-btnA .btnA-area .btn-list .btn:hover {
    background: #43a8d6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-btnA .btnA-area .btn-list .btn {
    font-size: 1.37vw;
    height: 4.88vw;
    margin-bottom: 1.46vw;
    padding-left: 2.54vw;
    padding-right: 2.54vw;
    width: calc((100% - 4.39vw) / 4);
  }
  .section-btnA .btnA-area .btn-list .btn + .btn {
    margin-left: 1.46vw;
  }
  .section-btnA .btnA-area .btn-list .btn:nth-of-type(5) {
    margin-left: 0;
  }
  .section-btnA .btnA-area .btn-list .btn::before {
    background: url("../img/common/icon-arrow02.svg") no-repeat center;
    background-size: 1.76vw;
    height: 1.86vw;
    right: 0.78vw;
    width: 1.86vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-btnA .btnA-area .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 11px;*/
  }
  .section-btnA .btnA-area .btn-list .btn {
    font-size: 13px;
    /*padding-right: 24px;*/
    padding-left: 10px;
    padding-left: 34px;
    padding-right: 34px;
    width: calc((100% - 11px) / 2);
  }
  .section-btnA .btnA-area .btn-list .btn + .btn {
    margin-left: 0;
  }
  .section-btnA .btnA-area .btn-list .btn::before {
    background: url("../img/common/icon-arrow02.svg") no-repeat center;
    background-size: 16px;
    height: 17px;
    /*right: 12px;*/
    right: 10px;
    width: 17px;
  }
}
/* ---------------------------------------------------------------------------
//  btnB
--------------------------------------------------------------------------- */
.section-btnB .btnB-area {
  padding-bottom: 80px;
}
.section-btnB .btnB-area .btn-list {
  display: flex;
  flex-wrap: wrap;
  /*gap: 10px;*/
}
.section-btnB .btnB-area .btn-list .btn {
  align-items: center;
  background: #c0c0c0;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  text-align: center;
  transition: 0.2s;
  width: calc((100% - 40px) / 5);
}
.section-btnB .btnB-area .btn-list .btn.all {
  margin-bottom: 10px;
}
.section-btnB .btnB-area .btn-list input + .btn {
  margin-left: 10px;
}
.section-btnB .btnB-area .btn-list .btn.active {
  background: #43a8d6;
  /* pointer-events: none; */
}
.section-btnB .btnB-area .btn-list .btn + input {
  display: none;
}
@media (any-hover: hover) {
  .section-btnB .btnB-area .btn-list .btn:hover {
    background: #43a8d6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-btnB .btnB-area {
    padding-bottom: 7.81vw;
  }
  .section-btnB .btnB-area .btn-list .btn {
    font-size: 1.76vw;
    height: 3.42vw;
    width: calc((100% - 3.91vw) / 5);
  }
  .section-btnB .btnB-area .btn-list .btn.all {
    margin-bottom: 0.98vw;
  }
  .section-btnB .btnB-area .btn-list input + .btn {
    margin-left: 0.98vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-btnB .btnB-area .btn-list {
    /*gap: 10px;*/
    justify-content: space-between;
  }
  .section-btnB .btnB-area .btn-list .btn {
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
  .section-btnB .btnB-area .btn-list .btn + .btn {
    margin-left: 0;
  }
  .section-btnB .btnB-area .btn-list input + .btn {
    margin-left: 0;
  }
}
/* ---------------------------------------------------------------------------
//  btnC
--------------------------------------------------------------------------- */
.section-btnC .btnC-area {
  padding-bottom: 36px;
}
.section-btnC .btnC-area .title {
  border-bottom: solid 3px;
  color: #0068b7;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.section-btnC .btnC-area .btn-list {
  display: flex;
  flex-wrap: wrap;
  /*gap: 14px;*/
}
.section-btnC .btnC-area .btn-list .btn {
  align-items: center;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(16, 16, 16, 0.5);
  color: #0068b7;
  display: flex;
  font-size: 16px;
  height: 70px;
  justify-content: center;
  margin-bottom: 14px;
  /*padding-right: 20px;*/
  position: relative;
  text-align: center;
  transition: 0.2s;
  width: calc((100% - 42px) / 4);
}
.section-btnC .btnC-area .btn-list .btn + .btn {
  margin-left: 14px;
}
.section-btnC .btnC-area .btn-list .btn:nth-of-type(5),
.section-btnC .btnC-area .btn-list .btn:nth-of-type(10) {
  margin-left: 0;
}
.section-btnC .btnC-area .btn-list .btn::before {
  background: url("../img/common/icon-arrow05.svg") no-repeat center;
  background-size: 25px;
  bottom: 0;
  content: "";
  height: 26px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 26px;
}
.section-btnC .btnC-area .btn-list .btn img {
  zoom: 0.5;
}
/*Firefox用*/
@-moz-document url-prefix() {
  .section-btnC .btnC-area .btn-list .btn img {
    width: 150px;
  }
}
@media (any-hover: hover) {
  .section-btnC .btnC-area .btn-list .btn:hover {
    box-shadow: 0 1px 9px rgba(16, 16, 16, 0.5);
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-btnC .btnC-area {
    padding-bottom: 3.52vw;
  }
  .section-btnC .btnC-area .title {
    font-size: 2.34vw;
    margin-bottom: 1.95vw;
    padding-bottom: 0.98vw;
  }
  .section-btnC .btnC-area .btn-list .btn {
    font-size: 1.56vw;
    height: 6.84vw;
    margin-bottom: 1.37vw;
    width: calc((100% - 4.2vw) / 4);
  }
  .section-btnC .btnC-area .btn-list .btn + .btn {
    margin-left: 1.37vw;
  }
  .section-btnC .btnC-area .btn-list .btn:nth-of-type(5),
  .section-btnC .btnC-area .btn-list .btn:nth-of-type(10) {
    margin-left: 0;
  }
  .section-btnC .btnC-area .btn-list .btn::before {
    background: url("../img/common/icon-arrow05.svg") no-repeat center;
    background-size: 2.44vw;
    height: 2.54vw;
    right: 1.46vw;
    width: 2.54vw;
  }
  .section-btnC .btnC-area .btn-list .btn img {
    width: 14.65vw;
    zoom: 1;
  }
  /*Firefox用*/
  @-moz-document url-prefix() {
    .section-btnC .btnC-area .btn-list .btn img {
      width: 14.65vw;
    }
  }
}
@media only screen and (max-width: 767.9px) {
  .section-btnC .btnC-area {
    padding-bottom: 30px;
  }
  .section-btnC .btnC-area .title {
    font-size: 22px;
  }
  .section-btnC .btnC-area .btn-list {
    display: block;
    padding: 0 10px;
  }
  .section-btnC .btnC-area .btn-list .btn + .btn {
    margin-top: 12px;
  }
  .section-btnC .btnC-area .btn-list .btn {
    font-size: 15px;
    height: 64px;
    margin-bottom: 0;
    margin-left: 0 !important;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  .section-btnC .btnC-area .btn-list .btn::before {
    background: url("../img/common/icon-arrow05.svg") no-repeat center;
    background-size: 29px;
    content: "";
    height: 30px;
    width: 30px;
  }
}
/* ---------------------------------------------------------------------------
//  search
--------------------------------------------------------------------------- */
.section-search .search-area {
  padding: 50px 0 80px;
}
.section-search .search-area .search-title {
  color: #1268b7;
  font-size: 18px;
  margin-bottom: 7px;
}
.section-search .search-area form {
  display: flex;
}
.section-search .search-area form .input-area {
  border: solid 2px #0068b7;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: calc(100% - 53px);
}
::placeholder {
  color: #c0c0c0;
}
.section-search .search-area form .btn {
  background: url("../img/question/icon-search.svg") no-repeat center, #0068b7;
  cursor: pointer;
  font-size: 0;
  width: 53px;
}
@media (any-hover: hover) {
  .section-search .search-area form .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-search .search-area {
    padding: 4.88vw 0 7.81vw;
  }
  .section-search .search-area .search-title {
    font-size: 1.76vw;
    margin-bottom: 0.68vw;
  }
  .section-search .search-area form .input-area {
    font-size: 1.76vw;
    padding: 1.46vw;
    width: calc(100% - 5.18vw);
  }
  .section-search .search-area form .btn {
    background: url("../img/question/icon-search.svg") no-repeat center, #0068b7;
    background-size: 3.32vw;
    width: 5.18vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-search .search-area {
    padding: 30px 0 70px;
  }
  .section-search .search-area form .input-area {
    border: solid 2px #0068b7;
    font-size: 16px;
    padding: 15px 10px;
    width: calc(100% - 53px);
  }
  .section-search .search-area form .btn {
    background: url("../img/question/icon-search.svg") no-repeat center, #0068b7;
    cursor: pointer;
    font-size: 0;
    width: 53px;
  }
}
/* ---------------------------------------------------------------------------
//  pager
--------------------------------------------------------------------------- */
.pager {
  padding: 50px 0 0;
}
ul.page-numbers {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
}
ul.page-numbers .page-numbers {
  /*padding-top: 3px;*/
  align-items: center;
  background: #fff;
  border: solid 2px #0068b7;
  border-radius: 100%;
  color: #0068b7;
  display: flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  letter-spacing: -1px;
  margin: 0 5px;
  transition: 0.2s;
  width: 30px;
}
ul.page-numbers .page-numbers:hover {
  background: #0068b7;
  color: #fff;
}
ul.page-numbers .page-numbers.dots {
  background: none;
  border: none;
  bottom: -3px;
  color: #0068b7 !important;
  margin: 0;
  opacity: 1 !important;
  position: relative;
}
ul.page-numbers .page-numbers.current {
  background: #0068b7;
  color: #fff;
  opacity: 1 !important;
}
ul.page-numbers .page-numbers.prev,
ul.page-numbers .page-numbers.next {
  align-items: center;
  font-size: 0;
  padding: 0;
}
ul.page-numbers .page-numbers.prev {
  margin-right: 7px;
}
ul.page-numbers .page-numbers.next {
  margin-left: 7px;
}
ul.page-numbers .page-numbers.prev::before {
  background: url("../img/common/pager-prev.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 17px;
  left: -1px;
  position: relative;
  width: 10px;
}
ul.page-numbers .page-numbers.next::before {
  background: url("../img/common/pager-next.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 17px;
  position: relative;
  right: -1px;
  transform: rotate(180deg);
  width: 10px;
}
ul.page-numbers .page-numbers.prev:hover:before {
  background: url("../img/common/pager-prev_w.svg") no-repeat center;
  background-size: contain;
}
ul.page-numbers .page-numbers.next:hover:before {
  background: url("../img/common/pager-next_w.svg") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pager {
    padding: 4.88vw 0 0;
  }
  ul.page-numbers .page-numbers {
    font-size: 1.56vw;
    height: 2.93vw;
    letter-spacing: -0.1vw;
    margin: 0 0.49vw;
    width: 2.93vw;
  }
  ul.page-numbers .page-numbers.dots {
    bottom: -0.29vw;
  }
  ul.page-numbers .page-numbers.prev {
    margin-right: 0.68vw;
  }
  ul.page-numbers .page-numbers.next {
    margin-left: 0.68vw;
  }
  ul.page-numbers .page-numbers.prev::before {
    background: url("../img/common/pager-prev.svg") no-repeat center;
    background-size: contain;
    height: 1.66vw;
    left: -0.1vw;
    width: 0.98vw;
  }
  ul.page-numbers .page-numbers.next::before {
    background: url("../img/common/pager-next.svg") no-repeat center;
    background-size: contain;
    height: 1.66vw;
    right: -0.1vw;
    width: 0.98vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .pager {
    padding: 30px 0 0;
  }
  ul.page-numbers .page-numbers {
    font-size: 14px;
    height: 30px;
    margin: 0 6px;
    width: 30px;
  }
  ul.page-numbers .page-numbers.dots {
    width: auto;
  }
}
/* ---------------------------------------------------------------------------
//  section-media
--------------------------------------------------------------------------- */
.section-media .media-area {
  padding-bottom: 120px;
}
.section-media .media-area .section-title01 {
  margin-bottom: 60px;
}
.section-media .media-area .media-archive .media-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.section-media .media-area .media-archive .media-item + .media-item {
  margin-top: 20px;
}
.section-media .media-area .media-archive .media-item .media-image {
  height: 0;
  overflow: hidden;
  padding-top: 21.276596%;
  position: relative;
  width: 350px;
}
.section-media .media-area .media-archive .media-item .media-image img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section-media .media-area .media-archive .media-item .media-text {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(33 / 18);
  width: calc(100% - 375px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-media .media-area {
    padding-bottom: 11.72vw;
  }
  .section-media .media-area .section-title01 {
    margin-bottom: 5.86vw;
  }
  .section-media .media-area .media-archive .media-item {
    padding: 2.93vw;
  }
  .section-media .media-area .media-archive .media-item + .media-item {
    margin-top: 1.95vw;
  }
  .section-media .media-area .media-archive .media-item .media-image {
    padding-top: 21.276596%;
    width: 34.18vw;
  }
  .section-media .media-area .media-archive .media-item .media-text {
    font-size: 1.76vw;
    width: calc(100% - 36.62vw);
  }
}
@media only screen and (max-width: 767.9px) {
  .section-media .media-area {
    padding-bottom: 80px;
  }
  .section-media .media-area .section-title01 {
    margin-bottom: 25px;
  }
  .section-media .media-area .media-archive .media-item {
    display: block;
    padding: 15px;
  }
  .section-media .media-area .media-archive .media-item + .media-item {
    margin-top: 12px;
  }
  .section-media .media-area .media-archive .media-item .media-image {
    padding-top: 57.377049%;
    width: 100%;
  }
  .section-media .media-area .media-archive .media-item .media-text {
    font-size: 16px;
    line-height: calc(28.8 / 16);
    padding-top: 10px;
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
//  section-guide
--------------------------------------------------------------------------- */
.guide-area {
  display: flex;
  flex-wrap: wrap;
  /*gap: 20px;*/
  justify-content: space-between;
}
.guide-area .guide {
  border: solid 1px #d8d8d8;
  padding: 135px 23px 30px;
  position: relative;
  width: calc((100% - 40px) / 3);
}
.guide-area .guide::before {
  content: "";
  height: 85px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 85px;
}
.guide-area .guide01 {
  margin-bottom: 20px;
}
.guide-area .guide01::before {
  background: url("../img/reason/guide01.svg") no-repeat center;
  background-size: contain;
}
.guide-area .guide02::before {
  background: url("../img/reason/guide02.svg") no-repeat center;
  background-size: contain;
}
.guide-area .guide03::before {
  background: url("../img/reason/guide03.svg") no-repeat center;
  background-size: contain;
}
.guide-area .guide04::before {
  background: url("../img/reason/guide04.svg") no-repeat center;
  background-size: contain;
}
.guide-area .guide01 {
  width: 100%;
}
.guide-area .title {
  color: #1d3750;
  font-size: 21px;
  margin-bottom: 15px;
  text-align: center;
}
.guide-area .text {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(33 / 18);
}
.guide-area .text span {
  position: relative;
}
.guide-area .text span::before {
  content: "※";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -6px;
}
.guide-area .sup {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(33 / 14);
}
.guide-area .sup::before {
  content: "※";
}
.guide-area .image {
  margin: auto;
  margin-top: 20px;
  max-width: 900px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-area .guide {
    padding: 13.18vw 2.25vw 2.93vw;
    width: calc((100% - 3.91vw) / 3);
  }
  .guide-area .guide::before {
    height: 8.3vw;
    top: 2.93vw;
    width: 8.3vw;
  }
  .guide-area .guide01 {
    margin-bottom: 1.95vw;
    width: 100%;
  }
  .guide-area .title {
    font-size: 2.05vw;
    margin-bottom: 1.46vw;
  }
  .guide-area .text {
    font-size: 1.76vw;
  }
  .guide-area .text span::before {
    font-size: 1.17vw;
    top: -0.59vw;
  }
  .guide-area .sup {
    font-size: 1.37vw;
  }
  .guide-area .image {
    margin-top: 1.95vw;
    max-width: 87.89vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .guide-area {
    display: block;
  }
  .guide-area .guide + .guide {
    margin-top: 15px;
  }
  .guide-area .guide01 {
    margin-bottom: 0;
  }
  .guide-area .guide {
    padding: 100px 15px 15px;
    width: 100%;
  }
  .guide-area .guide::before {
    height: 75px;
    top: 15px;
    width: 75px;
  }
  .guide-area .title {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .guide-area .text {
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
  .guide-area .text span {
    position: relative;
  }
  .guide-area .text span::before {
    content: "※";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -6px;
  }
  .guide-area .sup {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(33 / 14);
  }
  .guide-area .sup::before {
    content: "※";
  }
  .guide-area .image {
    margin-top: 20px;
    text-align: center;
  }
}
/* ---------------------------------------------------------------------------
//  section-question
--------------------------------------------------------------------------- */
.section-question .question-area {
  padding-bottom: 150px;
}
.section-question .question-area .section-title01 {
  margin-bottom: 60px;
}
.section-question .ac-area .ac-label {
  height: auto;
  justify-content: flex-start;
  line-height: calc(28 / 16);
  min-height: 63px;
  padding: 18px 60px 18px 30px;
  text-align: left;
}
.question-ac .ac-label {
  height: auto;
  justify-content: flex-start;
  line-height: calc(28 / 16);
  min-height: 63px;
  padding: 18px 60px 18px 30px;
  text-align: left;
}
.section-question {
  /* margin-top: -190px;
  padding-top: 190px; */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-question .question-area {
    padding-bottom: 14.65vw;
  }
  .section-question .question-area .section-title01 {
    margin-bottom: 5.86vw;
  }
  .section-question .ac-area .ac-label {
    min-height: 6.15vw;
    padding: 1.76vw 5.86vw 1.76vw 2.93vw;
  }
  .question-ac .ac-label {
    min-height: 6.15vw;
    padding: 1.76vw 5.86vw 1.76vw 2.93vw;
  }
  .section-question {
    /* margin-top: -18.55vw;
    padding-top: 18.55vw; */
  }
}
@media only screen and (max-width: 767.9px) {
  .section-question .question-area {
    padding-bottom: 85px;
  }
  .section-question .question-area .section-title01 {
    margin-bottom: 25px;
  }
  .section-question .ac-area .ac-label {
    justify-content: flex-start;
    min-height: auto;
    padding: 15px 48px 15px 15px;
  }
  .question-ac .ac-label {
    justify-content: flex-start;
    min-height: auto;
    padding: 15px 48px 15px 15px;
  }
  .section-question {
    /* margin-top: -100px;
    padding-top: 100px; */
  }
}
/* ---------------------------------------------------------------------------
//  voice
--------------------------------------------------------------------------- */
.voice-01 .voice01-area {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice-01 .voice01-area {
    padding-bottom: 14.65vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .voice-01 .voice01-area {
    padding-bottom: 85px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  場所別ページ
------------------------------------------------------------------------------------------------------------------------------------------------------ */
.space01 {
  height: 80px;
}
.space02 {
  height: 150px;
}
.section-palce {
  /* margin-top: -190px;
  padding-top: 190px; */
}
.section-palce .section-title01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .space01 {
    height: 7.81vw;
  }
  .space02 {
    height: 14.65vw;
  }
  .section-palce {
    /* margin-top: -18.55vw;
    padding-top: 18.55vw; */
  }
  .section-palce .section-title01 {
    margin-bottom: 5.86vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .space01 {
    height: 70px;
  }
  .space02 {
    height: 85px;
  }
  .section-palce {
    /* margin-top: -100px;
    padding-top: 100px; */
  }
  .section-palce .section-title01 {
    margin-bottom: 25px;
  }
}
/* ---------------------------------------------------------------------------
//  section-01
--------------------------------------------------------------------------- */
.toilet .section-01 .bg {
  background: url("../img/toilet/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
  background-size: 1446px;
}
.washroom .section-01 .bg {
  background: url("../img/washroom/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
  background-size: 1446px;
}
.kitchen .section-01 .bg {
  background: url("../img/kitchen/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
  background-size: 1446px;
}
.bathroom .section-01 .bg {
  background: url("../img/bathroom/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
  background-size: 1446px;
}
.section01-area {
  padding: 88.5px 0 130.5px;
}
.section01-area .section01-title {
  font-size: 28px;
  margin-bottom: 60px;
  text-align: center;
}
.section01-area .list-area {
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 46px;
}
.section01-area .list-area .list {
  align-items: center;
  display: flex;
  line-height: 1.5;
}
.section01-area .list-area .list + .list {
  margin-top: 36px;
}
.section01-area .list-area .list::before {
  background: url("../img/common/check.svg") no-repeat center;
  background-size: 35px;
  content: "";
  height: 36px;
  margin-right: 27px;
  width: 36px;
}
.section01-area .list-area .list .text {
  width: calc(100% - 63px);
}
.section01-area .list-area .list .text span {
  background: linear-gradient(transparent 70%, #fdd835 0%);
  color: #0068b7;
  display: inline;
  font-size: 30px;
  padding: 0 0 5px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .toilet .section-01 .bg {
    background: url("../img/toilet/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
    background-size: 143.164062vw;
  }
  .washroom .section-01 .bg {
    background: url("../img/washroom/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
    background-size: 143.164062vw;
  }
  .kitchen .section-01 .bg {
    background: url("../img/kitchen/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
    background-size: 143.164062vw;
  }
  .bathroom .section-01 .bg {
    background: url("../img/bathroom/sec01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
    background-size: 143.164062vw;
  }
  .section01-area {
    padding: 8.642578vw 0 12.744141vw;
  }
  .section01-area .section01-title {
    font-size: 2.734375vw;
    margin-bottom: 5.859375vw;
  }
  .section01-area .list-area {
    padding: 4.882812vw 4.492188vw;
  }
  .section01-area .list-area .list + .list {
    margin-top: 3.515625vw;
  }
  .section01-area .list-area .list::before {
    background-size: 3.417969vw;
    height: 3.52vw;
    margin-right: 2.636719vw;
    width: 3.515625vw;
  }
  .section01-area .list-area .list .text {
    width: calc(100% - 6.152344vw);
  }
  .section01-area .list-area .list .text span {
    font-size: 2.929688vw;
    padding: 0 0 0.488281vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .toilet .section-01 .bg {
    background: url("../img/toilet/sec01-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .washroom .section-01 .bg {
    background: url("../img/washroom/sec01-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .kitchen .section-01 .bg {
    background: url("../img/kitchen/sec01-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .bathroom .section-01 .bg {
    background: url("../img/bathroom/sec01-bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .section01-area {
    padding: 50.5px 0 70px;
  }
  .section01-area .section01-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section01-area .list-area {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 35px 12px;
  }
  .section01-area .list-area .list + .list {
    margin-top: 20px;
  }
  .section01-area .list-area .list::before {
    background: url("../img/common/check.svg") no-repeat center;
    background-size: 20px;
    height: 21px;
    margin-right: 10px;
    width: 21px;
  }
  .section01-area .list-area .list .text {
    width: calc(100% - 31px);
  }
  .section01-area .list-area .list .text span {
    background: linear-gradient(transparent 70%, #fdd835 0%);
    display: inline;
    font-size: 19px;
    line-height: calc(30 / 19);
    padding: 0 0 0;
  }
}
/* ---------------------------------------------------------------------------
//  section-03
--------------------------------------------------------------------------- */
.product-area {
  display: flex;
  /*gap: 5px;*/
  margin-bottom: 30px;
}
.product-area .product-item {
  border: solid 1px #d8d8d8;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.product-area .product-item + .product-item {
  margin-left: 5px;
}
.product-area .product-item .title-area {
  background: #1268b7;
  color: #fff;
  min-height: 120px;
  padding: 10px;
}
.product-area .product-item .image img {
  width: 100%;
}
.product-area .product-item .title-area .logo {
  margin-bottom: 7px;
  width: 120px;
}
.product-area .product-item .title-area .title {
  font-size: 18px;
  line-height: calc(28 / 18);
}
.product-area .product-item .title-area .title span {
  display: block;
}
.product-area .product-item .table-area {
  padding: 10px;
}
.product-area .product-item .table-area .tr + .tr {
  margin-top: 5px;
}
.product-area .product-item .table-area .tr {
  color: #101010;
  display: flex;
}
.product-area .product-item .table-area .tr .th {
  align-items: center;
  background: #0068b7;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 55px;
  justify-content: center;
  line-height: calc(21 / 16);
  text-align: center;
  width: 125px;
}
.product-area .product-item .table-area .tr04 .th {
  background: linear-gradient(to top, #ff5252, #f48fb1);
}
.product-area .product-item .table-area .tr .td {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  text-align: center;
  width: calc(100% - 125px);
}
.product-area .product-item .table-area .tr01 .td {
  font-size: 20px;
  font-weight: 400;
}
.product-area .product-item .table-area .tr02 .td {
  color: #fc5252;
  font-size: 24px;
  font-weight: 900;
}
.product-area .product-item .table-area .tr03 .td {
  font-size: 20px;
  font-weight: 400;
}
.product-area .product-item .table-area .tr .td small {
  font-size: 11px;
}
.product-area .product-item .table-area .tr04 .td {
  background: #fff;
  border: solid 1px #ff5252;
  border-left: none;
  color: #fc5252;
  font-size: 30px;
  /*padding-bottom: 10px;*/
}
.product-area .product-item .table-area .tr04 .td p {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.product-area .product-item .table-area .tr04 .td small {
  font-size: 11px;
  /*display: block;
  position: absolute;*/
  font-weight: 500;
  /*zoom: .8;*/
  right: 0;
}
.product-area .product-item .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: auto;
  /*gap: 5px;*/
  /*margin-bottom: 20px;*/
  padding: 0 10px;
}
.product-area .product-item .tag-area .tag {
  align-items: center;
  background: #a2c7e2;
  border-radius: 100px;
  color: #0068b7;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  margin-bottom: 5px;
  width: calc((100% - 5px) / 2);
}
.product-area .product-item .tag-area .tag small {
  font-size: 10px;
}
.product-area .product-item .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 45px;
  justify-content: center;
  margin: auto auto 0;
  margin-top: 20px;
  transition: 0.2s;
  width: 180px;
}
.product-area .product-item .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
.section-03 .section03-area .sup {
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(25.2 / 14);
}
.section-03 .section03-area .sup::before {
  content: "※";
}
@media (any-hover: hover) {
  .product-area .product-item .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .product-area .product-item .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-area {
    margin-bottom: 2.93vw;
  }
  .product-area .product-item {
    padding-bottom: 2.93vw;
  }
  .product-area .product-item + .product-item {
    margin-left: 0.49vw;
  }
  .product-area .product-item .title-area {
    min-height: 11.72vw;
    padding: 0.98vw;
    padding-right: 0;
  }
  .product-area .product-item .title-area .logo {
    margin-bottom: 0.68vw;
    width: 11.72vw;
  }
  .product-area .product-item .title-area .title {
    font-size: 1.76vw;
  }
  .product-area .product-item .table-area {
    padding: 0.98vw;
  }
  .product-area .product-item .table-area .tr + .tr {
    margin-top: 0.49vw;
  }
  .product-area .product-item .table-area .tr .th {
    font-size: 1.56vw;
    height: 5.37vw;
    width: 12.21vw;
  }
  .product-area .product-item .table-area .tr .td {
    width: calc(100% - 12.21vw);
  }
  .product-area .product-item .table-area .tr01 .td {
    font-size: 1.95vw;
  }
  .product-area .product-item .table-area .tr02 .td {
    font-size: 2.34vw;
  }
  .product-area .product-item .table-area .tr03 .td {
    font-size: 1.95vw;
  }
  .product-area .product-item .table-area .tr .td small {
    font-size: 1.07vw;
  }
  .product-area .product-item .table-area .tr04 .td {
    font-size: 2.93vw;
  }
  .product-area .product-item .table-area .tr04 .td small {
    font-size: 1.07vw;
  }
  .product-area .product-item .tag-area {
    padding: 0 0.98vw;
  }
  .product-area .product-item .tag-area .tag {
    font-size: 1.56vw;
    height: 3.91vw;
    margin-bottom: 0.49vw;
    width: calc((100% - 0.49vw) / 2);
  }
  .product-area .product-item .tag-area .tag small {
    font-size: 0.98vw;
    zoom: 0.85;
  }
  .product-area .product-item .btn {
    font-size: 1.56vw;
    height: 4.39vw;
    margin-top: 1.95vw;
    width: 17.58vw;
  }
  .product-area .product-item .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
  .section-03 .section03-area .sup {
    font-size: 1.37vw;
  }
  .section-03 .section03-area .sup::before {
    content: "※";
  }
}
@media only screen and (max-width: 767.9px) {
  .product-area {
    display: block;
    margin-bottom: 25px;
  }
  .product-area .product-item + .product-item {
    margin-top: 20px;
  }
  .product-area .product-item {
    padding-bottom: 25px;
  }
  .product-area .product-item .title-area {
    align-item: center;
    display: flex;
    justify-content: space-between;
    min-height: inherit;
    padding: 10px;
  }
  .product-area .product-item .title-area .logo.forSP {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 45px;
  }
  .product-area .product-item .title-area .title {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    line-height: calc(27 / 16);
    width: calc(100% - 55px);
  }
  .product-area .product-item .table-area {
    padding: 7px 10px;
  }
  .product-area .product-item .table-area .tr .th {
    font-size: 15px;
    line-height: calc(20 / 15);
    width: 114px;
  }
  .product-area .product-item .table-area .tr .td {
    width: calc(100% - 114px);
  }
  .product-area .product-item .table-area .tr01 .td {
    font-size: 22px;
  }
  .product-area .product-item .table-area .tr02 .td {
    font-size: 27px;
  }
  .product-area .product-item .table-area .tr03 .td {
    font-size: 22px;
  }
  .product-area .product-item .table-area .tr .td small {
    font-size: 10px;
  }
  .product-area .product-item .table-area .tr04 .td {
    font-size: 32px;
  }
  .product-area .product-item .table-area .tr04 .td small {
  }
  .product-area .product-item .tag-area {
    margin-bottom: 12px;
  }
  .product-area .product-item .btn {
    height: 51px;
  }
  .product-area .product-item .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 16px;
    content: "";
    height: 17px;
    margin-left: 9px;
    width: 17px;
  }
  .section-03 .section03-area .sup {
    font-size: 12px;
    line-height: calc(25.2 / 12);
  }
}
/* ---------------------------------------------------------------------------
//  section-04
--------------------------------------------------------------------------- */
.section-04 .section04-area .about-area {
  display: flex;
  /* gap: 20px;*/
}
.section-04 .section04-area .about-area .about-item {
  border: solid 1px #d8d8d8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
  width: calc((100% - 40px) / 3);
}
.section-04 .section04-area .about-area .about-item .title {
  align-items: center;
  color: #1d3750;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  height: 135px;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.section-04 .section04-area .about-area .about-item.item01 .title {
  background: url("../img/common/icon-about01.svg") no-repeat top center;
}
.section-04 .section04-area .about-area .about-item.item02 .title {
  background: url("../img/common/icon-about02.svg") no-repeat top center;
}
.section-04 .section04-area .about-area .about-item.item03 .title {
  background: url("../img/common/icon-about03.svg") no-repeat top center;
}
.section-04 .section04-area .about-area .about-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(33 / 18);
  margin-bottom: 25px;
}
.section-04 .section04-area .about-area .about-item .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 45px;
  justify-content: center;
  margin: auto auto 0;
  margin-top: auto;
  transition: 0.2s;
  width: 180px;
}
.section-04 .section04-area .about-area .about-item .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .section-04 .section04-area .about-area .about-item .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .section-04 .section04-area .about-area .about-item .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-04 .section04-area .about-area .about-item {
    padding: 2.93vw 2.44vw;
    width: calc((100% - 3.91vw) / 3);
  }
  .section-04 .section04-area .about-area .about-item .title {
    font-size: 2.05vw;
    height: 13.18vw;
    margin-bottom: 1.46vw;
  }
  .section-04 .section04-area .about-area .about-item .text {
    font-size: 1.76vw;
    margin-bottom: 2.44vw;
  }
  .section-04 .section04-area .about-area .about-item .btn {
    font-size: 1.56vw;
    height: 4.39vw;
    width: 17.58vw;
  }
  .section-04 .section04-area .about-area .about-item .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-04 .section04-area .about-area {
    display: block;
  }
  .section-04 .section04-area .about-area .about-item + .about-item {
    margin-top: 15px;
  }
  .section-04 .section04-area .about-area .about-item {
    display: block;
    padding: 25px 12px 25px;
    width: 100%;
  }
  .section-04 .section04-area .about-area .about-item .title {
    font-size: 19px;
    height: 104px;
    margin-bottom: 12px;
  }
  .section-04 .section04-area .about-area .about-item.item01 .title {
    background: url("../img/common/icon-about01.svg") no-repeat top center;
    background-size: 45px;
  }
  .section-04 .section04-area .about-area .about-item.item02 .title {
    background: url("../img/common/icon-about02.svg") no-repeat top center;
    background-size: 75px;
    height: 110px;
  }
  .section-04 .section04-area .about-area .about-item.item03 .title {
    background: url("../img/common/icon-about03.svg") no-repeat top center;
    background-size: 122px;
    height: 114px;
  }
  .section-04 .section04-area .about-area .about-item .text {
    font-size: 16px;
    line-height: calc(28.8 / 16);
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .section-04 .section04-area .about-area .about-item .btn {
    height: 51px;
  }
  .section-04 .section04-area .about-area .about-item .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 16px;
    content: "";
    height: 17px;
    margin-left: 9px;
    width: 17px;
  }
}
/* ---------------------------------------------------------------------------
//  section-05
--------------------------------------------------------------------------- */
.section-05 .section05-area .flow {
  margin: 0 auto 15px;
  margin-bottom: 15px;
  max-width: 900px;
}
.section-05 .section05-area .last-text {
  background: #126ab7;
  color: #fff;
  font-size: 25px;
  margin: auto;
  max-width: 900px;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-05 .section05-area .flow {
    margin: 0 auto 1.46vw;
    margin-bottom: 1.46vw;
    max-width: 87.89vw;
  }
  .section-05 .section05-area .last-text {
    font-size: 2.44vw;
    max-width: 87.89vw;
    padding: 1.95vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-05 .section05-area .flow {
    margin-bottom: 10px;
  }
  .section-05 .section05-area .flow img {
    width: 100%;
  }
  .section-05 .section05-area .last-text {
    font-size: 20px;
    padding: 12px 10px;
  }
}
/* ---------------------------------------------------------------------------
//  section-06
--------------------------------------------------------------------------- */
.section-06 .section06-area .example-area {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 50px;
}
.section-06 .section06-area .example-area .title {
  color: #0068b7;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.section-06 .section06-area .example-area .flex-area {
  display: flex;
  flex-wrap: wrap;
  /*gap: 25px 40px;*/
  justify-content: space-between;
}
.section-06 .section06-area .example-area .flex-area .bf-area {
  width: 400px;
}
.section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .before {
  width: 185px;
}
.section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .after {
  width: 185px;
}
.section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .arrow {
  background: url("../img/common/bf-arrow02.svg") no-repeat center;
  display: block;
  height: 35px;
  margin: auto;
  width: 16px;
}
.section-06 .section06-area .example-area .flex-area .bf-area .before {
  position: relative;
}
.section-06 .section06-area .example-area .flex-area .bf-area .before::before {
  align-items: center;
  background: #0068b7;
  color: #fff;
  content: "Before";
  display: flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.section-06 .section06-area .example-area .flex-area .bf-area .after {
  position: relative;
}
.section-06 .section06-area .example-area .flex-area .bf-area .after::before {
  align-items: center;
  background: #0068b7;
  color: #fff;
  content: "After";
  display: flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.section-06 .section06-area .example-area .flex-area .bf-area .arrow {
  background: url("../img/common/bf-arrow01.svg") no-repeat center;
  display: block;
  height: 20px;
  margin: 5px 0;
}
.section-06 .section06-area .example-area .flex-area .bf-area .name {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  width: 100%;
}
.section-06 .section06-area .example-area .flex-area .text-area {
  width: calc(100% - 440px);
}
.section-06 .section06-area .example-area .flex-area .text-area .table-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.section-06 .section06-area .example-area .flex-area .text-area .table-area .tr {
  width: 50%;
}
.section-06 .section06-area .example-area .flex-area .text-area .table-area .tr .th {
  align-items: center;
  background: #0068b7;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  text-align: center;
}
.section-06 .section06-area .example-area .flex-area .text-area .table-area .tr .td {
  border: solid 1px;
  color: #0068b7;
  font-size: 14px;
  line-height: 2;
  padding: 15px 5px 15px;
  text-align: center;
}
.section-06 .section06-area .example-area .flex-area .text-area .table-area .tr:nth-of-type(2) .td,
.section-06 .section06-area .example-area .flex-area .text-area .table-area .tr:nth-of-type(4) .td {
  border-right: none;
}
.section-06 .section06-area .example-area .flex-area .text-area .table-area .tr.tr-top {
  width: 100%;
}
.section-06 .section06-area .example-area .flex-area .text {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(33 / 18);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-06 .section06-area .example-area {
    padding: 4.88vw;
  }
  .section-06 .section06-area .example-area .title {
    font-size: 2.44vw;
    margin-bottom: 3.42vw;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area {
    width: 39.06vw;
  }
  .section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .before {
    width: 18.07vw;
  }
  .section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .after {
    width: 18.07vw;
  }
  .section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .arrow {
    height: 3.42vw;
    width: 1.56vw;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area .before::before {
    font-size: 1.56vw;
    height: 2.93vw;
    width: 6.84vw;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area .after::before {
    font-size: 1.56vw;
    height: 2.93vw;
    width: 6.84vw;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area .arrow {
    height: 1.95vw;
    margin: 0.49vw 0;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area .name {
    font-size: 1.56vw;
    margin-top: 1.95vw;
  }
  .section-06 .section06-area .example-area .flex-area .text-area {
    width: calc(100% - 42.97vw);
  }
  .section-06 .section06-area .example-area .flex-area .text-area .table-area {
    margin-bottom: 2.44vw;
  }
  .section-06 .section06-area .example-area .flex-area .text-area .table-area .tr .th {
    font-size: 1.56vw;
    height: 2.93vw;
  }
  .section-06 .section06-area .example-area .flex-area .text-area .table-area .tr .td {
    font-size: 1.37vw;
    padding: 1.46vw 0.49vw 1.46vw;
  }
  .section-06 .section06-area .example-area .flex-area .text {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-06 .section06-area .example-area {
    padding: 15px 15px 30px;
  }
  .section-06 .section06-area .example-area .title {
    font-size: 23px;
    line-height: calc(35 / 23);
    margin-bottom: 15px;
    text-align: center;
  }
  .section-06 .section06-area .example-area .flex-area {
    display: block !important;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area {
    width: 100%;
  }
  .section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area {
    display: block;
  }
  .section-06 .section06-area .example-area .flex-area.flex-area .bf-area img {
    width: 100%;
  }
  .section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .before {
    width: 100%;
  }
  .section-06 .section06-area .example-area .flex-area.flex-area02 .bf-area .after {
    width: 100%;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area .arrow {
    background: url("../img/common/bf-arrow01.svg") no-repeat center !important;
    background-size: 65px !important;
    height: 17px !important;
    margin: 5px auto !important;
    width: 100% !important;
  }
  .section-06 .section06-area .example-area .flex-area .bf-area .name {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 8px;
  }
  .section-06 .section06-area .example-area .flex-area .text-area {
    width: 100%;
  }
  .section-06 .section06-area .example-area .flex-area .text-area .table-area {
    margin-bottom: 15px;
  }
  .section-06 .section06-area .example-area .flex-area .text-area .table-area .tr {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .section-06 .section06-area .example-area .flex-area .text-area .table-area .tr .td {
    align-items: center;
    display: flex;
    height: calc(100% - 30px);
    justify-content: center;
  }
  .section-06 .section06-area .example-area .flex-area .text-area .table-area .tr.tr-top {
    width: 100%;
  }
  .section-06 .section06-area .example-area .flex-area .text {
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
/* ---------------------------------------------------------------------------
//  section-08
--------------------------------------------------------------------------- */
.section-08 .question-area {
  padding: 0;
}
.section-08 .question-area .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 51px;
  justify-content: center;
  margin: 60px auto 0;
  transition: 0.2s;
  width: 257px;
}
.section-08 .question-area .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .section-08 .question-area .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .section-08 .question-area .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-08 .question-area .btn {
    font-size: 1.56vw;
    height: 4.98vw;
    margin: 5.86vw auto 0;
    width: 25.1vw;
  }
  .section-08 .question-area .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-08 .question-area .btn {
    font-size: 16px;
    height: 78px;
    margin-top: 25px;
    position: relative;
    width: 315px;
  }
  .section-08 .question-area .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 16px;
    bottom: 0;
    height: 19px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    right: 27px;
    top: 0;
    width: 17px;
  }
}
/* ---------------------------------------------------------------------------
//  section-09
--------------------------------------------------------------------------- */
.section-09 .btn-area {
  display: flex;
  /*gap: 14px;*/
  padding-bottom: 120px;
}
.section-09.other-example .btn-area {
  justify-content: center;
}
.section-09 .btn-area .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 51px;
  justify-content: center;
  transition: 0.2s;
  width: calc((100% - 42px) / 4);
}
.section-09 .btn-area .btn + .btn {
  margin-left: 14px;
}
.section-09 .btn-area .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .section-09 .btn-area .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .section-09 .btn-area .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-09 .btn-area {
    padding-bottom: 11.72vw;
  }
  .section-09 .btn-area .btn {
    font-size: 1.56vw;
    height: 4.98vw;
    width: calc((100% - 4.1vw) / 4);
  }
  .section-09 .btn-area .btn + .btn {
    margin-left: 1.37vw;
  }
  .section-09 .btn-area .btn::after {
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-09 .btn-area {
    display: block;
    padding-bottom: 80px;
  }
  .section-09 .btn-area .btn + .btn {
    margin: 12px auto 0;
    margin-top: 12px;
  }
  .section-09 .btn-area .btn {
    font-size: 16px;
    height: 78px;
    margin: 25px auto 0;
    margin-top: 25px;
    position: relative;
    width: 315px;
  }
  .section-09 .btn-area .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 16px;
    bottom: 0;
    height: 19px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    right: 27px;
    top: 0;
    width: 17px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  選ばれる理由ページ
------------------------------------------------------------------------------------------------------------------------------------------------------ */
.section-reason {
  /* margin-top: -190px;
  padding-top: 190px; */
}
.section-reason .section-title01 {
  margin-bottom: 60px;
}
.section-reason .ac-area .ac-label {
  justify-content: center;
  padding: 15px 48px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-reason {
    /* margin-top: -18.55vw;
    padding-top: 18.55vw; */
  }
  .section-reason .section-title01 {
    margin-bottom: 5.86vw;
  }
  .section-reason .ac-area .ac-label {
    padding: 1.46vw 4.69vw 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-reason {
    /* margin-top: -100px;
    padding-top: 100px; */
  }
  .section-reason .section-title01 {
    margin-bottom: 25px;
  }
}
/* ---------------------------------------------------------------------------
//  reason-01
--------------------------------------------------------------------------- */
.reason-01 .bg {
  background: url("../img/reason/reason01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
  background-size: 1466px;
}
.reason-01 .reason01-area {
  padding: 120px 0 150px;
}
.reason-01 .reason-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason-01 .reason-area span + .reason-item {
  margin-top: 20px;
}
.reason-01 .anchor {
  width: 0;
}
.reason-01 .reason-area .reason-item {
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  height: 599px;
  width: calc((100% - 20px) / 2);
}
.reason-01 .reason-area .reason-item.reason-item2 {
  height: 740px;
}
.reason-01 .reason-area .reason-item .title {
  background: #0068b7;
  color: #fff;
  font-size: 24px;
  padding: 15px;
  text-align: center;
}
.reason-01 .reason-area .reason-item .title span {
  position: relative;
}
.reason-01 .reason-area .reason-item .title span::before {
  content: "※";
  font-size: 14px;
  position: absolute;
  right: -6px;
  top: -8px;
}
.reason-01 .reason-area .reason-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(32.4 / 18);
  padding: 25px 30px 15px;
}
.reason-01 .reason-area .reason-item .text span {
  position: relative;
}
.reason-01 .reason-area .reason-item .text span::before {
  content: "※";
  font-size: 12px;
  position: absolute;
  right: 3px;
  top: -4px;
}
.reason-01 .reason-area .reason-item .sup {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 30px 25px;
}
.reason-01 .reason-area .reason-item .sup::before {
  content: "※";
}
.reason-01 .reason-area .reason-item2-list {
  font-size: 16.5px;
  font-weight: 700;
  line-height: calc(32.4 / 18);
  margin-left: 1.5em;
  padding: 10px 30px 10px;
  list-style-type: disc;
}
.reason-01 .reason-area .reason-item .image {
  margin-top: auto;
  padding: 0 30px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason-01 .bg {
    background: url("../img/reason/reason01-bg.jpg") no-repeat center top, rgba(230, 232, 229, 1);
    background-size: 143.16vw;
  }
  .reason-01 .reason01-area {
    padding: 11.72vw 0 14.65vw;
  }
  .reason-01 .reason-area span + .reason-item {
    margin-top: 1.95vw;
  }
  .reason-01 .reason-area .reason-item {
    height: 58.5vw;
    width: calc((100% - 1.95vw) / 2);
  }
  .reason-01 .reason-area .reason-item .title {
    font-size: 2.34vw;
    padding: 1.46vw;
  }
  .reason-01 .reason-area .reason-item .title span::before {
    font-size: 1.37vw;
    right: -0.59vw;
    top: -0.78vw;
  }
  .reason-01 .reason-area .reason-item .text {
    font-size: 1.76vw;
    padding: 2.44vw 2.93vw 1.46vw;
  }
  .reason-01 .reason-area .reason-item .text span::before {
    font-size: 1.17vw;
    right: 0.29vw;
    top: -0.39vw;
  }
  .reason-01 .reason-area .reason-item .sup {
    font-size: 1.17vw;
    padding: 0 2.93vw 2.44vw;
  }
  .reason-01 .reason-area .reason-item .image {
    padding: 0 2.93vw 2.93vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .reason-01 .bg {
    background: url("../img/reason/reason01-bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
  .reason-01 .reason01-area {
    display: block;
    padding: 50px 0 65px;
  }
  .reason-01 .reason-area {
    display: block;
  }
  .reason-01 .reason-area .reason-item.reason-item {
    margin-top: 12px;
  }
  .reason-01 .reason-area .reason-item {
    display: block;
    height: auto;
    width: 100%;
  }
  .reason-01 .reason-area .reason-item.reason-item2 {
    height: 100%;
  }
  .reason-01 .reason-area .reason-item .title {
    font-size: 18px;
    padding: 16px 10px;
  }
  .reason-01 .reason-area .reason-item .title span::before {
    font-size: 12px;
    right: -6px;
    top: -8px;
  }
  .reason-01 .reason-area .reason-item .text {
    font-size: 16px;
    line-height: calc(28.8 / 16);
    padding: 12px 15px 10px;
  }
  .reason-01 .reason-area .reason-item .text span::before {
    top: -8px;
  }
  .reason-01 .reason-area .reason-item .sup {
    padding: 0 15px 12px;
  }
  .reason-01 .reason-area .reason-item .image {
    padding: 0 15px 15px;
  }
}
/* ---------------------------------------------------------------------------
//  reason-02
--------------------------------------------------------------------------- */
.reason-02 .read {
  color: #1d364f;
  font-size: 18px;
  line-height: calc(29 / 18);
  margin-bottom: 127px;
  text-align: center;
}
.flow-list {
  display: flex;
  /*gap: 20px;*/
}
.flow-list .list {
  background: #126db2;
  color: #126db2;
  display: flex;
  justify-content: center;
  padding: 170px 0 25px;
  position: relative;
  width: calc((100% - 60px) / 4);
}
.flow-list .list + .list {
  margin-left: 20px;
}
.flow-list .list::before {
  background: url("../img/reason/arrow01.svg") no-repeat center;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 98px;
  margin: auto;
  position: absolute;
  right: -20px;
  top: 0;
  width: 27px;
}
.flow-list .list:nth-of-type(even) {
  background: #3f80ac;
  color: #3f80ac;
}
.flow-list .list:nth-of-type(even):before {
  background: url("../img/reason/arrow02.svg") no-repeat center;
  background-size: contain;
}
.flow-list .list:last-of-type:before {
  display: none;
}
.flow-list .list01::after {
  background: url("../img/reason/flow01.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 76px;
  width: 80px;
}
.flow-list .list02::after {
  background: url("../img/reason/flow02.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 65px;
  left: 0;
  margin: auto;
  position: absolute;
  right: -10px;
  top: 85px;
  width: 65px;
}
.flow-list .list03::after {
  background: url("../img/reason/flow03.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 76px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 79px;
  width: 76px;
}
.flow-list .list04::after {
  background: url("../img/reason/flow04.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 76px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 80px;
  width: 69px;
}
.flow-list .list .title-area {
  align-items: center;
  background: #fff;
  border: solid 2px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  height: 134px;
  justify-content: center;
  left: 0;
  line-height: calc(26 / 20);
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -67px;
  width: 134px;
}
.flow-list .list .title-area .step {
  align-items: center;
  background: #126db2;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 23px;
  justify-content: center;
  margin-bottom: 7px;
  width: 68px;
}
.flow-list .list:nth-of-type(even) .title-area .step {
  background: #3f80ac;
}
.flow-list .list .title-area .step span {
  font-size: 20px;
  position: relative;
  top: -1px;
}
.flow-list .list .text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(28.8 / 15);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason-02 .read {
    font-size: 1.76vw;
    margin-bottom: 12.4vw;
  }
  .flow-list .list {
    padding: 16.6vw 0 2.44vw;
    width: calc((100% - 5.86vw) / 4);
  }
  .flow-list .list + .list {
    margin-left: 1.95vw;
  }
  .flow-list .list::before {
    background: url("../img/reason/arrow01.svg") no-repeat center;
    background-size: contain;
    height: 9.57vw;
    right: -1.95vw;
    width: 2.64vw;
  }
  .flow-list .list:nth-of-type(even):before {
    background: url("../img/reason/arrow02.svg") no-repeat center;
    background-size: contain;
  }
  .flow-list .list01::after {
    background: url("../img/reason/flow01.svg") no-repeat center;
    background-size: contain;
    height: 7.81vw;
    top: 7.42vw;
    width: 7.81vw;
  }
  .flow-list .list02::after {
    background: url("../img/reason/flow02.svg") no-repeat center;
    background-size: contain;
    height: 6.35vw;
    right: -0.98vw;
    top: 8.3vw;
    width: 6.35vw;
  }
  .flow-list .list03::after {
    background: url("../img/reason/flow03.svg") no-repeat center;
    background-size: contain;
    height: 7.42vw;
    top: 7.71vw;
    width: 7.42vw;
  }
  .flow-list .list04::after {
    background: url("../img/reason/flow04.svg") no-repeat center;
    background-size: contain;
    height: 7.42vw;
    margin: auto;
    top: 7.81vw;
    width: 6.74vw;
  }
  .flow-list .list .title-area {
    font-size: 1.95vw;
    height: 13.09vw;
    top: -6.54vw;
    width: 13.09vw;
  }
  .flow-list .list .title-area .step {
    border-radius: 0.49vw;
    font-size: 1.37vw;
    height: 2.25vw;
    margin-bottom: 0.68vw;
    width: 6.64vw;
  }
  .flow-list .list .title-area .step span {
    font-size: 1.95vw;
    top: -0.1vw;
  }
  .flow-list .list .text {
    font-size: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .reason-02 .read {
    margin-bottom: 85px;
  }
  .flow-list {
    display: block;
    padding: 0 10px;
  }
  .flow-list .list + .list {
    margin-left: 0;
    margin-top: 92px;
  }
  .flow-list .list {
    padding: 150px 10px 15px;
    width: 100%;
  }
  .flow-list .list::before {
    background: url("../img/reason/arrow01_sp.svg") no-repeat center;
    background-size: contain;
    bottom: -26px;
    height: 27px;
    left: 0;
    right: 0;
    top: inherit;
    width: 98px;
  }
  .flow-list .list:nth-of-type(even):before {
    background: url("../img/reason/arrow02_sp.svg") no-repeat center;
    background-size: contain;
  }
  .flow-list .list01::after {
    height: 75px;
    top: 65px;
    width: 75px;
  }
  .flow-list .list02::after {
    height: 65px;
    top: 70px;
    width: 65px;
  }
  .flow-list .list03::after {
    height: 73px;
    top: 67px;
    width: 73px;
  }
  .flow-list .list04::after {
    height: 71px;
    top: 70px;
    width: 64px;
  }
  .flow-list .list .title-area {
    font-size: 18px;
    height: 120px;
    line-height: calc(23 / 18);
    top: -60px;
    width: 120px;
  }
  .flow-list .list .text {
    line-height: calc(27 / 15);
  }
}
/* ---------------------------------------------------------------------------
//  404
--------------------------------------------------------------------------- */
.section-404 {
  background: url("../img/common/bg-404NN.jpg") no-repeat center;
  background-size: 1403px;
}
.section-404 .notfound-area {
  height: 552px;
  padding-top: 70px;
  text-align: center;
}
.section-404 .notfound-area .title {
  color: #06278e;
  font-size: 70px;
  margin-bottom: 40px;
}
.section-404 .notfound-area .text {
  color: #06278e;
  font-size: 25px;
  line-height: calc(45 / 25);
  margin-bottom: 45px;
}
.section-404 .notfound-area .btn {
  align-items: center;
  background: #0068b7;
  border: solid 2px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 51px;
  justify-content: center;
  margin: 60px auto 0;
  transition: 0.2s;
  width: 335px;
}
.section-404 .notfound-area .btn::after {
  background: url("../img/common/icon-arrow03.svg") no-repeat center;
  background-size: 14px;
  content: "";
  height: 15px;
  margin-left: 11px;
  transition: 0.2s;
  width: 15px;
}
@media (any-hover: hover) {
  .section-404 .notfound-area .btn:hover {
    background: #fff;
    color: #0068b7;
  }
  .section-404 .notfound-area .btn:hover:after {
    margin-left: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-404 {
    background: url("../img/common/bg-404NN.jpg") no-repeat center;
    background-size: 137.01vw;
  }
  .section-404 .notfound-area {
    height: 53.91vw;
    padding-top: 6.84vw;
  }
  .section-404 .notfound-area .title {
    font-size: 6.84vw;
    margin-bottom: 3.91vw;
  }
  .section-404 .notfound-area .text {
    font-size: 2.44vw;
    margin-bottom: 4.39vw;
  }
  .section-404 .notfound-area .btn {
    font-size: 1.56vw;
    height: 4.98vw;
    margin: 5.86vw auto 0;
    width: 32.71vw;
  }
  .section-404 .notfound-area .btn::after {
    background: url("../img/common/icon-arrow03.svg") no-repeat center;
    background-size: 1.37vw;
    height: 1.46vw;
    margin-left: 1.07vw;
    width: 1.46vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .section-404 {
    background: url("../img/common/bg-404_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .section-404 .notfound-area {
    height: auto;
    padding-bottom: 110px;
    padding-top: 60px;
  }
  .section-404 .notfound-area .title {
    font-size: 58px;
    margin-bottom: 25px;
  }
  .section-404 .notfound-area .text {
    font-size: 18px;
    line-height: calc(32.4 / 18);
    margin-bottom: 40px;
    white-space: nowrap;
  }
  .section-404 .notfound-area .btn {
    font-size: 16px;
    height: 78px;
    margin-top: 25px;
    position: relative;
    width: 315px;
  }
  .section-404 .notfound-area .btn::after {
    background: url("../img/common/icon-arrow03_sp.svg") no-repeat center;
    background-size: 16px;
    bottom: 0;
    height: 19px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    right: 27px;
    top: 0;
    width: 17px;
  }
}
/* ---------------------------------------------------------------------------
//  forSP.forPC
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .add-break .forSP {
    display: none;
  }
}
@media only screen and (max-width: 767.9px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}

#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  z-index: 99999;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #d6e7f4;
  border-top-color: #60aae5;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.percent {
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
}
