@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
body {
  background: #F8FDFF;
}
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
  text-decoration: none;
  color: #555;
  transition: all 0.25s;
}
a img {
  transition: all 0.25s;
}
a:hover, a:hover img {
  opacity: 0.65;
}
a[href^="tel:"] {
  pointer-events: none;
}
.no_link {
  pointer-events: none;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 110px;
  background: #F8FDFF;
}
.header_logo {
  position: absolute;
  top: 17px;
  left: 25px;
  z-index: 2;
}
.header_logo img {
  width: 173px;
  height: auto;
}
.header_nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 173px);
}
.header_nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header_nav ul li {
  margin-right: 30px;
  text-align: center;
}
.header_nav ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.header_nav ul li.tel, .header_nav ul li.web {
  margin-right: 0;
}
.header_nav ul li.tel a, .header_nav ul li.web a {
  width: 130px;
  height: 100%;
  padding: 31.5px 10px;
  background: #A1CF74;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.header_nav ul li.web a {
  margin-left: 0;
  background: #00B5F0;
}
.header_nav ul li.web a:hover {
  background: #35D3FF;
  opacity: 1;
  transition: all 0.3s ease;
}
.header_nav ul li.tel a img, .header_nav ul li.web a img {
  display: block;
  margin: 0 auto;
}
#sp-fixed-menu {
  display: none;
}
.sp_tel {
  display: none;
  width: 340px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
.sp_tel a {
  display: block;
  text-align: center;
}
.sp_tel a:nth-of-type(1) {
  padding-top: 25px;
}
.sp_tel a:nth-of-type(1) span {
  position: relative;
  padding-left: 37px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.sp_tel a:nth-of-type(1) span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 26px;
  background: url("../img/common/tel_icon_b.svg") no-repeat center center;
  background-size: cover;
}
.sp_tel a:nth-of-type(2){
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.sp_tel a:nth-of-type(2) span {
  font-weight: 700;
}
.sp_tel a:nth-of-type(3){
  position: relative;
  background: #A1CF74;
  padding: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.sp_tel a:nth-of-type(3)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../img/common/arrow_w.svg") no-repeat center center;
  background-size: cover;
}
.sp_web {
  display: none;
  position: relative;
  width: 340px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background: #00B5F0;
  text-align: center;
  transition: all 0.3s ease;
}
.sp_web:hover {
  background: #35D3FF;
  opacity: 1;
  transition: all 0.3s ease;
}
.sp_web::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../img/common/arrow_w.svg") no-repeat center center;
  background-size: cover;
}
.sp_web span {
  position: relative;
  padding-left: 37px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.sp_web span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../img/common/web_icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1140px) {
  .header_logo {
    top: 26.5px;
    left: 20px;
  }
  .header_logo img {
    width: 130px;
  }
  .header_nav ul li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1001px) {
	.fat-nav, .fat-nav ul, .fat-nav__wrapper .header_logo {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
  header {
    height: 94px;
  }
  .header_nav {
    display: none;
  }
  .header_logo {
    top: 18.5px;
  }
	/* SPメニュー */
  .hamburger {
    width: 46px ;
    height: 46px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    padding: 0;
    background: #00B5F0;
    box-sizing: border-box;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 21px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 26px;
    height: 3px;
		position: absolute;
    top: 0;
		right: 10px;
    display: block;
    background-color: #fff;
    border-radius: 50px;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
		width: 26px;
    top: -10px;
  }
  .hamburger__icon::after {
		width: 26px;
    top: 10px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 26px;
    height: 3px;
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-10px) rotate(-45deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .fat-nav__wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding: 115px 30px 50px;
    background: #A8DDEE;
  }
  .fat-nav li a {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: center;
  }
  .sp_tel {
    display: block;
  }
  .sp_web {
    display: block;
  }
}
#sp-fixed-menu {
  display: none;
}
@media screen and (max-width: 750px) {
  #sp-fixed-menu {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #sp-fixed-menu.show {
    display: block;
    opacity: 1;
  }
  #sp-fixed-menu ul li a {
    display: block;
    padding: 23px 5px;
    border-radius: 7vw 7vw 0 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
  }
  #sp-fixed-menu ul li a span {
    position: relative;
    padding-left: 32px;
  }
  #sp-fixed-menu ul li {
    width: 50%;
    text-align: center;
  }
  #sp-fixed-menu ul li:nth-of-type(1) a {
    background: #A1CF74;
  }
  #sp-fixed-menu ul li:nth-of-type(1) a span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
    height: 21px;
    background: url("../img/common/tel_icon.svg") no-repeat center center;
    background-size: cover;
  }
  #sp-fixed-menu ul li:nth-of-type(2) a {
    background: #00B5F0;
  }
  #sp-fixed-menu ul li:nth-of-type(2) a span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
    height: 21px;
    background: url("../img/common/web_icon.svg") no-repeat center center;
    background-size: cover;
  }
}

/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 span {
  padding-bottom: 15px;
  border-bottom: 2px solid #00B5F0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.h_title {
  position: relative;
}
.midasi_02 {
  position: absolute;
  top: 12px;
  left: -105px;
}
.midasi_02 span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.midasi_02 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.5%;
  right: -20px;
  width: 2px;
  height: 95%;
  background: #00B5F0;
}
.midasi_03 {
  margin-bottom: 40px;
}
.midasi_03 span {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
}
.midasi_03 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00B5F0;
}
.center {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .midasi_02 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  .midasi_02 span {
    writing-mode: horizontal-tb;
  }
  .midasi_02 span::after {
    top: auto;
    bottom: -20px;
    right: 0;
    width: 100%;
    height: 2px;
  }
}
/*-----------------------------------------------------
	ボタン
------------------------------------------------------*/
.link_more {
  display: inline-block;
  position: relative;
  width: 340px;
  max-width: 100%;
  background: #00B5F0;
  border-radius: 50px;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.link_more:hover {
  background: #35D3FF;
  opacity: 1;
  transition: all 0.3s ease;
}
.link_more::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../img/common/arrow_w.svg") no-repeat center center;
  background-size: cover;
}
.link_w {
  background: none;
  border: 2px solid #fff;
}
.link_w:hover {
  background: #35D3FF;
  border: 2px solid #35D3FF;
}
.link_g {
  background: #A1CF74;
  border: 2px solid #A1CF74;
}
.link_g:hover {
  background: #B3F474;
  border: 2px solid #B3F474;
}
.link_more_02 {
  display: inline-block;
  position: relative;
  width: 160px;
  max-width: 100%;
  background: #00B5F0;
  border-radius: 50px;
  padding: 7px 10px 9px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.link_more_02:hover {
  background: #35D3FF;
  opacity: 1;
  transition: all 0.3s ease;
}
.link_more_02::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url("../img/common/arrow_w_small.svg") no-repeat center center;
  background-size: cover;
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.wrap {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1130px) {
  .wrap {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: calc(100% - 25px);
  }
}

/*-----------------------------------------------------
	#page_mv
------------------------------------------------------*/
#page_mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 509px;
  padding-top: 109px;
}
#page_mv::after {
  content: "";
  display: block;
  position: absolute;
	right: 58px;
	bottom: -20px;
  z-index: 2;
  width: 179px;
  height: 160px;
  background: url("../img/common/page_title_illust.png") no-repeat center center;
  background-size: cover;
}
#page_mv img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-left: 30%;
  border-radius: 400px 0 0 400px;
}
#page_mv .page_title {
  position: absolute;
	top: calc(50% + 48px);
	left: 100px;
	transform: translateY(-50%);
  z-index: 2;
  width: calc(100% - 100px);
}
#page_mv .page_title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #00B5F0;
}
@media screen and (max-width: 1250px) {
  #page_mv .page_title {
    left: 50px;
  }
}
@media screen and (max-width: 750px) {
  #page_mv {
    height: auto;
    padding-top: 94px;
  }
  #page_mv::after {
    right: 36px;
    bottom: 125px;
    width: 100px;
    height: 89px;
  }
  #page_mv img {
    width: 100%;
    height: 65vw;
    margin-left: 0;
    border-radius: 0;
  }
  #page_mv .page_title {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: -13.333vw;
    padding: 40px 25px 0;
    background: #F8FDFF;
    border-radius: 0 13.333vw 0 0;
  }
  #page_mv .page_title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    color: #00B5F0;
  }
}
/*-----------------------------------------------------
	#breadcrumbs
------------------------------------------------------*/
#breadcrumbs {
  padding: 15px 0;
}
#breadcrumbs ul li {
	display: inline-block;
	font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-shadow:
    -1px -1px 0 #fff,
     0   -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  0   0 #fff,
     1px  0   0 #fff,
    -1px  1px 0 #fff,
     0    1px 0 #fff,
     1px  1px 0 #fff;
}
#breadcrumbs ul li:last-of-type {
	font-weight: 700;
}
#breadcrumbs ul li::after {
	margin: 0 10px;
	content: "/";
}
#breadcrumbs ul li:last-of-type::after {
	display: none;
}
@media screen and (max-width: 1130px) {
  #breadcrumbs {
    width: calc(100% - 50px);
  }
}

/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.main {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 850px) {
  .main {
    width: 100%;
    padding: 80px 25px;
  }
}
@media screen and (max-width: 750px) {
  .main {
    padding: 40px 25px;
  }
}
.main p.viewmore a {
  display: inline-block;
  position: relative;
  width: 160px;
  max-width: 100%;
  background: #00B5F0;
  border-radius: 50px;
  padding: 7px 10px 9px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff !important;
  transition: all 0.3s ease;
}
.main p.viewmore a:hover {
  background: #35D3FF;
  opacity: 1;
  transition: all 0.3s ease;
}
.main p.viewmore a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url("../img/common/arrow_w_small.svg") no-repeat center center;
  background-size: cover;
}
.main h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #00b5f0;
}
.main h3 {
  margin-bottom: 40px;
  padding: 10px;
  border-bottom: 2px solid #00b5f0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.main h4 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 10px;
  background: #E7F4F8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #35D3FF;
}
.main p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.main strong {
  font-weight: 700;
}
.main ul, .main ol {
  margin-bottom: 35px;
}
.main ul li {
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.main ul li ul {
  margin-top: 10px;
}
.main ul li ul li {
  color: #00B5F0;
}
.main ol li {
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.main ul li::marker, .main ol li::marker {
  color: #00b5f0;
}
.main figure {
  margin-bottom: 40px;
}
.main figure img {
  max-width: 100%;
  height: auto;
}
.main .wp-element-caption {
  font-size: 13px;
}
.main figure.table_wrap {
  margin-bottom: 30px;
  padding-top: 10px;
  overflow-x: auto;
}
.main .price table {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.main .price table tr td:first-child {
  position: relative;
  width: 70%;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
.main .price table tr td:first-child::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #21201B;
}
.main .price table tr td {
  padding: 20px;
  background: rgba(255,255,255,.8);
  border: none;
  border-bottom: 1px solid #21201B;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
.main .price table tr:first-of-type td {
  border-top: 1px solid #21201B;
}
@media screen and (max-width: 750px) {
  .main h2 {
    font-size: 24px;
  }
  .main figure.table_wrap {
    margin-bottom: 30px;
    padding-top: 10px;
    overflow-x: auto;
  }
}

/*-----------------------------------------------------
	#news
------------------------------------------------------*/
/*-----------------------------------------------------
	ページネーション
------------------------------------------------------*/
.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
a.page-numbers, .pagination .current {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 10px;
	padding: 18px 5px;
  background: #fff;
	border: 1px solid #363433;
  border-radius: 50%;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
	text-decoration: none;
  text-align: center;
  color: #363433;
}
span.page-numbers.dots {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagination .current, a.page-numbers:hover {
	background: #363433;
	border: 1px solid #363433;
	color: #fff;
  opacity: 1;
}
a.page-numbers.next, a.page-numbers.prev {
  position: relative;
  width: 27.78px;
  height: 30px;
  margin: 0 10px;
  background: #B2A07E;
  border: 1px solid #B2A07E;
}
a.page-numbers.next {
  margin-right: 0;
}
a.page-numbers.prev {
  margin-left: 0;
}
a.page-numbers.next img, 
a.page-numbers.prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
a.page-numbers.prev img {
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
}
a.page-numbers.next:hover, a.page-numbers.prev:hover {
	background: #B2A07E;
  opacity: .6;
}
@media screen and (max-width: 750px) {
  .pagination {
    margin-bottom: 80px;
  }
}





/*-----------------------------------------------------
	.cv
------------------------------------------------------*/
.cv {
  padding: 100px 0;
  background: #A8DDEE;
}
.cv_inner {
  justify-content: space-between;
  position: relative;
  width: 768px;
  margin: 0 auto;
}
.cv_inner::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -67px;
	left: -86px;
  width: 336px;
  height: 162px;
  background: url("../img/common/cv_img.png") no-repeat center center;
  background-size: cover;
}
.cv_l {
  width: 47.9%;
  color: #fff;
}
.cv_l h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cv_l p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cv_l ul {
  padding-top: 30px;
  border-top: 1px dashed #fff;
}
.cv_l ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.cv_r {
  width: 44.2%;
}
.cv_r .sp_tel {
  display: block;
}
.cv_r .sp_web {
  display: block;
}
@media screen and (max-width: 1000px) {
  .cv_inner::after {
    left: 0;
  }
}
@media screen and (max-width: 818px) {
  .cv_inner {
    width: 100%;
    padding: 0 25px;
  }
  .cv_inner::after {
    left: 25px;
  }
  .cv_l {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .cv {
    padding: 60px 0 264px;
  }
  .cv_inner::after {
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cv_l {
    width: 100%;
    margin-bottom: 60px;
  }
  .cv_l h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.6;
  }
  .cv_l p {
    font-size: 18px;
    line-height: 1.6;
  }
  .cv_r {
    width: 100%;
  }
}
/*-----------------------------------------------------
	footer_access
------------------------------------------------------*/
.footer_access iframe {
  width: 100%;
  height: 575px;
}
@media screen and (max-width: 750px) {
  .footer_access iframe {
    height: 112vw;
  }
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  padding: 80px 0 17px;
}
footer .wrap {
  width: 1060px;
  margin: 0 auto;
}
footer .wrap .flex {
  gap: 20px;
  margin-bottom: 40px;
}
footer .wrap .flex .footer_child {
  flex: 1;
}
footer .wrap .flex .footer_child h2 {
  margin-bottom: 30px;
}
footer .wrap .flex .footer_child h3 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
footer .wrap .flex .footer_child ul li {
  margin-bottom: 16px;
}
footer .wrap .flex .footer_child ul li:last-child {
  margin-bottom: 0;
}
footer .wrap .flex .footer_child ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
footer .wrap .flex .footer_child ul li a::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
footer .wrap .flex .footer_child:first-of-type ul li {
  margin-bottom: 30px;
}
footer .wrap .flex .footer_child:first-of-type ul li:last-child {
  margin-bottom: 0;
}
footer .wrap .flex .footer_child:first-of-type ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
footer .wrap .flex .footer_child:first-of-type ul li a::before {
  display: none;
}
footer small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  footer .wrap {
    width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 80px 0 100px;
  }
  footer .wrap .flex {
    flex-direction: column;
    margin-bottom: 35px;
  }
  footer .wrap .flex .footer_child h2 {
    text-align: center;
  }
  footer .wrap .flex .footer_child ul li {
    margin-left: 22px;
  }
}

/*-----------------------------------------------------
	others
------------------------------------------------------*/
.ani {
  visibility: hidden;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~750px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
    max-width: 100%;
    height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}

@media screen and (max-width: 414px) {
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}
