* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-size: 1.3333333333vw;
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.noscroll .p-header {
  transform: translateY(0);
}
body {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
	display: grid;
	height:auto !important;
  -webkit-font-smoothing: antialiased;
	overflow: hidden;
	background: url(/images/body_bk.jpg) repeat;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
	position: relative;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
ol, ul, dl {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
b, strong, .bold {
  font-weight: 700;
}
a {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
	text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[hidden] {
  display: none !important;
}

main{
	position: relative;
}

.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.container {
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}
.inner {
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}

.full-image{
	padding-top: 4rem;
}

.full-image2 {
  max-width: 55%;
	height: auto;
  margin: 3.125rem auto;
  display: block;
}

.reborn{
	font-feature-settings: "pkna" 1;
}

.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-5 {
  margin: .5rem !important;
}
.mt-5, .my-5 {
  margin-top: .5rem !important;
}
.mr-5, .mx-5 {
  margin-right: .5rem !important;
}
.mb-5, .my-5 {
  margin-bottom: .5rem !important;
}
.ml-5, .mx-5 {
  margin-left: .5rem !important;
}
.m-10 {
  margin: 1rem !important;
}
.mt-10, .my-10 {
  margin-top: 1rem !important;
}
.mr-10, .mx-10 {
  margin-right: 1rem !important;
}
.mb-10, .my-10 {
  margin-bottom: 1rem !important;
}
.ml-10, .mx-10 {
  margin-left: 1rem !important;
}
.m-20 {
  margin: 2rem !important;
}
.mt-20, .my-20 {
  margin-top: 2rem !important;
}
.mr-20, .mx-20 {
  margin-right: 2rem !important;
}
.mb-20, .my-20 {
  margin-bottom: 2rem !important;
}
.ml-20, .mx-20 {
  margin-left: 2rem !important;
}
.m-30 {
  margin: 3rem !important;
}
.mt-30, .my-30 {
  margin-top: 3rem !important;
}
.mr-30, .mx-30 {
  margin-right: 3rem !important;
}
.mb-30, .my-30 {
  margin-bottom: 3rem !important;
}
.ml-30, .mx-30 {
  margin-left: 3rem !important;
}
.m-40 {
  margin: 4rem !important;
}
.mt-40, .my-40 {
  margin-top: 4rem !important;
}
.mr-40, .mx-40 {
  margin-right: 4rem !important;
}
.mb-40, .my-40 {
  margin-bottom: 4rem !important;
}
.ml-40, .mx-40 {
  margin-left: 4rem !important;
}
.m-50 {
  margin: 5rem !important;
}
.mt-50, .my-50 {
  margin-top: 5rem !important;
}
.mr-50, .mx-50 {
  margin-right: 5rem !important;
}
.mb-50, .my-50 {
  margin-bottom: 5rem !important;
}
.ml-50, .mx-50 {
  margin-left: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: .5rem !important;
}
.pt-5, .py-5 {
  padding-top: .5rem !important;
}
.pr-5, .px-5 {
  padding-right: .5rem !important;
}
.pb-5, .py-5 {
  padding-bottom: .5rem !important;
}
.pl-5, .px-5 {
  padding-left: .5rem !important;
}
.p-10 {
  padding: 1rem !important;
}
.pt-10, .py-10 {
  padding-top: 1rem !important;
}
.pr-10, .px-10 {
  padding-right: 1rem !important;
}
.pb-10, .py-10 {
  padding-bottom: 1rem !important;
}
.pl-10, .px-10 {
  padding-left: 1rem !important;
}
.p-20 {
  padding: 2rem !important;
}
.pt-20, .py-20 {
  padding-top: 2rem !important;
}
.pr-20, .px-20 {
  padding-right: 2rem !important;
}
.pb-20, .py-20 {
  padding-bottom: 2rem !important;
}
.pl-20, .px-20 {
  padding-left: 2rem !important;
}
.p-30 {
  padding: 3rem !important;
}
.pt-30, .py-30 {
  padding-top: 3rem !important;
}
.pr-30, .px-30 {
  padding-right: 3rem !important;
}
.pb-30, .py-30 {
  padding-bottom: 3rem !important;
}
.pl-30, .px-30 {
  padding-left: 3rem !important;
}
.p-40 {
  padding: 4rem !important;
}
.pt-40, .py-40 {
  padding-top: 4rem !important;
}
.pr-40, .px-40 {
  padding-right: 4rem !important;
}
.pb-40, .py-40 {
  padding-bottom: 4rem !important;
}
.pl-40, .px-40 {
  padding-left: 4rem !important;
}
.p-50 {
  padding: 5rem !important;
}
.pt-50, .py-50 {
  padding-top: 5rem !important;
}

.pr-50, .px-50 {
  padding-right: 5rem !important;
}
.pb-50, .py-50 {
  padding-bottom: 5rem !important;
}
.py-150 {
  padding-bottom: 15rem !important;
}
.pl-50, .px-50 {
  padding-left: 5rem !important;
}
.m-n5 {
  margin: -0.5rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -0.5rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -0.5rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -0.5rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -0.5rem !important;
}
.m-n10 {
  margin: -1rem !important;
}
.mt-n10, .my-n10 {
  margin-top: -1rem !important;
}
.mr-n10, .mx-n10 {
  margin-right: -1rem !important;
}
.mb-n10, .my-n10 {
  margin-bottom: -1rem !important;
}
.ml-n10, .mx-n10 {
  margin-left: -1rem !important;
}
.m-n20 {
  margin: -2rem !important;
}
.mt-n20, .my-n20 {
  margin-top: -2rem !important;
}
.mr-n20, .mx-n20 {
  margin-right: -2rem !important;
}
.mb-n20, .my-n20 {
  margin-bottom: -2rem !important;
}
.ml-n20, .mx-n20 {
  margin-left: -2rem !important;
}
.m-n30 {
  margin: -3rem !important;
}
.mt-n30, .my-n30 {
  margin-top: -3rem !important;
}
.mr-n30, .mx-n30 {
  margin-right: -3rem !important;
}
.mb-n30, .my-n30 {
  margin-bottom: -3rem !important;
}
.ml-n30, .mx-n30 {
  margin-left: -3rem !important;
}
.m-n40 {
  margin: -4rem !important;
}
.mt-n40, .my-n40 {
  margin-top: -4rem !important;
}
.mr-n40, .mx-n40 {
  margin-right: -4rem !important;
}
.mb-n40, .my-n40 {
  margin-bottom: -4rem !important;
}
.ml-n40, .mx-n40 {
  margin-left: -4rem !important;
}
.m-n50 {
  margin: -5rem !important;
}
.mt-n50, .my-n50 {
  margin-top: -5rem !important;
}
.mr-n50, .mx-n50 {
  margin-right: -5rem !important;
}
.mb-n50, .my-n50 {
  margin-bottom: -5rem !important;
}
.ml-n50, .mx-n50 {
  margin-left: -5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.w-50{
	width: 50%;
}
.btn, .btn-basic {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn:focus, .btn-basic:focus, .btn.focus, .focus.btn-basic {
  outline: 0;
}
.btn.disabled, .disabled.btn-basic, .btn:disabled, .btn-basic:disabled {
  opacity: .6;
}
.btn:not(:disabled):not(.disabled), .btn-basic:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-basic {
  height: 11.5rem;
  background-color: #4fa4c8;
  font-size: 4.6rem;
  color: #fff;
  width: 100%;
}
.btn-basic::before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  background: url(/images/common/icon_arrow_circle.png) no-repeat center/contain;
  margin-right: 1.4rem;
}
.p-header {
  height: 7rem;
  width: 100%;
  position: fixed;
	top: 0;
	align-items: center !important;
  color: #222222;
  background: #fff;
  z-index: 9999;
  font-weight: bold;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.08);
}
.p-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 80px; */
  padding: 0 4rem;
  height: 100%;
}

.p-header__logo{
	margin-left: 16rem;
}

.p-header__logo a img {
  /* margin-top: -1.5rem; */
}
.p-header__logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-header-menu{
	margin-right: 14rem;
  font-size: 0;
}

.p-header-menu__anchor {
  color: #222222;
/*  display: flex;
	align-items: center ;
  flex-direction: column;*/
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
	text-align: center;
}

.p-header-menu__anchor .en {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}

.p-header-menu__anchor .jp {
	font-size: 1rem;
	letter-spacing: 0.2rem;
	display: block;
}

.menu-btn {
    position: fixed;
    top: 0;
    left: 20px;
    display: flex;
    height: 10rem;
    width: 36px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #222;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}
@media screen and (max-width: 769px) {
  .hamburger-menu.sp {
    display: block !important;
  }
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(35deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-35deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background: url(/images/body_bk.jpg) repeat;
		background-size: cover;
    transition: all 0.5s;/*アニメーション設定*/
}
.en {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1;
}

.jp {
	font-size: 2.5rem;
	letter-spacing: 0.2rem;
}
.menu-content ul {
    padding: 70px 10px 0;
		width: 70%;
		margin: 3rem auto 0 auto;
		text-align: center;
}
.menu-content ul li {
    list-style: none;
		margin: 3rem;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
/*.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 16px;
}*/
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.menu-content-logo{
	display: block;
	margin: 0 auto 3rem auto;
}

.icon_floating_sp{
	position: absolute;
	right: 8px;
  top: 5px;
}

.icon_floating_sp img{
	width: auto;
	height: calc(10rem - 10px);
}








/*.hamburger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 4.2rem;
  z-index: 1100;
}
.hamburger-box.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger-box.is-active .hamburger-inner:before {
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
  top: 0;
}
.hamburger-box.is-active .hamburger-inner:after {
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .12s;
  transform: rotate(-90deg);
  bottom: 0;
}
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:after, .hamburger-inner:before, .hamburger-inner {
  width: 7.2rem;
  height: .4rem;
  background-color: #222222;
  transition: transform .15s ease;
}
.hamburger-inner {
  position: relative;
  display: block;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger-inner:before {
  position: absolute;
  top: -1.9rem;
  transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger-inner:after {
  position: absolute;
  bottom: -1.9rem;
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}*/

.p-footer {
  padding: 5rem 0 2rem 0;
	top: 10rem;
	bottom: 0 !important;
  z-index: 50;
	text-align: center;
}

.footer_banner .inner {
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 10px;
}

.footer_banner{
  display: flex;
  justify-content: space-between;
	align-content: center;
  padding-bottom: 60px;
}

.footer_banner img {
  width: 200px;
	margin: 0 2rem;
}

.p-footer-menu {
  width: 70%;
  margin: 0 auto;
	padding: 2rem 0;
}
.p-footer-menu__anchor {
  /* font-size: 16px; */
  font-size: 1.8rem !important;
  color: #222222 !important;
  text-decoration: none;
  border: none;
  font-weight: bold;
  /* margin-right: 20px; */
}
.p-footer-menu__item {
  /* margin-top: 20px; */
  width: 33.333%;
	margin: 2.8rem auto;
	text-align: center;
}
.p-footer__logo {
  width: 33.333%;
}
  .p-footer__logo img {
    /* width: 60%; */
    width: 22rem;
    height: auto;
  }

#page-top {
  position: fixed;
  z-index: 100;
  right: 4rem;
  bottom: 4rem;
  width: 6.5rem;
  cursor: pointer;
}

#page-top img {
	width: 100%;
	height: auto;
}

.p-footer-bnr {
  display: none;
}
/*.p-footer-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}*/
.p-footer-social {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* width: 20%; */
  width: 33.333%;
	margin: 0 auto;
  /* margin: 10px 27px 0 27px; */
}
.p-footer-social__item {
  margin: 0 1.3rem;
}
.p-footer-social__item img {
  /* width: 30px; */
  width: 3rem;
  height: auto;
}
.p-footer-social__item a {
  transition: all .25s ease-in-out;
  /* margin: .5rem 0 0; */
  margin: 0;
  display: flex;
  align-items: center;
}
.p-footer-social__item a:hover {
  opacity: .8;
}
.p-footer-copyright {
  text-align: center;
  /* font-size: 12px; */
  font-size: clamp(16px, 2.2rem, 18px);
  margin-top: 3rem;
}

.table-style {
  width: 100%;
}
.table-style__row {
  border-bottom: 1px solid #88a5ad;
}
.table-style__row:last-child {
  border-bottom: 0;
}
.table-style__col {
  flex: 1;
}
.table-style__col.table-style__col--head {
  color: #4fa4c8;
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.table-style__col > p, .table-style__col .table-style__item {
  margin-bottom: 5rem;
}
.table-style__col > p:last-child, .table-style__col .table-style__item:last-child {
  margin-bottom: 0;
}
.table-style__item > p {
  margin-bottom: 3rem;
}
.table-style__item > p:last-child {
  margin-bottom: 0;
}
.table-style__item .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.table-style__anchor {
  color: #4fa4c8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.table-style__body {
  margin-top: 2.5rem;
}
.table-style__body p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.table-style__body .small {
  font-size: small;
}
.table-inline {
  table-layout: fixed;
  margin: 0 auto 4rem;
}
.table-inline th, .table-inline td {
  border: 1px solid #222222;
  font-size: 2.3rem;
  min-width: 12.9rem;
  padding: .5rem 1rem;
  text-align: center;
}
.table-inline th {
  background-color: #4fa4c8;
  color: #fff;
}
.table-inline td {
  background-color: #e5edef;
}
.table-center__content .btn-basic {
  margin-top: 2.5rem;
}
.sec-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	align-self: flex-start;
  position: relative;
  padding-bottom: 3.7rem;
}

.sec-ttl img{
	width: auto;
	height: auto !important;
}


/*.sec-ttl::before {
  	content: "";
	width: 3.7rem;
	height: 5.8rem;
	position: absolute;
	top: 0;
	left: calc(50% - 1.1rem);
	background: url(/images/common/icon_ttl.png) no-repeat center/contain; 
}*/
.p-news {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
	margin: 0.7rem auto 8rem auto;
}
.p-news-list__item:not(:last-child) {
  margin-bottom: 100px;
}
.p-news-list__item a {
  transition: all .15s ease-in-out;
  padding-bottom: 0;
}
.p-news-list__item a span:hover {
  border-bottom: solid 1px #000;
  opacity: .75;
}
.news-list:last-of-type {
  margin-bottom: 70px;
}
.news-list_all{
	border: solid 1px #000;
	margin: 10rem auto;
	padding: 4rem 8rem;
	width: 100%;
}

.news-list_all li{
	margin-bottom: 4rem;
	border-bottom: solid 1px #000;
	font-size: 2rem;
	padding-bottom: 2rem;
}
.news-list_all li a{
	font-size: 2rem;
	/* margin-top: -1rem; */
	display: inline-block;
}
.p-news-detail {
  display: flex;
	margin: -50px auto 0px auto;
	width: 90%;
	text-align: center;
}
.p-news-detail-all {
  text-align: left;
}

.p-news-detail__date {
  font-weight: 600;
  padding-bottom: 28px;
	text-align: left;
	/* width: 150px !important; */
  width: 21rem;
	white-space: nowrap;
	font-feature-settings: "pkna" 1;
	color: #5a5a5a;
}
.p-news-detail__ttl {
  font-weight: bold;
  margin-bottom: 60px;
	text-align: left;
  width: 100%;
	color: #222222;
}

.p-news-detail__ttl a:hover{
	border-bottom: solid 1px #222222;
}

.p-news-detail__txt {
  max-width: 895px;
	color: #222222;
	font-size: 1.5rem;
	line-height: 3rem;
}

.p-news-detail__txt a u{
	text-decoration: none;
	border-bottom: solid 1px #222222;
	padding-bottom: 1px;
}

.p-features{
	margin-bottom: -150px;
}

.p-features img{
	max-width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.p-features__des {
  max-width: 85%;
  font-size: 16px;
  font-weight: normal;
	color: #222222;
	margin: 0 auto;
	text-align: center;
}
.p-features__des__txt {
	width: 90%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
	background: #fff;
	padding: 3rem;
	line-height: 4rem;
}
@media (max-width: 767px) {
  .p-features__des__txt {
    line-height: 6rem;
  }
}

.p-features__des__txt:last-of-type{
	margin-bottom: 0;
}

.p-features__ttl {
	font-weight: 100;
  color: #000;
  font-size: 3.8rem;
	display: block;
}

.p-features__image:not(:last-child) {
  margin-bottom: 0;
}

.p-features__txt {
  font-size: 34px;
}

.p-features__txt span{
	display: block;
	margin: 0 auto;
}
.p-features__txt:not(:last-child) {
  margin-bottom: 6rem;
}

.p-bg-inner {
  font-size: 18px;
	padding: 4rem 8rem;
}

.p-bg-inner-in{
	margin: 8rem auto 14rem auto;
	padding: 4rem 0 !important;
	border: solid 1px #000;
}

.inline-block {
  display: inline-block;
}
.mainvisual {
  padding-bottom: 5.625rem ;
	margin-top: 0;
	background: #fff;
}

.mainvisual img{
	width: 75%;
	height: auto;
  margin: 5.5rem auto;
  display: block;
	padding-bottom:2.8rem;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	}

.mainvisual2{
	margin-top: 7rem;
	text-align: center;
}

.mainvisual2 img{
  margin: 0 auto;
  display: block;
	padding: 0;
	}

.parrlax-target {
  position: relative;
}
.p-content {
  padding: 5rem 0 21rem;
}
.note-txt {
  /*	display: flex; */
}
.note-txt::before {
  content: "※";
}
.circle-first {
  display: flex;
}
.circle-first::before {
  content: "○";
}
.note-box {
  background-color: #e5edef;
  margin-bottom: 3.6rem;
  padding: 3.8rem;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: .75;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-dots {
  position: absolute;
  bottom: -4rem;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 .2rem;
  padding: 0;
  text-align: center;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.slick-dots li button {
	border: 0;
	background: rgba(0,0,0,0);
	display: block;
	height: .7rem;
	width: .7rem;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: rgba(0,0,0,0);
	padding: 0;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: .75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.coming_soon {
  max-width: 300px;
  width: 100%;
  padding: 15rem 0 22rem 0;
  margin: 0 auto 4.6875rem;
}
/*.end {
  position: relative;
}
.end_img {
  position: absolute;
  width:100%;
  top:-10%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
*/
.end_img {
  position: absolute;
  z-index: 99;
  background-color: rgba(176, 176, 176, 0.7);
  width:100%;
	height: 100%;
  top:0%;
	padding: 20px 3%;
  left: 0%;
  margin: 0;
  display: none;
}

.end_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	width: 20%;
	height: auto;
}
.end .end_img {
  display: block;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-5 {
    margin: .5rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: .5rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: .5rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: .5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .mt-sm-10, .my-sm-10 {
    margin-top: 1rem !important;
  }
  .mr-sm-10, .mx-sm-10 {
    margin-right: 1rem !important;
  }
  .mb-sm-10, .my-sm-10 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-10, .mx-sm-10 {
    margin-left: 1rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .mt-sm-20, .my-sm-20 {
    margin-top: 2rem !important;
  }
  .mr-sm-20, .mx-sm-20 {
    margin-right: 2rem !important;
  }
  .mb-sm-20, .my-sm-20 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-20, .mx-sm-20 {
    margin-left: 2rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .mt-sm-30, .my-sm-30 {
    margin-top: 3rem !important;
  }
  .mr-sm-30, .mx-sm-30 {
    margin-right: 3rem !important;
  }
  .mb-sm-30, .my-sm-30 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-30, .mx-sm-30 {
    margin-left: 3rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .mt-sm-40, .my-sm-40 {
    margin-top: 4rem !important;
  }
  .mr-sm-40, .mx-sm-40 {
    margin-right: 4rem !important;
  }
  .mb-sm-40, .my-sm-40 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-40, .mx-sm-40 {
    margin-left: 4rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .mt-sm-50, .my-sm-50 {
    margin-top: 5rem !important;
  }
  .mr-sm-50, .mx-sm-50 {
    margin-right: 5rem !important;
  }
  .mb-sm-50, .my-sm-50 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-50, .mx-sm-50 {
    margin-left: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-5 {
    padding: .5rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: .5rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: .5rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: .5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .pt-sm-10, .py-sm-10 {
    padding-top: 1rem !important;
  }
  .pr-sm-10, .px-sm-10 {
    padding-right: 1rem !important;
  }
  .pb-sm-10, .py-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-10, .px-sm-10 {
    padding-left: 1rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .pt-sm-20, .py-sm-20 {
    padding-top: 2rem !important;
  }
  .pr-sm-20, .px-sm-20 {
    padding-right: 2rem !important;
  }
  .pb-sm-20, .py-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-20, .px-sm-20 {
    padding-left: 2rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .pt-sm-30, .py-sm-30 {
    padding-top: 3rem !important;
  }
  .pr-sm-30, .px-sm-30 {
    padding-right: 3rem !important;
  }
  .pb-sm-30, .py-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-30, .px-sm-30 {
    padding-left: 3rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .pt-sm-40, .py-sm-40 {
    padding-top: 4rem !important;
  }
  .pr-sm-40, .px-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-40, .py-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-40, .px-sm-40 {
    padding-left: 4rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .pt-sm-50, .py-sm-50 {
    padding-top: 5rem !important;
  }
  .pr-sm-50, .px-sm-50 {
    padding-right: 5rem !important;
  }
  .pb-sm-50, .py-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-50, .px-sm-50 {
    padding-left: 5rem !important;
  }
  .m-sm-n5 {
    margin: -0.5rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n10 {
    margin: -1rem !important;
  }
  .mt-sm-n10, .my-sm-n10 {
    margin-top: -1rem !important;
  }
  .mr-sm-n10, .mx-sm-n10 {
    margin-right: -1rem !important;
  }
  .mb-sm-n10, .my-sm-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n10, .mx-sm-n10 {
    margin-left: -1rem !important;
  }
  .m-sm-n20 {
    margin: -2rem !important;
  }
  .mt-sm-n20, .my-sm-n20 {
    margin-top: -2rem !important;
  }
  .mr-sm-n20, .mx-sm-n20 {
    margin-right: -2rem !important;
  }
  .mb-sm-n20, .my-sm-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n20, .mx-sm-n20 {
    margin-left: -2rem !important;
  }
  .m-sm-n30 {
    margin: -3rem !important;
  }
  .mt-sm-n30, .my-sm-n30 {
    margin-top: -3rem !important;
  }
  .mr-sm-n30, .mx-sm-n30 {
    margin-right: -3rem !important;
  }
  .mb-sm-n30, .my-sm-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n30, .mx-sm-n30 {
    margin-left: -3rem !important;
  }
  .m-sm-n40 {
    margin: -4rem !important;
  }
  .mt-sm-n40, .my-sm-n40 {
    margin-top: -4rem !important;
  }
  .mr-sm-n40, .mx-sm-n40 {
    margin-right: -4rem !important;
  }
  .mb-sm-n40, .my-sm-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n40, .mx-sm-n40 {
    margin-left: -4rem !important;
  }
  .m-sm-n50 {
    margin: -5rem !important;
  }
  .mt-sm-n50, .my-sm-n50 {
    margin-top: -5rem !important;
  }
  .mr-sm-n50, .mx-sm-n50 {
    margin-right: -5rem !important;
  }
  .mb-sm-n50, .my-sm-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n50, .mx-sm-n50 {
    margin-left: -5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: .6253908693vw;
  }
  body {
    /* font-size: 18px; */
    font-size: 2.8rem;
		display: block;
		padding-right: 0 !important;
  }
  .container {}
  .inner-box {
    padding: 0 6rem;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-5 {
    margin: .5rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: .5rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: .5rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: .5rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: .5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .mt-md-10, .my-md-10 {
    margin-top: 1rem !important;
  }
  .mr-md-10, .mx-md-10 {
    margin-right: 1rem !important;
  }
  .mb-md-10, .my-md-10 {
    margin-bottom: 1rem !important;
  }
  .ml-md-10, .mx-md-10 {
    margin-left: 1rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .mt-md-20, .my-md-20 {
    margin-top: 2rem !important;
  }
  .mr-md-20, .mx-md-20 {
    margin-right: 2rem !important;
  }
  .mb-md-20, .my-md-20 {
    margin-bottom: 2rem !important;
  }
  .ml-md-20, .mx-md-20 {
    margin-left: 2rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .mt-md-30, .my-md-30 {
    margin-top: 3rem !important;
  }
  .mr-md-30, .mx-md-30 {
    margin-right: 3rem !important;
  }
  .mb-md-30, .my-md-30 {
    margin-bottom: 3rem !important;
  }
  .ml-md-30, .mx-md-30 {
    margin-left: 3rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .mt-md-40, .my-md-40 {
    margin-top: 4rem !important;
  }
  .mr-md-40, .mx-md-40 {
    margin-right: 4rem !important;
  }
  .mb-md-40, .my-md-40 {
    margin-bottom: 4rem !important;
  }
  .ml-md-40, .mx-md-40 {
    margin-left: 4rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .mt-md-50, .my-md-50 {
    margin-top: 5rem !important;
  }
  .mr-md-50, .mx-md-50 {
    margin-right: 5rem !important;
  }
  .mb-md-50, .my-md-50 {
    margin-bottom: 5rem !important;
  }
  .ml-md-50, .mx-md-50 {
    margin-left: 5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-5 {
    padding: .5rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: .5rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: .5rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: .5rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: .5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .pt-md-10, .py-md-10 {
    padding-top: 1rem !important;
  }
  .pr-md-10, .px-md-10 {
    padding-right: 1rem !important;
  }
  .pb-md-10, .py-md-10 {
    padding-bottom: 1rem !important;
  }
  .pl-md-10, .px-md-10 {
    padding-left: 1rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .pt-md-20, .py-md-20 {
    padding-top: 2rem !important;
  }
  .pr-md-20, .px-md-20 {
    padding-right: 2rem !important;
  }
  .pb-md-20, .py-md-20 {
    padding-bottom: 2rem !important;
  }
  .pl-md-20, .px-md-20 {
    padding-left: 2rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .pt-md-30, .py-md-30 {
    padding-top: 3rem !important;
  }
  .pr-md-30, .px-md-30 {
    padding-right: 3rem !important;
  }
  .pb-md-30, .py-md-30 {
    padding-bottom: 3rem !important;
  }
  .pl-md-30, .px-md-30 {
    padding-left: 3rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .pt-md-40, .py-md-40 {
    padding-top: 4rem !important;
  }
  .pr-md-40, .px-md-40 {
    padding-right: 4rem !important;
  }
  .pb-md-40, .py-md-40 {
    padding-bottom: 4rem !important;
  }
  .pl-md-40, .px-md-40 {
    padding-left: 4rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .pt-md-50, .py-md-50 {
    padding-top: 5rem !important;
  }
  .pr-md-50, .px-md-50 {
    padding-right: 5rem !important;
  }
  .pb-md-50, .py-md-50 {
    padding-bottom: 5rem !important;
  }
  .pl-md-50, .px-md-50 {
    padding-left: 5rem !important;
  }
  .m-md-n5 {
    margin: -0.5rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -0.5rem !important;
  }
  .m-md-n10 {
    margin: -1rem !important;
  }
  .mt-md-n10, .my-md-n10 {
    margin-top: -1rem !important;
  }
  .mr-md-n10, .mx-md-n10 {
    margin-right: -1rem !important;
  }
  .mb-md-n10, .my-md-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n10, .mx-md-n10 {
    margin-left: -1rem !important;
  }
  .m-md-n20 {
    margin: -2rem !important;
  }
  .mt-md-n20, .my-md-n20 {
    margin-top: -2rem !important;
  }
  .mr-md-n20, .mx-md-n20 {
    margin-right: -2rem !important;
  }
  .mb-md-n20, .my-md-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n20, .mx-md-n20 {
    margin-left: -2rem !important;
  }
  .m-md-n30 {
    margin: -3rem !important;
  }
  .mt-md-n30, .my-md-n30 {
    margin-top: -3rem !important;
  }
  .mr-md-n30, .mx-md-n30 {
    margin-right: -3rem !important;
  }
  .mb-md-n30, .my-md-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n30, .mx-md-n30 {
    margin-left: -3rem !important;
  }
  .m-md-n40 {
    margin: -4rem !important;
  }
  .mt-md-n40, .my-md-n40 {
    margin-top: -4rem !important;
  }
  .mr-md-n40, .mx-md-n40 {
    margin-right: -4rem !important;
  }
  .mb-md-n40, .my-md-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n40, .mx-md-n40 {
    margin-left: -4rem !important;
  }
  .m-md-n50 {
    margin: -5rem !important;
  }
  .mt-md-n50, .my-md-n50 {
    margin-top: -5rem !important;
  }
  .mr-md-n50, .mx-md-n50 {
    margin-right: -5rem !important;
  }
  .mb-md-n50, .my-md-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n50, .mx-md-n50 {
    margin-left: -5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
  .btn-basic {
    font-size: 2.6rem;
    height: 8.4rem;
    width: 50.5rem;
    transition: all .25s ease-in-out;
  }
  .btn-basic:hover {
    opacity: .75;
  }
  .btn-basic::before {
    margin-right: .5rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .btn-basic {
    font-size: 3.6rem;
  }
  .p-header {
    height: 7rem;
  }
  .p-header__logo {
    /* width: 270px; */
    width: clamp(100px, 10rem, 120px);
    transition: all .25s ease-in-out;
    height: 100%;
    line-height: 1;
  }
  .p-header__logo:hover {
    opacity: .75;
  }
  .p-header__logo img {
    width: 100%;
    height: auto;
  }
  .p-header-menu__list {
    display: flex;
    align-items: center;
		margin-right: 24rem;
  }
  .p-header-menu__item {
    padding: 0 18px;
    font-weight: 700;
  }

  .hamburger-box {
    display: none;
  }
  .p-footer {
    position: relative;
		bottom: 0;
    z-index: 50;
    display: flex;
		padding: 5rem 0 2rem 0;
		background: #000;
  }
  .p-footer-menu__anchor {
    /* font-size: 16px; */
    font-size: 2.6rem;
    color: #222222;
    text-decoration: none;
    border: none;
    font-weight: bold;
  }

  .p-footer-bnr {
    display: none;
  }
  .p-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 20%; */
    width: 20%;
    /* margin-left: -7%; */
  }
  .p-footer-social__item img {
    /* width: 30px; */
    width: 3rem;
    height: auto;
    /* margin: 0 13px; */
  }
  .p-footer-social__item:not(:first-child) {}
  .p-footer-social__item a {
    transition: all .25s ease-in-out;
  }
  .p-footer-social__item a:hover {
    opacity: .8;
  }
  .p-footer-copyright {
    text-align: center;
    /* font-size: 16px; */
    font-size: clamp(12px, 5rem, 14px);
    margin-top: 3rem;
		color: #fff;
  }
  .table-style__row {
    display: flex;
    padding: 3.6rem 0;
  }
  .table-style__row:first-child {
    padding-top: 0;
  }
  .table-style__row:last-child {
    padding-bottom: 0;
  }
  .table-style__col.table-style__col--head {
    font-size: 2rem;
    flex: 0 24rem;
    margin-bottom: 0;
  }
  .table-style__col > p, .table-style__col .table-style__item {
    margin-bottom: 3rem;
  }
  .table-style__anchor {
    transition: all .25s ease-in-out;
  }
  .table-style__anchor:hover {
    opacity: .75;
  }
  .table-inline {
    margin-bottom: 2.8rem;
  }
  .table-inline th, .table-inline td {
    font-size: 1.8rem;
    min-width: 12.9rem;
    padding: .6rem 1rem;
  }
  .table-center__row {
    display: flex;
    align-items: flex-start;
  }
  .table-center__head {
    text-align: right;
    min-width: 15.5rem;
  }
  .table-center__head--left {
    text-align: left;
  }
  .table-center__content {
    padding-left: 2.2rem;
    flex: 1 1;
  }
  .sec-ttl {
    margin-bottom: 70px;
    padding-top: 0;
    -webkit-font-smoothing: auto;
  }
  .p-news-list__item a {
    transition: all .15s ease-in-out;
  }
	.p-news-list__item a span{
		margin-bottom: 8rem;
	}
  .p-news-list__item a span:hover {
    opacity: .75;
  }
  .p-news-detail__date {
    /* font-size: 16px; */
    font-size: 1.8rem;
    font-weight: bold;
    color: #5a5a5a;
  }
  .p-news-detail__ttl {
    /* font-size: 18px; */
    font-size: 2rem;
    font-weight: bold !important;
		color: #222222;
  }
  .p-news-detail__ttl a {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
		margin-bottom: 0;
  }
  .p-news-detail__ttl a:hover {
    border-bottom: solid 1px #222222;
  }
  .p-news-detail__txt {
    font-size: 16px;
  }
  .f-24 {
    font-size: 24px;
  }
  .p-features__des {
    margin-bottom: 3rem;
  }
  .p-features__ttl {
    font-size: 3rem;
    height: 6rem;
    margin-bottom: 4rem;
		letter-spacing: 0.3rem;
  }
  .p-features__image:not(:last-child) {
    margin-bottom: 0;
  }
  .p-features__txt:not(:last-child) {
    margin-bottom: 7.5rem;
  }
  .sp {
    display: none;
  }
  .bg-parrlax {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .p-content {
    padding: 5rem 0;
    padding-top: 8vw;
  }
  .note-box {
    padding: 2rem;
  }
  .p-bg-inner {
    margin: 0 5%;
  }
  .p-bg-inner:not(:last-child) {
    margin-bottom: 4rem;
  }
  .p-nobg-inner {
    margin: 0 5%;
  }
  .p-nobg-inner:not(:last-child) {
    margin-bottom: 4rem;
  }
  .slick-dots li {
    margin: 0 .5rem;
  }
  .slick-dots li button {
    height: 1rem;
    width: 1rem;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-5 {
    margin: .5rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: .5rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: .5rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: .5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 1rem !important;
  }
  .mr-lg-10, .mx-lg-10 {
    margin-right: 1rem !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-10, .mx-lg-10 {
    margin-left: 1rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .mt-lg-20, .my-lg-20 {
    margin-top: 2rem !important;
  }
  .mr-lg-20, .mx-lg-20 {
    margin-right: 2rem !important;
  }
  .mb-lg-20, .my-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-20, .mx-lg-20 {
    margin-left: 2rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .mt-lg-30, .my-lg-30 {
    margin-top: 3rem !important;
  }
  .mr-lg-30, .mx-lg-30 {
    margin-right: 3rem !important;
  }
  .mb-lg-30, .my-lg-30 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-30, .mx-lg-30 {
    margin-left: 3rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .mt-lg-40, .my-lg-40 {
    margin-top: 4rem !important;
  }
  .mr-lg-40, .mx-lg-40 {
    margin-right: 4rem !important;
  }
  .mb-lg-40, .my-lg-40 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-40, .mx-lg-40 {
    margin-left: 4rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .mt-lg-50, .my-lg-50 {
    margin-top: 5rem !important;
  }
  .mr-lg-50, .mx-lg-50 {
    margin-right: 5rem !important;
  }
  .mb-lg-50, .my-lg-50 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-50, .mx-lg-50 {
    margin-left: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-5 {
    padding: .5rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: .5rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: .5rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: .5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 1rem !important;
  }
  .pr-lg-10, .px-lg-10 {
    padding-right: 1rem !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-10, .px-lg-10 {
    padding-left: 1rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .pt-lg-20, .py-lg-20 {
    padding-top: 2rem !important;
  }
  .pr-lg-20, .px-lg-20 {
    padding-right: 2rem !important;
  }
  .pb-lg-20, .py-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-20, .px-lg-20 {
    padding-left: 2rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .pt-lg-30, .py-lg-30 {
    padding-top: 3rem !important;
  }
  .pr-lg-30, .px-lg-30 {
    padding-right: 3rem !important;
  }
  .pb-lg-30, .py-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-30, .px-lg-30 {
    padding-left: 3rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .pt-lg-40, .py-lg-40 {
    padding-top: 4rem !important;
  }
  .pr-lg-40, .px-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-40, .py-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-40, .px-lg-40 {
    padding-left: 4rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .pt-lg-50, .py-lg-50 {
    padding-top: 5rem !important;
  }
  .pr-lg-50, .px-lg-50 {
    padding-right: 5rem !important;
  }
  .pb-lg-50, .py-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-50, .px-lg-50 {
    padding-left: 5rem !important;
  }
  .m-lg-n5 {
    margin: -0.5rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n10 {
    margin: -1rem !important;
  }
  .mt-lg-n10, .my-lg-n10 {
    margin-top: -1rem !important;
  }
  .mr-lg-n10, .mx-lg-n10 {
    margin-right: -1rem !important;
  }
  .mb-lg-n10, .my-lg-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n10, .mx-lg-n10 {
    margin-left: -1rem !important;
  }
  .m-lg-n20 {
    margin: -2rem !important;
  }
  .mt-lg-n20, .my-lg-n20 {
    margin-top: -2rem !important;
  }
  .mr-lg-n20, .mx-lg-n20 {
    margin-right: -2rem !important;
  }
  .mb-lg-n20, .my-lg-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n20, .mx-lg-n20 {
    margin-left: -2rem !important;
  }
  .m-lg-n30 {
    margin: -3rem !important;
  }
  .mt-lg-n30, .my-lg-n30 {
    margin-top: -3rem !important;
  }
  .mr-lg-n30, .mx-lg-n30 {
    margin-right: -3rem !important;
  }
  .mb-lg-n30, .my-lg-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n30, .mx-lg-n30 {
    margin-left: -3rem !important;
  }
  .m-lg-n40 {
    margin: -4rem !important;
  }
  .mt-lg-n40, .my-lg-n40 {
    margin-top: -4rem !important;
  }
  .mr-lg-n40, .mx-lg-n40 {
    margin-right: -4rem !important;
  }
  .mb-lg-n40, .my-lg-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n40, .mx-lg-n40 {
    margin-left: -4rem !important;
  }
  .m-lg-n50 {
    margin: -5rem !important;
  }
  .mt-lg-n50, .my-lg-n50 {
    margin-top: -5rem !important;
  }
  .mr-lg-n50, .mx-lg-n50 {
    margin-right: -5rem !important;
  }
  .mb-lg-n50, .my-lg-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n50, .mx-lg-n50 {
    margin-left: -5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-5 {
    margin: .5rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: .5rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: .5rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: .5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .mt-xl-10, .my-xl-10 {
    margin-top: 1rem !important;
  }
  .mr-xl-10, .mx-xl-10 {
    margin-right: 1rem !important;
  }
  .mb-xl-10, .my-xl-10 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-10, .mx-xl-10 {
    margin-left: 1rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .mt-xl-20, .my-xl-20 {
    margin-top: 2rem !important;
  }
  .mr-xl-20, .mx-xl-20 {
    margin-right: 2rem !important;
  }
  .mb-xl-20, .my-xl-20 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-20, .mx-xl-20 {
    margin-left: 2rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .mt-xl-30, .my-xl-30 {
    margin-top: 3rem !important;
  }
  .mr-xl-30, .mx-xl-30 {
    margin-right: 3rem !important;
  }
  .mb-xl-30, .my-xl-30 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-30, .mx-xl-30 {
    margin-left: 3rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .mt-xl-40, .my-xl-40 {
    margin-top: 4rem !important;
  }
  .mr-xl-40, .mx-xl-40 {
    margin-right: 4rem !important;
  }
  .mb-xl-40, .my-xl-40 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-40, .mx-xl-40 {
    margin-left: 4rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .mt-xl-50, .my-xl-50 {
    margin-top: 5rem !important;
  }
  .mr-xl-50, .mx-xl-50 {
    margin-right: 5rem !important;
  }
  .mb-xl-50, .my-xl-50 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-50, .mx-xl-50 {
    margin-left: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-5 {
    padding: .5rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: .5rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: .5rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: .5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .pt-xl-10, .py-xl-10 {
    padding-top: 1rem !important;
  }
  .pr-xl-10, .px-xl-10 {
    padding-right: 1rem !important;
  }
  .pb-xl-10, .py-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-10, .px-xl-10 {
    padding-left: 1rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .pt-xl-20, .py-xl-20 {
    padding-top: 2rem !important;
  }
  .pr-xl-20, .px-xl-20 {
    padding-right: 2rem !important;
  }
  .pb-xl-20, .py-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-20, .px-xl-20 {
    padding-left: 2rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .pt-xl-30, .py-xl-30 {
    padding-top: 3rem !important;
  }
  .pr-xl-30, .px-xl-30 {
    padding-right: 3rem !important;
  }
  .pb-xl-30, .py-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-30, .px-xl-30 {
    padding-left: 3rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .pt-xl-40, .py-xl-40 {
    padding-top: 4rem !important;
  }
  .pr-xl-40, .px-xl-40 {
    padding-right: 4rem !important;
  }
  .pb-xl-40, .py-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-40, .px-xl-40 {
    padding-left: 4rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .pt-xl-50, .py-xl-50 {
    padding-top: 5rem !important;
  }
  .pr-xl-50, .px-xl-50 {
    padding-right: 5rem !important;
  }
  .pb-xl-50, .py-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-50, .px-xl-50 {
    padding-left: 5rem !important;
  }
  .m-xl-n5 {
    margin: -0.5rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n10 {
    margin: -1rem !important;
  }
  .mt-xl-n10, .my-xl-n10 {
    margin-top: -1rem !important;
  }
  .mr-xl-n10, .mx-xl-n10 {
    margin-right: -1rem !important;
  }
  .mb-xl-n10, .my-xl-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n10, .mx-xl-n10 {
    margin-left: -1rem !important;
  }
  .m-xl-n20 {
    margin: -2rem !important;
  }
  .mt-xl-n20, .my-xl-n20 {
    margin-top: -2rem !important;
  }
  .mr-xl-n20, .mx-xl-n20 {
    margin-right: -2rem !important;
  }
  .mb-xl-n20, .my-xl-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n20, .mx-xl-n20 {
    margin-left: -2rem !important;
  }
  .m-xl-n30 {
    margin: -3rem !important;
  }
  .mt-xl-n30, .my-xl-n30 {
    margin-top: -3rem !important;
  }
  .mr-xl-n30, .mx-xl-n30 {
    margin-right: -3rem !important;
  }
  .mb-xl-n30, .my-xl-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n30, .mx-xl-n30 {
    margin-left: -3rem !important;
  }
  .m-xl-n40 {
    margin: -4rem !important;
  }
  .mt-xl-n40, .my-xl-n40 {
    margin-top: -4rem !important;
  }
  .mr-xl-n40, .mx-xl-n40 {
    margin-right: -4rem !important;
  }
  .mb-xl-n40, .my-xl-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n40, .mx-xl-n40 {
    margin-left: -4rem !important;
  }
  .m-xl-n50 {
    margin: -5rem !important;
  }
  .mt-xl-n50, .my-xl-n50 {
    margin-top: -5rem !important;
  }
  .mr-xl-n50, .mx-xl-n50 {
    margin-right: -5rem !important;
  }
  .mb-xl-n50, .my-xl-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n50, .mx-xl-n50 {
    margin-left: -5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .sp {
    display: none !important;
  }
}
@media (min-width: 1598px) {
  html {
    font-size: 10px;
  }
  .m-container-0 {
    margin: 0 !important;
  }
  .mt-container-0, .my-container-0 {
    margin-top: 0 !important;
  }
  .mr-container-0, .mx-container-0 {
    margin-right: 0 !important;
  }
  .mb-container-0, .my-container-0 {
    margin-bottom: 0 !important;
  }
  .ml-container-0, .mx-container-0 {
    margin-left: 0 !important;
  }
  .m-container-5 {
    margin: .5rem !important;
  }
  .mt-container-5, .my-container-5 {
    margin-top: .5rem !important;
  }
  .mr-container-5, .mx-container-5 {
    margin-right: .5rem !important;
  }
  .mb-container-5, .my-container-5 {
    margin-bottom: .5rem !important;
  }
  .ml-container-5, .mx-container-5 {
    margin-left: .5rem !important;
  }
  .m-container-10 {
    margin: 1rem !important;
  }
  .mt-container-10, .my-container-10 {
    margin-top: 1rem !important;
  }
  .mr-container-10, .mx-container-10 {
    margin-right: 1rem !important;
  }
  .mb-container-10, .my-container-10 {
    margin-bottom: 1rem !important;
  }
  .ml-container-10, .mx-container-10 {
    margin-left: 1rem !important;
  }
  .m-container-20 {
    margin: 2rem !important;
  }
  .mt-container-20, .my-container-20 {
    margin-top: 2rem !important;
  }
  .mr-container-20, .mx-container-20 {
    margin-right: 2rem !important;
  }
  .mb-container-20, .my-container-20 {
    margin-bottom: 2rem !important;
  }
  .ml-container-20, .mx-container-20 {
    margin-left: 2rem !important;
  }
  .m-container-30 {
    margin: 3rem !important;
  }
  .mt-container-30, .my-container-30 {
    margin-top: 3rem !important;
  }
  .mr-container-30, .mx-container-30 {
    margin-right: 3rem !important;
  }
  .mb-container-30, .my-container-30 {
    margin-bottom: 3rem !important;
  }
  .ml-container-30, .mx-container-30 {
    margin-left: 3rem !important;
  }
  .m-container-40 {
    margin: 4rem !important;
  }
  .mt-container-40, .my-container-40 {
    margin-top: 4rem !important;
  }
  .mr-container-40, .mx-container-40 {
    margin-right: 4rem !important;
  }
  .mb-container-40, .my-container-40 {
    margin-bottom: 4rem !important;
  }
  .ml-container-40, .mx-container-40 {
    margin-left: 4rem !important;
  }
  .m-container-50 {
    margin: 5rem !important;
  }
  .mt-container-50, .my-container-50 {
    margin-top: 5rem !important;
  }
  .mr-container-50, .mx-container-50 {
    margin-right: 5rem !important;
  }
  .mb-container-50, .my-container-50 {
    margin-bottom: 5rem !important;
  }
  .ml-container-50, .mx-container-50 {
    margin-left: 5rem !important;
  }
  .p-container-0 {
    padding: 0 !important;
  }
  .pt-container-0, .py-container-0 {
    padding-top: 0 !important;
  }
  .pr-container-0, .px-container-0 {
    padding-right: 0 !important;
  }
  .pb-container-0, .py-container-0 {
    padding-bottom: 0 !important;
  }
  .pl-container-0, .px-container-0 {
    padding-left: 0 !important;
  }
  .p-container-5 {
    padding: .5rem !important;
  }
  .pt-container-5, .py-container-5 {
    padding-top: .5rem !important;
  }
  .pr-container-5, .px-container-5 {
    padding-right: .5rem !important;
  }
  .pb-container-5, .py-container-5 {
    padding-bottom: .5rem !important;
  }
  .pl-container-5, .px-container-5 {
    padding-left: .5rem !important;
  }
  .p-container-10 {
    padding: 1rem !important;
  }
  .pt-container-10, .py-container-10 {
    padding-top: 1rem !important;
  }
  .pr-container-10, .px-container-10 {
    padding-right: 1rem !important;
  }
  .pb-container-10, .py-container-10 {
    padding-bottom: 1rem !important;
  }
  .pl-container-10, .px-container-10 {
    padding-left: 1rem !important;
  }
  .p-container-20 {
    padding: 2rem !important;
  }
  .pt-container-20, .py-container-20 {
    padding-top: 2rem !important;
  }
  .pr-container-20, .px-container-20 {
    padding-right: 2rem !important;
  }
  .pb-container-20, .py-container-20 {
    padding-bottom: 2rem !important;
  }
  .pl-container-20, .px-container-20 {
    padding-left: 2rem !important;
  }
  .p-container-30 {
    padding: 3rem !important;
  }
  .pt-container-30, .py-container-30 {
    padding-top: 3rem !important;
  }
  .pr-container-30, .px-container-30 {
    padding-right: 3rem !important;
  }
  .pb-container-30, .py-container-30 {
    padding-bottom: 3rem !important;
  }
  .pl-container-30, .px-container-30 {
    padding-left: 3rem !important;
  }
  .p-container-40 {
    padding: 4rem !important;
  }
  .pt-container-40, .py-container-40 {
    padding-top: 4rem !important;
  }
  .pr-container-40, .px-container-40 {
    padding-right: 4rem !important;
  }
  .pb-container-40, .py-container-40 {
    padding-bottom: 4rem !important;
  }
  .pl-container-40, .px-container-40 {
    padding-left: 4rem !important;
  }
  .p-container-50 {
    padding: 5rem !important;
  }
  .pt-container-50, .py-container-50 {
    padding-top: 5rem !important;
  }
  .pr-container-50, .px-container-50 {
    padding-right: 5rem !important;
  }
  .pb-container-50, .py-container-50 {
    padding-bottom: 5rem !important;
  }
  .pl-container-50, .px-container-50 {
    padding-left: 5rem !important;
  }
  .m-container-n5 {
    margin: -0.5rem !important;
  }
  .mt-container-n5, .my-container-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-container-n5, .mx-container-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-container-n5, .my-container-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-container-n5, .mx-container-n5 {
    margin-left: -0.5rem !important;
  }
  .m-container-n10 {
    margin: -1rem !important;
  }
  .mt-container-n10, .my-container-n10 {
    margin-top: -1rem !important;
  }
  .mr-container-n10, .mx-container-n10 {
    margin-right: -1rem !important;
  }
  .mb-container-n10, .my-container-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-container-n10, .mx-container-n10 {
    margin-left: -1rem !important;
  }
  .m-container-n20 {
    margin: -2rem !important;
  }
  .mt-container-n20, .my-container-n20 {
    margin-top: -2rem !important;
  }
  .mr-container-n20, .mx-container-n20 {
    margin-right: -2rem !important;
  }
  .mb-container-n20, .my-container-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-container-n20, .mx-container-n20 {
    margin-left: -2rem !important;
  }
  .m-container-n30 {
    margin: -3rem !important;
  }
  .mt-container-n30, .my-container-n30 {
    margin-top: -3rem !important;
  }
  .mr-container-n30, .mx-container-n30 {
    margin-right: -3rem !important;
  }
  .mb-container-n30, .my-container-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-container-n30, .mx-container-n30 {
    margin-left: -3rem !important;
  }
  .m-container-n40 {
    margin: -4rem !important;
  }
  .mt-container-n40, .my-container-n40 {
    margin-top: -4rem !important;
  }
  .mr-container-n40, .mx-container-n40 {
    margin-right: -4rem !important;
  }
  .mb-container-n40, .my-container-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-container-n40, .mx-container-n40 {
    margin-left: -4rem !important;
  }
  .m-container-n50 {
    margin: -5rem !important;
  }
  .mt-container-n50, .my-container-n50 {
    margin-top: -5rem !important;
  }
  .mr-container-n50, .mx-container-n50 {
    margin-right: -5rem !important;
  }
  .mb-container-n50, .my-container-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-container-n50, .mx-container-n50 {
    margin-left: -5rem !important;
  }
  .m-container-auto {
    margin: auto !important;
  }
  .mt-container-auto, .my-container-auto {
    margin-top: auto !important;
  }
  .mr-container-auto, .mx-container-auto {
    margin-right: auto !important;
  }
  .mb-container-auto, .my-container-auto {
    margin-bottom: auto !important;
  }
  .ml-container-auto, .mx-container-auto {
    margin-left: auto !important;
  }
  .text-container-left {
    text-align: left !important;
  }
  .text-container-right {
    text-align: right !important;
  }
  .text-container-center {
    text-align: center !important;
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .coming_soon {
    max-width: 600px;
    margin: 4rem auto 11rem;
    padding: 0;
		text-align: center;
  }
	
	.coming_soon img{
		width: 40rem;
		height: auto;
	}
	
	.end_img {
		border-radius: 10px;
  }
	
	.block{
		display: block;
		margin-top: 10px !important;
	}
  .p-header {
    height: 10rem;
  }
  .p-header .container {
    align-items: center;
    justify-content: space-around;
    /* padding: 0 80px; */
    height: 100%;
  }
  .mainvisual {
    padding: 0;
		background: #fff;
		margin-top: 50px;
  }
	
	.mainvisual img{
		max-width: 100%;
		width: 100% !important;
		height: auto;
		margin: 0;
	}
	
	.mainvisual2{
    text-align: center;
    margin: 10rem auto 0;
  }

  .mainvisual2 img{
    display: block;
    /* padding-bottom: 5.6rem; */
	}

  .p-footer-bnr img {
		display: block;
		margin: 0 auto;
  }
  .p-header__logo {
    /* width: 170px; */
    width: clamp(200px, 17rem, 190px);
    transition: all .25s ease-in-out;
		margin-left: -8rem !important;
    /* padding-top: 30px; */
  }
  .p-header__logo:hover {
    opacity: .75;
  }
  .p-header .container {
    padding: 0;
  }
  .hamburger-box{
		margin-right: -8rem;
	} 
	
	#page-top{
    width: 9rem;
    right: 2rem;
	}
	
	
  .container {
    margin: auto;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
  }

  .all_bt {
    margin: 100px auto 0 auto;
		padding: 2.6rem 0 !important;
		font-size: 2rem;
  }
	
	.all_bt a{
		color: #222222;
	}

  .p-header-menu {
		background: #e6f4ff;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    left: 0;
    top: 0;
    padding: 28rem 0 5rem;
    transition: transform .3s ease-in-out;
    transform: translateY(-105%);
  }
  .p-header-menu.is-active {
    transform: translateY(0);
  }
  .p-header-menu__list {
    overflow-y: auto;
    max-height: 100%;
    width: 100%;
  }
	.p-header-menu__item{
		margin-top: 0;
		margin-bottom: 8rem !important;
	}
  .p-header-menu__item:not(:last-child) {
    margin-bottom: 60px;
  }

	.footer_banner img {
    width: 200px;
    margin: 3rem auto;
    display: block;
  }
	
  .p-footer {
    position: relative;
    z-index: 50;
    text-align: center;
		/*margin: -100px 0 0 0;*/
		padding: 5rem 0;
		background: #000;
		top: 2rem;
  }
  .p-footer-menu {
    width: 100%;
  }
  .p-footer-menu__anchor {
    color: #222222;
    text-decoration: none;
    border: none;
    font-size: 3rem !important;
    font-weight: bold;
    /* font-size: 18px; */
    /* margin-right: 20px; */
  }
  .p-footer-menu__item {
    justify-content: center;
    width: 100%;
    font-size: 2.6rem;
    /* margin-top: 20px; */
		/* font-size: 26px; */
  }
  .p-footer__logo {
    width: 100%;
    display: block;
    margin: 6.25rem auto;
  }
  .p-footer__logo img {
    /* width: 60%; */
    width: 40rem;
    height: auto;
  }

  .p-footer-bnr {
    display: block;
    text-align: center;
    margin-top: 100px;
    position: relative;
    z-index: 10;
  }
  .p-footer-bnr img {
    width: 130px;
    height: auto;
  }
  .p-footer-menu__list {
    display: block;
    margin: 0 auto;
  }
  .p-footer-social {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 6rem auto;
  }
  .p-footer-social__item {
    margin: 0 10px;
  }
  .p-footer-social__item img {
    /* width: 60px; */
    width: 6rem;
    height: auto;
  }
  .p-footer-social__item:not(:first-child) {}
  .p-footer-social__item a {
    transition: all .25s ease-in-out;
    /* margin: 5px 10px 0 10px; */
    margin: 0 10px;
  }
  .p-footer-social__item a:hover {
    opacity: .8;
  }
  .open_button {
    margin: 0 20px;
  }
  .p-footer-copyright {
    text-align: center;
    /* font-size: 18px; */
    font-size: 2.6rem;
    margin-top: 30px;
		color: #fff;
  }

	.sec-ttl img{
    width: 100% !important;
    height: auto !important;
  }
	
	.p-news {
    margin: 0 auto 20rem auto;
		max-width: 100%;
  }
  .p-news-detail {
    display: block;
    text-align: left;
		padding-bottom: 70px;
		width: 100%;
  }
	.p-news-detail__date,
  .p-news-detail__ttl {
		width: 100%;
		font-size: 3.2rem;
		color: #5a5a5a;
		padding-bottom: 1.5rem;
  }
	
	.p-news-detail__txt{
		font-size: 3rem;
		letter-spacing: 1px;
		line-height: 5.5rem;
	}
	
	.news-list__item{
		margin-bottom: 60px;
	}
	.p-features{
		padding-bottom: 100px;
	}
	
	.p-bg-inner-in{
    margin: 8rem auto 14rem auto;
    padding: 4rem 0 !important;
    width: 100%;
  }
	
  .p-features__ttl {
    font-weight: 100;
    font-size: 3.8rem;
    display: block;
    margin: 10rem auto -4rem auto;
    line-height: 0;
  }
  .p-features__ttl.s {
    font-size: 2.8rem;
  }
  .p-features__image {
    margin-top: 0;
  }
	
	.p-news-detail__ttl{
    color: #222222;
		margin-bottom: 3rem;
	}
	
  .p-news-detail__ttl a {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
  }
	
	.p-bg-inner {
    padding: 0  !important;
    font-size: 18px;
  }
	
  .table-style__row:not(:last-child) {
    margin-bottom: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .table-style__item .ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .table-style__item:not(:last-child) {
    padding-bottom: 5rem;
    border-bottom: .2rem solid #88a5ad;
  }
  .table-inline {
    width: 100%;
  }
  .table-center__head {
    margin-bottom: .1rem;
  }
  .table-center--sp .table-center__row {
    display: flex;
    align-items: flex-start;
  }
  .table-center--sp .table-center__content {
    padding-left: 4rem;
    flex: 1 1;
  }
  .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .end_img {
    top:0%;
  }
  .end_img img{
    width: 40%;
  }
	
  .pc {
    display: none !important;
  }
}