@charset "UTF-8";
/*変数設定用*/
/*fontfamily-style
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none !important;
  }
}
html {
  height: 100%;
}
@media screen and (max-width: 767px) {
  html.active {
    overflow: hidden;
  }
}
html#wp-no {
  margin-top: 0 !important;
}

body {
  /*min-height: 100%;
  display: grid;
   grid-template-rows: 1fr auto;
  &.fixed {
  	position: fixed;
  	width: 100%;
  	overflow: hidden;
  }*/
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.fw700 {
  font-weight: 700;
}

.wrap-box {
  position: relative;
  width: 100%;
  color: #000;
}
.wrap-box header {
  width: 100%;
}
.wrap-box header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 0 40px 56px;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner {
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 7%;
    padding: 5% 0 0 5%;
  }
}
.wrap-box header .header-inner h1 {
  width: 364px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner h1 {
    width: 204px;
  }
}
.wrap-box header .header-inner p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner p {
    font-size: 1.1rem;
  }
}
.wrap-box header .header-inner .official-sns-box {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box {
    display: none;
    width: 60%;
    margin: 0 auto;
  }
}
.wrap-box header .header-inner .official-sns-box p {
  font-size: 1.45rem;
  color: #01b2ac;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box p {
    font-size: 2.3rem;
    text-align: center;
  }
}
.wrap-box header .header-inner .official-sns-box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box ul {
    width: 60%;
    margin: 0 auto;
  }
}
.wrap-box header .header-inner .official-sns-box ul li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .wrap-box header .header-inner .official-sns-box ul li {
    width: 40%;
  }
}
.wrap-box header .nav-box {
  position: relative;
  width: 100%;
  background: #000;
}
.wrap-box header .nav-box .nav-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner {
    display: none;
    max-width: 100%;
  }
}
.wrap-box header .nav-box .nav-inner ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
.wrap-box header .nav-box .nav-inner ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.wrap-box header .nav-box .nav-inner ul li:first-of-type a:before {
  background: url(../img/common/nav_icon_01.png) no-repeat left center;
  background-size: contain;
}
.wrap-box header .nav-box .nav-inner ul li:nth-of-type(2) a:before {
  background: url(../img/common/nav_icon_02.png) no-repeat left center;
  background-size: contain;
}
.wrap-box header .nav-box .nav-inner ul li:nth-of-type(3) a:before {
  background: url(../img/common/nav_icon_03.png) no-repeat left center;
  background-size: contain;
}
.wrap-box header .nav-box .nav-inner ul li:nth-of-type(4) a:before {
  background: url(../img/common/nav_icon_04.png) no-repeat left center;
  background-size: contain;
}
.wrap-box header .nav-box .nav-inner ul li:last-of-type a:before {
  background: url(../img/common/nav_icon_05.png) no-repeat left center;
  background-size: contain;
}
.wrap-box header .nav-box .nav-inner ul li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 14px 0 14px 54px;
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul li a {
    width: 100%;
    font-size: 1.8rem;
  }
}
.wrap-box header .nav-box .nav-inner ul li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 39px;
  height: 46px;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap-box header .nav-box .nav-inner ul li a:after {
    position: absolute;
    bottom: 0;
    left: 42px;
    width: calc(100% - 42px);
    height: 1px;
    content: "";
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .fixed .wrap-box header .nav-box {
    padding-top: 5%;
  }
}
.is-fixed .wrap-box header .nav-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 30px;
  z-index: 90;
}
.wrap-box header .support {
  position: absolute;
  top: -27px;
  right: 50%;
  width: 142px;
  height: 142px;
  transform: translateX(550px);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .wrap-box header .support {
    position: fixed;
    top: 70px;
    right: 0;
    width: 80px;
    height: auto;
    transform: translateX(0);
  }
}
.wrap-box header .support a {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #231815;
  line-height: 1;
  text-align: center;
  padding: 4px 10px 15px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wrap-box header .support a {
    font-size: 1.1rem;
    padding: 7px 0 5px 15px;
    border: 2px solid #000;
    border-right: none;
    border-radius: 9999px 0 0 9999px;
  }
}
.wrap-box header .support a:before {
  display: block;
  width: 51px;
  height: 43px;
  content: "";
  margin: 15px auto 12px;
  background: url(../img/common/icon_support.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wrap-box header .support a:before {
    width: 30px;
    height: 25px;
    margin: 0 auto 5px;
  }
}
.wrap-box header .support a:hover {
  background: #f8fffd;
  opacity: 1;
}
.modaal-noscroll .wrap-box header .support {
  display: none;
}
.wrap-box header .support-popup {
  display: none;
}
.wrap-box .sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    background: #01b2ac;
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu:before {
    position: absolute;
    top: 0;
    left: -27px;
    width: 30px;
    height: 60px;
    content: "";
    background: #01b2ac;
    border-radius: 9999px 0 0 9999px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn {
    /*&:after {
    	@include sp {
    		position: absolute;
    		top: -5px;
    		left: 0;
    		width: 30px;
    		height: 30px;
    		content: '';
    	}
    }*/
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn {
    position: relative;
    display: block;
    width: 57px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line {
    position: absolute;
    left: 40%;
    width: 38px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line1 {
    top: 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line2 {
    top: 27px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wrap-box .sp-menu .menu-btn .line3 {
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line {
    top: 27px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line1 {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line2 {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .wrap-box .sp-menu.is-open .line3 {
    display: none;
  }
}
.modaal-noscroll .wrap-box .sp-menu {
  display: none;
}
.wrap-box .kv-box {
  margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .wrap-box .kv-box {
    margin-bottom: 20%;
  }
}
.wrap-box .kv-box .kv-inner .swiper-box {
  position: relative;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-container {
  margin-bottom: 25px;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-right: 20px;
}
.wrap-box .kv-box .kv-inner .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.wrap-box main .container-box {
  width: 100%;
}
.wrap-box main .container-box#project .contents-inner {
  margin-bottom: 70px;
}
.wrap-box main .container-box .contents-inner {
  max-width: 944px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .contents-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box picture {
    display: block;
    padding: 0 5%;
  }
}
.wrap-box main .container-box .news-box {
  margin-top: -40px;
  padding: 80px 0 50px;
  background: #01b2ac;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box {
    padding: 20% 10%;
  }
}
.wrap-box main .container-box .news-box ul {
  display: flex;
  justify-content: space-between;
  max-width: 1015px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul {
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 7%;
  }
}
.wrap-box main .container-box .news-box ul li {
  width: 32%;
  padding: 15px 10px;
  background: #fff;
  /*&:last-of-type {
    background: none;
  }*/
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li:not(:last-of-type) {
    margin-bottom: 7%;
  }
}
.wrap-box main .container-box .news-box ul li a {
  color: #000;
}
.wrap-box main .container-box .news-box ul li a figure figcaption {
  margin-top: 12px;
}
.wrap-box main .container-box .news-box ul li a figure figcaption span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li a figure figcaption span {
    font-size: 1.4rem;
  }
}
.wrap-box main .container-box .news-box ul li a figure figcaption p {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .news-box ul li a figure figcaption p {
    font-size: 2rem;
  }
}
.wrap-box main .container-box .sns-box {
  margin-bottom: 70px;
  padding: 60px 0 65px;
  background: #99e0de;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box {
    margin-bottom: 10%;
    padding: 12% 7%;
  }
}
.wrap-box main .container-box .sns-box ul {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.wrap-box main .container-box .sns-box ul li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li:first-of-type {
    margin-bottom: 10%;
  }
}
.wrap-box main .container-box .sns-box ul li:first-of-type figure {
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li:first-of-type figure {
    max-width: 75px;
  }
}
.wrap-box main .container-box .sns-box ul li:first-of-type a {
  margin-top: -8px;
  background: #fcda80;
}
.wrap-box main .container-box .sns-box ul li:last-of-type figure {
  position: relative;
  max-width: 317px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li:last-of-type figure {
    max-width: 185px;
  }
}
.wrap-box main .container-box .sns-box ul li:last-of-type a {
  margin-top: -21px;
  background: #fadde5;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li:last-of-type a {
    margin-top: -15px;
  }
}
.wrap-box main .container-box .sns-box ul li a {
  display: block;
  color: #000;
  padding: 24px 0;
  border: 2px solid #000;
  border-radius: 26px;
}
.wrap-box main .container-box .sns-box ul li p {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.wrap-box main .container-box .sns-box ul li dl {
  display: flex;
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li dl {
    padding-left: 7%;
  }
}
.wrap-box main .container-box .sns-box ul li dl dt {
  width: 19%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li dl dt {
    width: 21%;
  }
}
.wrap-box main .container-box .sns-box ul li dl dd {
  width: 71%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li dl dd {
    width: 69%;
  }
}
.wrap-box main .container-box .sns-box ul li dl dd span {
  font-size: 2.3rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .sns-box ul li dl dd span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box {
    margin-bottom: 10%;
  }
}
.wrap-box main .container-box .project-box .ttls {
  max-width: 1010px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box .ttls {
    max-width: 100%;
    margin-bottom: 10%;
  }
}
.wrap-box main .container-box .project-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul {
    max-width: 100%;
    padding: 0 5%;
  }
}
.wrap-box main .container-box .project-box ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 31%;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5%;
  }
}
.wrap-box main .container-box .project-box ul li:first-of-type p:before {
  width: 43px;
  background: url(../img/index/icon_01.png) no-repeat left center;
  background-size: contain;
}
.wrap-box main .container-box .project-box ul li:first-of-type p span {
  width: calc(100% - 43px);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li:nth-of-type(2) figure {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li:nth-of-type(2) p {
    order: 0;
  }
}
.wrap-box main .container-box .project-box ul li:nth-of-type(2) p:before {
  width: 53px;
  background: url(../img/index/icon_02.png) no-repeat left center;
  background-size: contain;
}
.wrap-box main .container-box .project-box ul li:nth-of-type(2) p span {
  width: calc(100% - 53px);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li:nth-of-type(2) p span {
    order: 0;
  }
}
.wrap-box main .container-box .project-box ul li:nth-of-type(3) p:before {
  width: 54px;
  background: url(../img/index/icon_03.png) no-repeat left center;
  background-size: contain;
}
.wrap-box main .container-box .project-box ul li:nth-of-type(3) p span {
  width: calc(100% - 54px);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li:nth-of-type(4) figure {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li:nth-of-type(4) p {
    order: 0;
  }
}
.wrap-box main .container-box .project-box ul li:nth-of-type(4) p:before {
  width: 56px;
  background: url(../img/index/icon_04.png) no-repeat left center;
  background-size: contain;
}
.wrap-box main .container-box .project-box ul li:nth-of-type(4) p span {
  width: calc(100% - 56px);
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li:last-of-type {
    margin-bottom: 0;
  }
}
.wrap-box main .container-box .project-box ul li:last-of-type p:before {
  width: 55px;
  background: url(../img/index/icon_05.png) no-repeat left center;
  background-size: contain;
}
.wrap-box main .container-box .project-box ul li:last-of-type p span {
  width: calc(100% - 55px);
}
.wrap-box main .container-box .project-box ul li figure {
  margin-bottom: 30px;
  padding: 0 44px 0 15px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li figure {
    width: 50%;
    margin-bottom: 0;
    padding: 0 0 0 5%;
  }
}
.wrap-box main .container-box .project-box ul li p {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li p {
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
  }
}
.wrap-box main .container-box .project-box ul li p:before {
  display: inline-block;
  position: relative;
  height: 36px;
  content: "";
}
.wrap-box main .container-box .project-box ul li p span {
  font-size: 1.5rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box .project-box ul li p span {
    width: 100% !important;
    text-align: left;
  }
}
.wrap-box main .container-box#support {
  text-align: center;
  margin-bottom: 30px;
  padding: 55px 0 45px;
  background: #f7c4d3;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support {
    padding: 12% 7% 10%;
  }
}
.wrap-box main .container-box#support .contents-inner h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.wrap-box main .container-box#support .contents-inner .txt1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.wrap-box main .container-box#support .contents-inner .txt2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support .contents-inner .txt2 {
    font-size: 1.4rem;
  }
}
.wrap-box main .container-box#support .contents-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support .contents-inner ul {
    max-width: 100%;
  }
}
.wrap-box main .container-box#support .contents-inner ul li {
  display: flex;
  align-items: center;
  width: 32%;
  padding: 10px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support .contents-inner ul li {
    width: 48%;
  }
}
.wrap-box main .container-box#support .contents-inner ul li p {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support .contents-inner ul li p {
    font-size: 1.4rem;
  }
}
.wrap-box main .container-box#support .contents-inner ul li p span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#support .contents-inner ul li p span {
    font-size: 1.2rem;
  }
}
.wrap-box main .container-box#support .contents-inner a {
  width: fit-content;
  margin: 0 auto;
}
.wrap-box main .container-box#goods {
  padding: 55px 0 45px;
  background: #fcda80;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods {
    padding: 12% 7% 10%;
  }
}
.wrap-box main .container-box#goods .contents-inner {
  max-width: 1070px;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods .contents-inner {
    max-width: 100%;
  }
}
.wrap-box main .container-box#goods .contents-inner dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods .contents-inner dl {
    flex-wrap: wrap;
  }
}
.wrap-box main .container-box#goods .contents-inner dl dt {
  order: 1;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods .contents-inner dl dt {
    width: 100%;
  }
}
.wrap-box main .container-box#goods .contents-inner dl dt ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods .contents-inner dl dt ul {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}
.wrap-box main .container-box#goods .contents-inner dl dt ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods .contents-inner dl dt ul li {
    width: 31%;
  }
}
.wrap-box main .container-box#goods .contents-inner dl dt ul li a {
  display: block;
  height: 120px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods .contents-inner dl dt ul li a {
    height: 100px;
  }
}
.wrap-box main .container-box#goods .contents-inner dl dd {
  order: 0;
  width: 55%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .wrap-box main .container-box#goods .contents-inner dl dd {
    width: 100%;
    margin-bottom: 7%;
    padding-right: 0;
  }
}
.wrap-box main .container-box#goods .contents-inner dl dd p {
  font-size: 1.7rem;
  margin-bottom: 25px;
}
.wrap-box .and-more {
  text-align: center;
}
.wrap-box .and-more a {
  font-size: 1.9rem;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .wrap-box .and-more a {
    font-size: 1.7rem;
  }
}
.wrap-box .btn-link {
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  padding: 5px 25px;
  background: #000;
}
.wrap-box footer {
  position: relative;
  width: 100%;
}
.wrap-box footer .address-box {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 12% 10%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner {
    width: 100%;
  }
}
.wrap-box footer .address-box .address-inner h2 {
  font-size: 2.1rem;
  margin-bottom: 25px;
}
.wrap-box footer .address-box .address-inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wrap-box footer .address-box .address-inner dl dt, .wrap-box footer .address-box .address-inner dl dd {
  font-size: 1.6rem;
}
.wrap-box footer .address-box .address-inner dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner dl dt {
    width: 25%;
  }
}
.wrap-box footer .address-box .address-inner dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner dl dd {
    width: 75%;
  }
}
.wrap-box footer .address-box .address-inner p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .address-inner p {
    margin-bottom: 5%;
  }
}
.wrap-box footer .address-box .map {
  position: relative;
  width: 75%;
  /*padding-top: 56.25%;*/
  padding-top: 31.25%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .address-box .map {
    order: 1;
    width: 100%;
    margin-bottom: 7%;
    padding-top: 100%;
  }
}
.wrap-box footer .address-box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-box footer .copyright-box {
  width: 100%;
  padding: 45px 0 30px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .copyright-box {
    padding: 7% 5% 5%;
  }
}
.wrap-box footer .copyright-box ul {
  display: flex;
  justify-content: space-between;
  max-width: 470px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .wrap-box footer .copyright-box ul {
    max-width: 100%;
  }
}
.wrap-box footer .copyright-box ul li {
  position: relative;
  line-height: 1;
}
.wrap-box footer .copyright-box ul li a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: underline;
}
.wrap-box footer .copyright-box p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.support-popup-inner {
  position: relative;
  padding-top: 55px;
}
.support-popup-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  content: "";
  background: #fcecf0;
}
.support-popup-inner .support-popup1 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 3px solid #f6c4d2;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup1 {
    flex-wrap: wrap;
  }
}
.support-popup-inner .support-popup1 span {
  display: inline-block;
}
.support-popup-inner .support-popup1 span:first-of-type {
  width: 25%;
  padding: 0 5% 0 10%;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup1 span:first-of-type {
    width: 100%;
    text-align: center;
    padding: 0 10% 0 10%;
  }
}
.support-popup-inner .support-popup1 span:last-of-type {
  width: 75%;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup1 span:last-of-type {
    width: 100%;
  }
}
.support-popup-inner .support-popup2 {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup2 {
    flex-wrap: wrap;
  }
}
.support-popup-inner .support-popup2 dt {
  order: 1;
  width: 45%;
  padding: 0 15% 0 5%;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup2 dt {
    width: 100%;
    padding: 0;
  }
}
.support-popup-inner .support-popup2 dd {
  order: 0;
  width: 55%;
  font-size: 1.3rem;
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .support-popup-inner .support-popup2 dd {
    width: 100%;
    margin-bottom: 5%;
    padding-left: 0;
  }
}
.support-popup-inner .support-popup3 {
  font-size: 1.2rem;
  padding: 2.5% 5% 2.5% 10%;
  background: #fcecf0;
}
#about .container-box {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #about .container-box {
    padding: 5% 15% 10%;
  }
}
#about .container-box:before, #about .container-box:after {
  position: absolute;
  top: 0;
  width: 198px;
  height: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  #about .container-box:before, #about .container-box:after {
    width: 23px;
  }
}
#about .container-box:before {
  left: -99px;
  background: url(../img/about/bg_l.jpg) repeat-y left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about .container-box:before {
    left: 0;
    background: url(../img/about/bg_l_sp.jpg) repeat-y left top;
    background-size: cover;
  }
}
#about .container-box:after {
  right: -99px;
  background: url(../img/about/bg_r.jpg) repeat-y left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about .container-box:after {
    right: 0;
    background: url(../img/about/bg_r_sp.jpg) repeat-y left top;
    background-size: cover;
  }
}
#about .contents-inner h2 {
  max-width: 400px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #about .contents-inner h2 {
    max-width: 90%;
    margin-bottom: 7%;
  }
}
#about .contents-inner ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about .contents-inner ul {
    flex-wrap: wrap;
  }
}
#about .contents-inner ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #about .contents-inner ul li {
    width: 100%;
  }
}
#about .contents-inner ul li:first-of-type {
  margin-bottom: 5%;
}
#about .contents-inner h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#about .contents-inner h3 span:first-of-type {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  #about .contents-inner h3 span:first-of-type {
    max-width: 150px;
  }
}
#about .contents-inner h3 span:last-of-type {
  font-size: 1.4rem;
  margin-left: 10px;
}
#about .contents-inner p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#about .contents-inner .btn-link {
  display: block;
  width: fit-content;
  text-decoration: none;
  margin: 0 auto;
  background: #01b2ac;
  border-radius: 5px;
}
#news .container-box {
  position: relative;
  overflow: hidden;
  background: #b5e8e6;
}
#news .container-box .contents-inner {
  max-width: 1100px;
  padding: 100px 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #news .container-box .contents-inner {
    max-width: 90%;
    padding: 5% 5% 10%;
  }
}
#news h2 {
  position: relative;
  margin-bottom: 20px;
}
#news h2 span {
  display: block;
}
#news h2 span:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #news h2 span:first-of-type {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.8ren;
    margin-bottom: 5%;
  }
}
#news h2 span:last-of-type {
  max-width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #news h2 span:last-of-type {
    max-width: 30%;
  }
}
#news .day {
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 50px;
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #news .day {
    margin-bottom: 5%;
  }
}
#news .news-main-box {
  width: 80%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  #news .news-main-box {
    width: 100%;
    margin-bottom: 20%;
  }
}
#news .news-main-box h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #news .news-main-box h3 {
    font-size: 2rem;
    margin-bottom: 5%;
  }
}
#news .news-main-box dl:not(:last-of-type) {
  margin-bottom: 50px;
}
#news .news-main-box dl dt {
  margin-bottom: 10px;
}
#news .news-main-box dl dt figure img {
  margin-bottom: 10px;
}
#news .news-main-box dl dt figure figcaption {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #news .news-main-box dl dt figure figcaption {
    font-size: 1.8rem;
  }
}
#news .news-main-box dl dd {
  font-size: 1.4rem;
}
#news .news-main-box .next-box {
  margin-top: 50px;
}
#news .news-main-box .next-box .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
#news .news-main-box .next-box .text {
  font-size: 1.6rem;
}
#news .news-inquiry {
  width: 80%;
  margin: 0 auto 50px;
  padding-bottom: 120px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #news .news-inquiry {
    width: 100%;
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}
#news .news-inquiry p {
  font-size: 1.8rem;
  font-weight: 700;
}
#news .news-inquiry ul li {
  font-size: 1.6ren;
}
#news .news-inquiry ul li a {
  color: #000;
}
#news .back-to-top {
  display: block;
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #news .back-to-top {
    width: 55%;
  }
}

#privacy .container-box {
  margin: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  #privacy .container-box {
    margin: 15% 0 10%;
    padding: 0 10%;
  }
}
#privacy .contents-inner h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #privacy .contents-inner h2 {
    font-size: 2.4rem;
    margin-bottom: 5%;
  }
}
#privacy .contents-inner p {
  font-size: 1.4rem;
}
#privacy .contents-inner p:not(:last-of-type) {
  margin-bottom: 20px;
}
input[type=date]::-webkit-date-and-time-value {
  padding: 10px;
  text-align: left !important;
  border-radius: 3px;
}/*# sourceMappingURL=style.css.map */