@charset "UTF-8";
/* CSS Document */

:root {
	--default: #212121;
	--blue1: #2A76D4;
	--bluegray: #6b7684;
	--lightblue: #F2F6F9;
	--green1: #26BEBC;
	--gradient1: linear-gradient(135deg, rgba(38, 190, 188, 1) 0%, rgba(42, 118, 212, 1) 100%);
}


ul,ol {
	margin-left: 0;
	 padding: 0;
}
ul li{
	list-style:none;
}
img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}
figure img {
	width: auto;
    max-width: 100%;
    height: auto;
}
/*-----------------------------------------------------------------------------
	Typography
-----------------------------------------------------------------------------*/
html {
  	width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}
body {
	position: relative;
	color: #212121;
	font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    font-family: YakuHanJP,"Noto Sans JP","Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, dnp-shuei-gothic-kin-std, "メイリオ", "Meiryo", "sans-serif";
    line-height: 2;
}
.en {
	font-family: "Poppins", sans-serif;
}
.mincho {
	font-family: "リュウミン M-KL", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.visually-hidden {
  border: 0 !important;
  top: 0px !important;
  left: 0px !important;
  height: 4px !important;
  width: 4px !important;
  margin: -4px !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute!important;
	white-space: nowrap !important;
}
h2,h3,h4 {
	line-height: 1.75;
}

h2.bar {
	font-size: clamp(2rem, calc(1.25vw + 2rem), 3.6rem);
	font-weight: 600;
	margin-bottom: 1em;
}
h2.bar span.en {
	display: block;
	position: relative;
	color: var(--blue1);
	font-size: 1.6rem;
	text-transform: uppercase;
	padding-left: 34px;
}
h2.bar span.en::before {
	content: "";
	display: block;
	width: 20px;
	height: 4px;
	background: var(--gradient1);
	position: absolute;
	top: 12px;
	left: 0;
}

h2.bar.white,h2.bar.white span.en {
	color: #fff;
}
h2.bar.white span.en::before {
	background: #fff;
}
h2.border {
	font-size: 2.7rem;
	font-weight: 700;
	color: var(--blue1);
	padding-bottom: .75em;
	position: relative;
	margin-bottom: 1em;
}
h2.border::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--blue1);
    opacity: .2
}
h2.border::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 70px;
    background: #D84C51;
}
h2.color {
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 1em;
}
h2.title-center {
	text-align: center;
	font-size: 3.6rem;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1.5em;
	font-weight: 700;
}
h2.title-center::before {
	content: "";
	display: block;
	width: 200px;
	height: 2px;
	background: var(--blue1);
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.25s;
    transition: -webkit-clip-path .25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.25s;
    transition: clip-path .25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.25s;
    transition: clip-path .25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.25s, -webkit-clip-path .25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.25s;
}
h2.title-center.isPlay::before {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
h2.border-l {
	font-size: 3rem;
    padding: .5rem 0 .5rem .75em;
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: 700;
    position: relative;
}
h2.border-l::before {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background: linear-gradient(45deg, rgba(38, 190, 188, 1) 0%, rgba(42, 118, 212, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
h3 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: .65em;
}
h3.color {
	font-weight: 700;
}
h4.num {
	position: relative;
	padding-left: 7rem;
	font-size: 1.8rem;
	font-weight: 700;
	background: var(--lightblue);
	line-height: 5rem;
	margin-bottom: 1em;
}
h4.num span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 5rem;
	height: 5rem;
	font-size: 2rem;
	font-weight: bold;
	
	background: var(--blue1);
	text-align: center;
	color: #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.color {
	color: var(--blue1);
}
.bold {
	font-weight: 700;
}
.c_marker {
	background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .8em; 
	background-position: 100% 1em;
	transition: 1s;
	transition-delay: 1s;
}
.c_marker.isPlay{
    background-position: 0% 1em;
}
/*-----------------------------------------------------------------------------
	レイヤーアニメ
-----------------------------------------------------------------------------*/
.fromLeft,.fromRight {
	position: relative;
	overflow: hidden;
}
.fromLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f8f8f8;
	z-index: -1;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f8f8f8;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromLeft.isPlay:before,.fromRight.isPlay:before {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}

/*-----------------------------------------------------------------------------
	Links
-----------------------------------------------------------------------------*/
@keyframes link {
   0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
a {
	color: #222;
	text-decoration:none;
	outline: none;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
a:visited {
	color: #222;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}
a.text-link-border {
	display: inline-block;
	padding: .25em 0 .25em 2.4rem;
	position: relative;
}
a.text-link-border .bar {
	display: block;
	width: 1.8rem;
	height: 1px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0;
	overflow: hidden;
}
a.text-link-border .bar:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    z-index: 0;
    content: '';
    background: #222;
    width: 100%;
    height: 2px;
}
a.text-link-border:hover {
	color: #ef3c3c;
}
a.text-link-border:hover .bar:before {
	-webkit-animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
a.text-link {
	display: inline-block;
	position: relative;
	color: #080059;
}
a.text-link::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: #080059;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .25s ease-out;
}
a.text-link:hover::before {
    transform: scale(1, 1);
}

/* ボタン */
a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--blue1);
	border: 1px solid var(--blue1);
	width: 240px;
	height: 54px;
	color: #fff;
	position: relative;
}
a.btn .btn-text {
	-webkit-transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    -webkit-transition-property: all;
    -webkit-transform: translateX(0);
    display: block;
    font-weight: 600;
    transform: translateX(0);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
}
a.btn .btn-text-hover {
	-webkit-transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    -webkit-transition-property: all;
    font-weight: 600;
    left: 20px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
    translate: 50px -50%;
}
a.btn::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: rotate(45deg);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
    translate: 0 -50%;
}
a.btn:hover {
	background: transparent;
	color: var(--blue1);
}
a.btn:hover .btn-text {
	transform: translateX(-100px);
	opacity: 0;
}
a.btn:hover .btn-text-hover {
	opacity: 1;
    translate: 0 -50%;
    color: var(--blue1);
}
a.btn:hover::before {
	border-right: 1px solid var(--blue1);
    border-top: 1px solid var(--blue1);
}
/* ボタン2 */
a.btn.trans {
	color: var(--blue1);
	background: transparent;
}
a.btn.trans::before {
	border-right: 1px solid var(--blue1);
    border-top: 1px solid var(--blue1);
}
a.btn.trans:hover {
	background: transparent;
	color: #fff;
	background: var(--blue1);
}
a.btn.trans:hover .btn-text {
	transform: translateX(-100px);
	opacity: 0;
}
a.btn.trans:hover .btn-text-hover {
    color: #fff
}
a.btn.trans:hover::before {
	border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

/* ボックスボタン */



/* =Layout
-----------------------------------------------------------------------------*/
.container {
	max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container.container-l {
	max-width: 1360px;
}
.container.container-s {
	max-width: 960px;
}


/* =パンくずリスト
-----------------------------------------------------------------------------*/
.breadcrumb-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	color: #fff;
	font-size: 1.2rem;
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    opacity: .7;
}
.breadcrumb-wrap a {
	color: #fff;
}
.breadcrumb-wrap a:hover {
	opacity: .7;
}
/* =footer__contact
-----------------------------------------------------------------------------*/
#footer__contact {
	border-top: 1px solid #eee;
}
#footer__contact h2 {
	white-space: nowrap;
}
.footer__contact_box {
	padding: 2rem;
	text-align: center;
	white-space: nowrap;
}
#footer__contact .tel__box {
	border-left: 1px solid #eee;
} 
.footer__contact_box a.tel__num {
	font-size: 3.2rem;
	font-weight: 600;
	color: var(--blue1);
	letter-spacing: -1px;
	pointer-events: none;
	text-decoration: none;
	line-height: 1.5;
}

.footer__contact_box a.btn {
	width: 100%;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #303030;
	background-attachment: fixed;
	color: #fff;
	font-size: 1.4rem;
	position: relative;
}
#footer > .container {
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
	z-index: +1;
}
.footer-logo {
	margin-bottom: 2rem;
}
#footer ul {
	margin-bottom: 0;
}
ul.footer-nav li {
	margin-bottom: 5px;
}
ul.footer-nav li a {
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
	position: relative;
	opacity: .7;
}
ul.footer-nav li a:hover {
	opacity: 1;
}
ul.footer-nav li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 1px;
	-webkit-transition: .2s cubic-bezier(.35,.03,.52,1) .1s;
    transition: .2s cubic-bezier(.35,.03,.52,1) .1s;
    transform: scale(0, 1);
    transform-origin: left top;
    opacity: .6;
}
ul.footer-nav li a:hover::before {
	transform: scale(1, 1);
}
ul.footer-nav > li > ul li {
	padding-left: 1.5em;
	position: relative;
}
ul.footer-nav > li > ul li:last-child {
}
ul.footer-nav > li > ul li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -15px;
	top: 50%;
}	

.footer__sub {
	border-top: 1px solid rgba(255,255,255,.3);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer__sub ul li {
	display: inline-block;
}
.footer__sub ul li a {
	color: #fff;
	opacity: .7;
}
.footer__sub ul li a::before {
	background-color: #fff;
}
.copyright {
	text-align: center;
	position: relative;
}
.copyright:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.1);
}
#footer .copyright .container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#footer .footer__address a {
	pointer-events: none;
    text-decoration: none;
    color: #fff !important;
}
/* =トップへ戻るボタン
-----------------------------------------------------------------------------*/
a.topBtn {
	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	background: #303030 url(images/common/arrow_white_v.png) center center/15px no-repeat;; /*以下、デザインはご自由に！！*/
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
	transition: step-start;
	z-index: 999;
	transition: 0.25s;
}
a.topBtn:hover {
	background-color: var(--blue1);
}

/* =Misc
-----------------------------------------------------------------------------*/
.w-100 {
	width: 100%;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 ,.mb20-30 {
	margin-bottom: 30px;
}
.mb-40,.mb20-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60,.mb30-60 {
	margin-bottom: 60px;
}
.mb30-80 {
	margin-bottom: 80px;
}
.ptb40,.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50,.ptb30-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb30-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec__01 {
	padding-top: 100px;
	padding-bottom: 50px;
}
.sec__02 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pt40 {
	padding-top: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pt30 {
	padding-top: 30px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.box-link:hover {
	cursor: pointer;
}
.gray {
	background: #f5f3ef;
}
.color-red {
	color: #fb5357;
}
.color-white {
	color: #fff;
}
.text-right {
	text-align: right;
}
.text-center,.text-left-center {
	text-align: center;
}
.marker {
	display: inline-block;
    position: relative;
}
.marker:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 30%;
    bottom: 4px;
    background: #f3ef7f;
    z-index: -1;
}
.shadow {
	box-shadow: 20px 20px #f1f1f1;
}
.kome {
	padding-left: 1em;
	position: relative;
}
.kome::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

/* =Lists
-----------------------------------------------------------------------------*/
ul.sq li {
	position: relative;
	padding-left: 2rem;
}
ul.sq li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #009fa8;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
}
/* =Tables
-----------------------------------------------------------------------------*/
table.table {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
table.table th {
    white-space: nowrap;
    padding: 1.5em;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    width: 25%;
}
table.table td {
    vertical-align: top;
    padding: 1.5em;
    border-top: 1px solid #e7e7e7;
}
table.table-dot {
	width: 100%;
	border-bottom: 1px dotted #999;
}
table.table-dot td {
    padding: .75em;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px dotted #999;
}
/*-----------------------------------------------------------------------------
	フォーム
-----------------------------------------------------------------------------*/
table.table-contact {
	width: 100%;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-bottom: 1em;
}
table.table-contact p {
	margin: 0;
}
table.table-contact th {
	white-space: nowrap;
	padding: 2em;
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: var(--lightblue);
	width: 340px;
}
table.table-contact td {
	padding: 2em;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.contact-form span.hissu {
	display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 12px;
    border-radius: 3px;
    background: #fb5357;
    font-weight: bold;
}
table.table-contact span.hissu {
	float: right;
}
.wpcf7-form-control-wrap {
/*   display: block; */
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 24px 0 0 !important;/*項目ごとの余白を調整*/
}
table.table-contact input[type="checkbox"],.form__about_policy input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #222;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	visibility: visible;
    width: 10px;
  top: 0;
  left: 7px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-contact input[type=text],
.table-contact input[type=email],
.table-contact input[type=tel] {
	width: 50%;
}
.table-contact input[type=text].long {
	width: 100%;
}
.table-contact input[type=text].short {
	width: 140px;
}
.table-contact input#zip {
	width: 140px;
	margin-bottom: 8px;
    margin-left: .5em;
}
.table-contact select {
    word-wrap: normal;
    min-width: 200px;
    height: 36px;
}
.table-contact textarea {
	width: 100%;
}
input[type=submit],input[type=button] {
	display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    width: 270px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--blue1);
    position: relative;
    z-index: 1;
    border: none;
    transition: all .25s ease-in-out;
    margin: 0 5px;
}
input[type=button] {
	color: #999;
	background-color: #eaecee;
}
input[type=submit]:hover {
	background: var(--bluegray);
}
input[type=button]:hover {
	background-color: #ccc;
}
.wpcf7-spinner {
	position: absolute !important;
    left: 20px;
}

.alert {
	display: inline-block;
	color: #fb5357;
	border: 1px solid #fb5357;
	padding: 1rem 1.5em;
}
.form__about_policy {
	background: var(--lightblue);
	text-align: center;
	padding: 1em 2em;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
::placeholder {
   color: #aaa;
}

/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.gmap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.gmap iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 1301px以上 */
@media (min-width: 1301px) {
	.gx-6{--bs-gutter-x:6rem}
}
/* 991px以下 */
@media (max-width: 991px) {
	.sec {
		padding-top: 70px;
		padding-bottom: 70px;
	}
/********************************************** 
メインビジュアル
********************************************* */
	#visual {
		height: 420px !important;
	}

/********************************************** 
	Typography
********************************************* */	
/********************************************** 
	Footer
********************************************* */	
	.footer-logo {
		margin-top: 4rem;
	}
}

/* 1300px以下 */
@media (max-width: 1300px) {
	#footer-contact .col-lg-5 {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	h2.title {
		font-size: 3.6rem;
	}
	#footer__contact .tel__box {
	    border-left: none;
	}
	.footer__contact_box a.tel__num {
		pointer-events: auto;
	}
	#footer .footer__address a:not(.fax) {
		pointer-events: auto !important;
	}

	.shadow {
		box-shadow: 10px 10px #f1f1f1;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 1.3rem;
		line-height: 1.75;
	}
	.mb20-40,.mb20-30 {
		margin-bottom: 20px;
	}
	.mb30-60,.mb30-80 {
		margin-bottom: 30px;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ptb30-50,.ptb30-80  {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sec__01 {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.sec__02 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.text-left-center {
		text-align: left;
	}
	/* ボタン */
	a.btn {
	    height: 40px;
	}
/********************************************** 
	Typography
********************************************* */	
	h2.bar {
	    font-size: 2.4rem;
	    margin-bottom: .5em;
	}
	h2.bar span.en {
	    font-size: 1.4rem;
	    padding-left: 20px;
	}
	h2.bar span.en::before {
	    width: 14px;
	    height: 3px;
	    top: 10px;
	}
	h2.border {
	    font-size: 2.2rem;
	    padding-bottom: .5em;
	    margin-bottom: 1em;
	}
	h2.color {
		font-size: 2.2rem;
	}
	h2.title-center {
		font-size: 2.4rem;
		padding-bottom: 1rem;
		margin-bottom: .75em;
	}
	h2.title-center::before {
		width: 160px;
		bottom: 0;
		left: calc(50% - 80px);
	}
	h2.border-l {
		font-size: 2.4rem;
	    margin-bottom: .65em;
	}
	h2.border-l::before {
		width: 4px;
	}

	h3 {
	    font-size: 2rem;
	    margin-bottom: .5em;
	}
	h4.num {
	    padding-left: 5rem;
	    font-size: 1.5rem;
	    line-height: 3.6rem;
	}
	h4.num span {
	    width: 3.6rem;
	    height: 3.6rem;
	    font-size: 1.8rem;
	    font-weight: bold;
	}


/********************************************** 
	Footer
********************************************* */
	.footer__contact_box {
	    padding: 1em;
	}
	.footer__contact_box h3 {
		font-size: 1.8rem;
	}
	#footer__contact .tel__box {
		border-bottom: 1px solid #ddd;
	}
	#footer > .container {
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.footer-logo {
		margin-top: 2rem;
	}
	.footer-logo img {
		width: 300px;
	}
	.footer__sub {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	    font-size: 1.3rem;
	}
	.copyright {
		font-size: 1.2rem;
	}
	
/* =トップへ戻るボタン
-----------------------------------------------------------------------------*/
	a.topBtn {
		bottom:20px;
		right:10px;
		width:30px;
		height:30px;
		padding-top:0;
		background-size: 10px;
		margin-bottom: -10px;
	}
	a.topBtn.is-fixed {
		margin-bottom: 15px;
	}
	
/* =パンくずリスト
-----------------------------------------------------------------------------*/
	.breadcrumb-wrap {
		width: 100%;
		padding: 1rem 1.5rem;
		color: #fff;
		font-size: 1.2rem;
	}
/* =Tables
-----------------------------------------------------------------------------*/
	table.table th {
	     padding: .75em;
	     width: auto;
	}
	table.table td {
	     padding: .75em;
	}
	table.table.table-res th {
		display: block;
		width: 100%;
		border-right: none;
		background: rgba(201,235,250,.3)
	}
	table.table.table-res td {
		display: block;
		width: 100%;
		border-top: none;
	}
/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
	table.table-contact {
		margin-bottom: 2rem;
	}
	table.table-contact th {
		display: block;
		width: 100%;
		padding: 1rem 1em;
		border-bottom: none;
	}
	table.table-contact td {
		display: block;
		width: 100%;
		padding: 1em 1rem;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.table-contact {
		margin-bottom: 20px;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.table-contact input[type=text],
	.table-contact input[type=email],
	.table-contact input[type=tel] {
		width: 100%;
	}
	input[type=submit],input[type=button] {
	    font-size: 1.5rem;
	    width: 100%;
	    height: 46px;
	    line-height: 46px;
	    margin: 3px 0;
	}
	input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
		top: -3px;
	}


}