@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-03style  ================================================================================= */

body {
	font-family: YakuHanJP, "Zen Kaku Gothic New", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 0!important;
}

.openbtn {
  height: 100%;
  overflow: scroll;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

.lato {
	font-family: "Lato", YakuHanJP, "Zen Kaku Gothic New", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
}

a {
        color: #000;
}
a:hover {
    color: #000;
}

article.post {
    color: #000;
} 

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-003 {letter-spacing: -3px;}
.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

/* ====================================================

       　               色（ポジ)　

==================================================== */

/* ============= 背景色 ============= */
.bg-base {
	background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow {
	background-color: #fcfbce;
}

.bg-boldyellow {
	background-color: #f6ef88;
}

.bg-proudblue {
	background-color: #1e7698;
}

.text-proudblue {
	color: #1e7698;
}


/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色　*/
#area-header #menu-global .menu-item .nav-link {
    color: #345d52;
}
@media (min-width: 992px) {
	#area-header #menu-global .menu-item .nav-link {
	    border-right: 1px solid #345d52;
	    padding: 0 15px;
	}
}
@media (min-width: 1200px) {
	#area-header #menu-global .menu-item .nav-link {
		font-size: 15px;
	    padding: 0 20px;
	}
}
@media (min-width: 1400px) {
	#area-header #menu-global .menu-item .nav-link {
		font-size: 18px;
	}
}

/*　文章の色　*/
p {
	color: #000;
}

/* ============ 見出しの色 ============ */
h1,h2,h3,h4,h5 {
	color: #000;
}

/* ============ ボタンの色 ============ */
/*　ボタンの中の文字の色　*/
.link-btn1 span {
    color: #345d52!important;
}

/*　ボタンの中の文字の色(ホバー時の色)　*/
.link-btn1:hover span{
  	color: #fff!important;
}

/*　ボタンの中の背景の色　*/
.link-btn1 {
	background-color: #fcfbce!important;
}

/*　ボタンの中の背景の色(ホバー時の色)　*/
.link-btn1:before {
	background-color: #1e7698!important;
  	border: 2px solid #1e7698!important;
}


/* ====================================================

       　               色（ネガ)　
       
==================================================== */

/* ========== 背景色(ネガ) =========== */
.bg-nbase {
	background-color: #1e7698;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色(ネガ)　*/
#area-header.nega #menu-global .menu-item .nav-link {
    color: #fff;
}
/*　文章の文字の色(ネガ)　*/
.nega p {
	color: #fff;	
}

/* ========= 見出しの色(ネガ) ========== */
/*　見出しの色(白色の文字)　*/
.nega h1,.nega h2,.nega h3,.nega h4,.nega h5 {
	color: #fff;
}

/* ========== ボタンの色(ネガ) ========== */
.link-btn1n span {
    color: #000!important;
}

/*　ボタンの中の文字の色(ホバー時の色)(ネガ)　*/
.link-btn1n:hover span{
  	color: #fff!important;
}

/*　ボタンの中の背景の色(ネガ)　*/
.link-btn1n {
	background-color: #fff!important;
}
.link-btn1n:before {
	background-color: #000!important;
  	border: 2px solid #fff!important;
}


/*　ヘッダーお問い合わせボタンの背景の色　*/
.h-01 #area-header #menu-global .btn-contact {
	background-color: #000!important;
}

/*　ヘッダーお問い合わせボタンの文字の色　*/
.h-01 #area-header #menu-global .btn-contact.menu-item a.nav-link {
	color: #fff!important;
}

a.tel-link {
	color: #000!important;
}

a.tel-link a {
	color: #000!important;
}

.nega a.tel-link {
	color: #fff!important;
}

.nega a.tel-link a {
	color: #fff!important;
}


/*　文字調整　*/
h2.h2 {
	font-weight: bold;
	font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
	letter-spacing: clamp(0.15rem, 0.08rem + 0.35vw, 0.5rem);
	line-height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.midashieigo {
	font-family: "Lato", sans-serif;
	font-size: clamp(1.875rem, 1.638rem + 1.19vw, 2.75rem);
	font-weight: bold;
	letter-spacing: clamp(0.125rem, 0.084rem + 0.2vw, 0.275rem);
	line-height: 1.3;
    margin-bottom: 0;
}


h4 {
	font-size: calc(1.275rem + 0.3vw);
	line-height: 2rem;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

h1,h2,h3,h4,h5,p {
	word-break: break-all;
}


/* 幅 */
/*60px-150px*/
.py-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pt-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pb-haba01 {
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

/*30px-75px*/
.py-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pt-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pb-haba02 {
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}

/*90px-180px*/
.py-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pt-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pb-haba03 {
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}

.mt-haba01 {
	margin-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

.mt-30-90 {
	margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}

.py-haba02 {
    padding-top: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
    padding-bottom: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
}

.py-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pt-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pb-haba03 {
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}


/* ヘッダーロゴ設定 */
.h-02 .header-logo {
	width: 170px;
}
@media (min-width: 576px) {
	.h-02 .header-logo {
		width: 250px;
	}
}
@media (min-width: 1200px) {
	.h-02 .header-logo {
		width: 280px;
	}
}
.h-02 #area-header .navbar-brand {
    margin-right: 20px;
    width: auto;
}

/* ヘッダーナビ　ホバー処理 */
.h-02 #area-header #menu-global .menu-item:hover {
    background-color: #fff;
}
.h-02 #area-header #menu-global .btn-contact.menu-item:hover a.nav-link {
    color: #000;
}
.h-02 #area-header #menu-global .btn-contact.menu-item:hover {
    background-color: #fff;
}
.h-02 #area-header #header-sub li:hover a {
	background-color: #fff;
	color: #000;
}

/* ヘッダーナビ設定 */
.h-02 #area-header #menu-global .menu-item .nav-link a {
	color: #000;
}
.h-02 #area-header #menu-global .menu-item {
    background-color: transparent;
}

.h-02 #area-header #menu-global {
	margin-top: 60px;
	padding: 6%;
}
@media (min-width: 768px) {
	.h-02 #area-header #menu-global {
		margin-top: 70px;
	}
}
@media (min-width:992px) {
	.h-02 #area-header #menu-global {
		padding: 0;
	}
}

.h-02 #area-header #menu-global .menu-item:last-child:hover {
	background-color: transparent;
}

.h-02 #area-header.navbar {
	padding: 16px 5px;
}
@media (min-width: 576px) {
	.h-02 #area-header.navbar {
		padding: 16px;
	}
}
@media (min-width: 992px) {
	.h-02 #area-header.navbar {
		padding: 0 20px 0;
	}
}


/*　ハンバーガーメニューボタン　*/
@media (max-width: 576px) {
	.h-02 #area-header .hamburger {
		position: absolute;
	    right: 0;
	    z-index: 100;
	}
}
@media (max-width: 992px) {
	.h-02 #area-header .hamburger {
	    right: 5px;
	}
}
@media (max-width: 992px) {
	.h-02 #area-header .globalMenuSp {
	  	position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		background: #fcfbce;
		text-align: center;
		width: 100%;
		transform: translateX(100%);
		height: 100vh;
	}

	.h-02 #area-header .globalMenuSp ul {
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}

	.h-02 #area-header .globalMenuSp ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	}
	.h-02 #area-header .globalMenuSp ul li:first-child {
		padding-top: 0px;
	}
	.h-02 #area-header .globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	}
	.h-02 #area-header .globalMenuSp ul li:hover{
	  background :#ddd;
	}

	.h-02 #area-header .globalMenuSp ul li a {
	  display: block;
	  color: #fff;
	  padding: 1.5em 0;
	  text-decoration :none;
	}

	.h-02 #area-header .globalMenuSp.active {
	  opacity: 100;
	  display: block;
	   transform: translateY(0%);
	}

	.h-02 #area-header .globalMenuSp .btn-english a {
		display: inline-block;
		margin-top: 25px;
		padding: 15px 30px;
		background-color: #fff;
	}
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h-02 #area-header .openbtn{
	position: relative;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

.h-02 #area-header .openbtn .openbtn-area{
    transition: all .4s;
}

.h-02 #area-header .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #000;
  	width: 45%;
}

.h-02 #area-header .openbtn span:nth-of-type(1) {
	top:15px;	
}

.h-02 #area-header .openbtn span:nth-of-type(2) {
	top:23px;
}

.h-02 #area-header .openbtn span:nth-of-type(3) {
	top:31px;
}

.h-02 #area-header .openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
}

.h-02 #area-header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.h-02 #area-header .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.h-02 #area-header .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}

.h-02 #area-header {
	padding: 16px;
}
.h-02 #area-header #header-sub {
	 display: flex;
	 justify-content: right;
}
@media (min-width: 992px) {
	.h-02 #area-header #navbarNav {
		margin: 25px 0;
	}
}
.h-02 #area-header #header-sub li {
	list-style: none;
	margin-right: 10px;
}
.h-02 #area-header #header-sub li:last-child {
	margin-right: 0px;
}
.h-02 #area-header #header-sub li a  {
	font-size: 14px;
	background-color: #345d53;
	color: #fff;
	display: flex;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.h-02 #area-header #menu-global .menu-item.btn-contact {
	display: inline-block;
	background-color: #000;
}
.h-02 #area-header #menu-global .menu-item.btn-contact a {
	color: #fff;
}
@media (max-width: 992px) {
	.h-02 #area-header #menu-global .menu-item.btn-contact {
		background-color: #000;
	}
	.h-02 #area-header #menu-global .menu-item.btn-contact a {
		padding-top: 15px;
	    padding-bottom: 15px;
	}

	.h-02 #area-header .header_btn01 a,.h-02 #area-header .header_btn02 a {
		display: inline-block;
	    float: left;
	    width: 32%;
	    background-color: #000;
	    color: #fff!important;
	    border-radius: 15px;
	    margin-right: 2%;
	    padding-top: 10px!important;
	    padding-bottom: 10px!important;
	}
	.h-02 #area-header .header_btn03 a {
		display: inline-block;
	    float: left;
	    width: 32%;
	    background-color: #000;
	    color: #fff!important;
	    border-radius: 15px;
	    padding-top: 10px!important;
	    padding-bottom: 10px!important;
	}
}

.h-02 #area-header #navbarNav ul li.dropdown::before {
    content: '';
    position: absolute;
    right: 5%;
    top: 30%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(135deg);
}
@media (min-width: 1200px) {
	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    right: 10%;
	}
}
@media (min-width: 1500px) {
	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    right: 7%;
	}
}

.h-02 #area-header #navbarNav li.dropdown ul{
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
	background:#28BFE7;
	width:180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.h-02 #area-header #navbarNav ul ul li.dropdown::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

.h-02 #area-header #navbarNav li.dropdown ul{
    left: 0;
    top: 25px;
    z-index: 4;
    background: #fff;
    width: 120%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    border-radius: 0;
    width: 300%;
}

.h-02 #area-header #navbarNav li.dropdown ul li {
	width: 100%;
}

.h-02 #area-header #navbarNav li.dropdown:hover > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:hover > ul,
.h-02 #area-header #navbarNav li.dropdown:active > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.h-02 #area-header #navbarNav li.dropdown ul li a{
	color: #fff;
	border-bottom: solid 2px #eeeeee;
}

.h-02 #area-header #navbarNav li.dropdown ul li:last-child a{
	border-bottom:none;
}

.h-02 #area-header #navbarNav li.dropdown ul li a:hover,
.h-02 #area-header #navbarNav li.dropdown ul li a:active{
	background: #1f7698;
}


@media screen and (max-width:992px) {
	.h-02 #area-header #navbarNav{
		padding: 0;
	}
	
	.h-02 #area-header #navbarNav ul{
		display: block;
	}
	
	.h-02 #area-header #navbarNav li.dropdown ul,
	.h-02 #area-header #navbarNav li.dropdown ul ul{
	  	position: relative;
		left:0;
		top:0;
		width:95%;
		visibility:visible;
		opacity:1;
		display: none;
		transition:none;
	}

	.h-02 #area-header #navbarNav ul li.dropdown::before{
		right:20px;
		top: 22px !important;
	}

	.h-02 #area-header #navbarNav ul ul li.dropdown::before{
	    transform: rotate(135deg);
		left:20px;
	}
	    
	.h-02 #area-header #navbarNav ul li.dropdown.active::before{
	    transform: rotate(-45deg);
	}
}

@media (min-width: 992px) {
	.h-02 #area-header #menu-global li:hover .dropdown-menu li a {
	   	background-image: none!important;
	}
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
	padding: 0;
}

.h-02 #area-header #menu-global li:hover .dropdown-menu li a {
	color: #000;
	display: block;
	padding: 15px 10px;
	width:  100%;
}

.h-02 #area-header #menu-global li .dropdown-menu li a:hover {
	color: #fff!important;
}

@media (max-width: 992px) {
	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    right: 20px;
	    top: 30px!important;
	}

	.h-02 #area-header #menu-global .menu-item:hover {
	    background-color: transparent;
	}

	.h-02 #area-header #menu-global li:hover .dropdown-menu {
	    padding: 10px;
	}

	.h-02 #area-header #menu-global li .dropdown-menu > li {
		margin-top: 0;
	}
}

/*スマホナビ調整*/
@media (max-width: 992px) {
	.h-02 #area-header #menu-global li .dropdown-menu {
		display: block!important;
	}

	.h-02 #area-header #navbarNav li.dropdown ul {
		background: transparent;
		border: 0;
	}

	.h-02 #area-header #menu-global li .dropdown-menu li a {
		text-align: left;
		padding: 0.9rem 0!important;
		font-size: 14px;
	}

	.h-02 #area-header .globalMenuSp ul li a {
	    padding: 0.9em 0;
	    text-align: left;
	}

	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    display: none;
	}

	.h-02 #area-header #menu-global .btn-contact {
	    display: block;
	    width: 100%;
	    margin: 20px auto 20px 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.h-02 #area-header #menu-global {
	    margin-top: 80px;
	}

	.h-02 #area-header #menu-global {
		padding: 0 20px 20px 20px;
	}

	.h-02 #area-header #navbarNav li.dropdown ul li a{
		color: #000;
		border-bottom: 0;
	}

	/*.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link {
		padding: 0px!important;
	}*/

	.h-02 #area-header #navbarNav li.dropdown ul li a:hover, .h-02 #area-header #navbarNav li.dropdown ul li a:active {
	    background: transparent;
	}

	.h-02 #area-header #menu-global li .dropdown-menu li a:hover {
	    color: #000!important;
	}

	.h-02 #area-header #menu-global li:hover .dropdown-menu {
	    padding: 0px;
	}

	.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link:hover {
		background-color: transparent;
	}
}

.topheight {
	margin-top: 70px;
}
@media (min-width: 576px) {
	.topheight {
		margin-top: 82px;
	}
}
@media (min-width: 992px) {
	.topheight {
		margin-top: 109px;
	}
}
@media (min-width: 1400px) {
	.topheight {
		margin-top: 114px;
	}
}

.holding-spbtn {
	position: fixed;
    right: 60px;
    line-height: 1.2;
    font-size: 10px;
    background-color: #345d53;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
}
@media (min-width: 576px) {
	.holding-spbtn {
		right: 90px;
    	font-size: 15px;
	}
}

.main-box {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 576px) {
	.main-box {
		max-width: 95%;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.main-box {
		max-width: 95%;
		margin: 0 auto;
	}
}
@media (min-width: 1300px) {
	.main-box {
		max-width: 90%;
	}
}
@media (min-width: 1400px) {
	.main-box {
		max-width: 80%;
	}
}

.pazuru-left {
	position: absolute;
    bottom: -30px;
    left: -10px;
    width: 90px;
    z-index: 10;
}
.pazuru-right {
	position: absolute;
    top: 180px;
    right: -20px;
    width: 88px;
    z-index: 10;
}
@media (min-width: 600px) {
	.pazuru-left {
		width: 140px;
	}
	.pazuru-right {
		top: 70px;
	    right: -20px;
	    width: 138px;
	}
}
@media (min-width: 992px) {
	.pazuru-left {
	    bottom: 528px;
	    left: -10px;
	    width: 90px;
	    z-index: 10;
	}

	.pazuru-right {
		top: 310px;
	}
}

@media (min-width: 1200px) {
	.pazuru-left {
	    bottom: 78%;
        left: -10px;
        width: 120px;
	}
	.pazuru-right {
		top: 72%;
        width: 168px;
	}
}

@media (min-width: 1400px) {
	.pazuru-left {
	    bottom: 68%;
        left: 30px;
        width: 140px;
	}
	.pazuru-right {
		top: 63%;
        width: 188px;
        right: 2%;
	}
}

@media (min-width: 992px) {
	.main-moji {
		margin-left: -20px;
	}
	.proudillust01 {
		margin-left: -20px;
	}
}
@media (min-width: 1200px) {
	.main-moji {
		margin-left: 40px;
	}
	.proudillust01 {
		margin-left: -40px;
	}
}
@media (min-width: 1400px) {
	.main-moji {
		margin-left: 100px;
	}
	.proudillust01 {
		margin-left: -10px;
	}
}

/* =================================================================================　H-02style  */



/*　F-04style  ================================================================================= */

.f-04 .footer-logo {
	max-width: 300px;
}

.f-04 .footer-nav ul li a {
	color: #000;
}

.f-04 .jusitify-content-space-between {
	justify-content: space-between;
}

.f-04 #footerNav ul {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 992px) {
	.f-04 #footerNav ul {
		display: flex;
	    list-style: none;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: flex-end;
	}
}

@media (min-width: 992px) {
	#area-footer.f-04 .nav-link {
	    padding-left: 2em;
	    padding-right: 0;
	    padding-top: 0;
	    padding-bottom: 2em;
	}

	.f-04 .bb-1-ccc {
		border-bottom: 1px solid #ccc;
	}
}

.f-04 .oswald {
	font-family: 'Oswald', sans-serif;
}

.f-04 .tel p {
	font-size: 26px;
	letter-spacing: 0.1rem;
	line-height: normal;
}
@media (min-width: 992px) {
	.f-04 .tel p {
		font-size: 30px;
	}

	.eigyoujikan {
		letter-spacing: 0.15rem;
	}
}


@media (min-width: 992px) {
	.f-04 .link-btn1 {
		width: 250px;
	}
}

.f-04 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.f-04 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.f-04 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/* =================================================================================　F-04style  */


/*　M-01style  ================================================================================= */

.m-01 {
  position: relative;
}

.m-01 .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.m-01 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-01 .overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.m-01 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-01 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .m-01 h1 {
    font-size: 70px;
  }
}

/* =================================================================================　M-01style  */


/*　S-02style  ================================================================================= */

.slider {
  max-width: 500px;
  width: 80%;
}
.slick-img img {
  height: auto;
  width: 100%;
}

.slick-list {
  position: relative;
}

.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.s-02 .slide-dots {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}

.slide-dots button {
  background: none;
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
}

.slide-dots li.slick-active button {
  background-color: #000;
}

.slick-list .slick-slide {
  padding-right: 2px;
}

.slick02 img {
  width: 100%;
}

.slick02 div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.slick02 div.img01 {
  background-image: url(img/s-02-1s.jpg);
}
.slick02 div.img02 {
  background-image: url(img/s-02-2s.jpg);
}
.slick02 div.img03 {
  background-image: url(img/s-02-3s.jpg);
}

@media (min-width: 768px) {
  .slick02 div.img01 {
    background-image: url(img/s-02-1.jpg);
  }
  .slick02 div.img02 {
    background-image: url(img/s-02-2.jpg);
  }
  .slick02 div.img03 {
    background-image: url(img/s-02-3.jpg);
  }
}

.slick02 .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.s-02 {
  position: relative;
}

.s-02 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.s-02 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .s-02 h1 {
    font-size: 70px;
  }
}

.slide-arrow.slick-next.slick-arrow {
  z-index: 11;
}

/* =================================================================================　S-02style  */


/*　S-01nstyle  ================================================================================= */

.s-01n .slider {
  max-width: 500px;
  width: 80%;
}
.s-01n .slick-img img {
  height: auto;
  width: 100%;
}

.s-01n .slick-list {
  position: relative;
}

.s-01n .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.s-01n .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.s-01n .slide-dots {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
.s-01n .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.s-01n .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.s-01n .slide-dots li button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}

.s-01n .slide-dots button {
  background: none;
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
}

.s-01n .slide-dots li.slick-active button {
  background-color: #ababab;
}

.s-01n .slick-list .slick-slide {
  padding-right: 2px;
}

/* =================================================================================　S-01nstyle  */


/*　FBC-03style  ================================================================================= */

.FBC-03 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
   background-color: #fcfbce!important;
   border-radius: 20px;
}

.FBC-03 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.FBC-03 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.FBC-03 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.FBC-03 .fbc-03-img01 {
  min-height: 350px;
  background-image: url(img/fbc03_1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-03 .fbc-03-img01 {
      min-height: 100%;
  }
}

.FBC-03 .fbc-03-img02 {
  min-height: 350px;
  background-image: url(img/fbc03_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-03 .fbc-03-img02 {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-03style  */


/*　FBC-03nstyle  ================================================================================= */

.link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}


.link-btn1n span {
  position: relative;
  z-index: 3;
}

.link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-03n .fbc-03n-img01n {
  min-height: 350px;
  background-image: url(img/fbc03_1n.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .fbc-03n .fbc-03n-img01n {
      min-height: 100%;
  }
}

.fbc-03n .fbc-03n-img02n {
  min-height: 350px;
  background-image: url(img/fbc03_2n.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .fbc-03n .fbc-03n-img02n {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-03nstyle  */


/*　P-04nstyle  ================================================================================= */
.l-page-title.p-04n h1 {
    font-size: clamp(1.5rem, 1.229rem + 1.36vw, 2.5rem);
    letter-spacing: clamp(0.1rem, 0.046rem + 0.27vw, 0.3rem);
    line-height: clamp(2rem, 2rem + 2vw, 3rem);
}

.l-page-title.p-04n .bgpage_eigo {
    font-size: clamp(0.875rem, 0.706rem + 0.85vw, 1.5rem);
    margin-top: 10px;
    letter-spacing: 0.1rem;
}

/* =================================================================================　P-04nstyle  */


/*　C-01style  ================================================================================= */

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"], .mw_wp_form .table .mwform-zip-field input[type="text"] {
    width: calc((100% - 42px) / 3);
    padding: 1rem .5rem;
}

#contact .c-01 .tbl-2column tbody tr th {
    background-color: transparent;
    font-weight: 600;
}

#contact .c-01 .table-bordered th, .table-bordered td {
    border: 0;
}
#contact .c-01 .table-bordered {
    border: 0;
}

#contact .mw_wp_form .c-01 .table .form-control {
    padding: 1.5rem;
    background-color: #eee;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
  #contact .mw_wp_form .c-01 .table .form-control {
     margin-bottom: 0;
  }
  
  #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
  }

  #contact .c-01 .tbl-2column tbody tr, .tbl-2column tbody tr {
        border: 0;
    }
}

#contact .c-01 .form-control {
  border: 0;
}

@media (max-width: 768px) {
    #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
        width: 100%;
        display: block;
    }
}

#contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
}

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"],
.mw_wp_form .c-01 .table .mwform-zip-field input[type="text"] {
  width: calc((100% - 44px) / 3);
}

#contact .c-01 .bg-main {
    background-color: #000;
    border-radius: 0;
}

#contact .c-01 .badge-danger {
    background-color: #dc3545;
    color: #fff;
}

#contact .c-01 .table-bordered>:not(caption)>* {
    border-width: 0;
}

/* =================================================================================　C-01style  */


/*　N-02nstyle  ================================================================================= */

.n-02n .link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .n-02n .link-btn1n {
    width: 50%;
  }
}

.n-02n .link-btn1n span {
  position: relative;
  z-index: 3;
  color:#000;
}

.n-02n .link-btn1n:hover span{
  color: #fff;
}

.n-02n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.n-02n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.n-02n .mark-new {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#news.n-02n .newstitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news.n-02n .newshiduke {
  color: #000;
}

#news.n-02n .newsarrow {
  width: 20px;
  margin-left: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

#news.n-02n .newskoumoku {
  background-color: #fff;
}

/* =================================================================================　N-02nstyle  */


/*　T-02nstyle  ================================================================================= */

.t-02 th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    font-weight: normal;
}

.t-02 tr td {
　border: solid 1px #ccc;
  padding: 20px;
  font-weight: normal;
}
.t-02 th {
　text-align: center;
  width: 20%;
}

.t-02 tr {
  border-bottom: 1px solid #ccc;
}

.t-02 tr:last-child {
  border-bottom: 0;
}

.t-02 {
    width: 100%;
    border-left: 1px solid #ccc;
  }
 
@media screen and (max-width: 992px) {
  .last td:last-child {
    width: 100%;
  }
  .t-02 th,
  .t-02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-weight: normal;
  }
  .t-02 tr {
    border-bottom: solid 1px #ccc;
  }
  .t-02 tr:first-child {
    border-top: solid 1px #ccc;
  }
  .t-02 th {
    padding: 20px 20px 5px 20px;
    text-align: left;
  }
  .t-02 td {
    padding: 5px 20px 20px 20px;
  }
  .t-02 {
    border-left: 0;
  }
  .t-02 tr:last-child {
  border-bottom: solid 1px #ccc;
  }
}

/* =================================================================================　T-02nstyle  */


/*　T-02nstyle  ================================================================================= */

.t-02 th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    font-weight: normal;
}

.t-02 tr td {
　border: solid 1px #ccc;
  padding: 20px;
  font-weight: normal;
}
.t-02 th {
　text-align: center;
  width: 20%;
}

.t-02 tr {
  border-bottom: 1px solid #ccc;
}

.t-02 tr:last-child {
  border-bottom: 0;
}

.t-02 {
    width: 100%;
    border-left: 1px solid #ccc;
  }
 
@media screen and (max-width: 992px) {
  .last td:last-child {
    width: 100%;
  }
  .t-02 th,
  .t-02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-weight: normal;
  }
  .t-02 tr {
    border-bottom: solid 1px #ccc;
  }
  .t-02 tr:first-child {
    border-top: solid 1px #ccc;
  }
  .t-02 th {
    padding: 20px 20px 5px 20px;
    text-align: left;
  }
  .t-02 td {
    padding: 5px 20px 20px 20px;
  }
  .t-02 {
    border-left: 0;
  }
  .t-02 tr:last-child {
  border-bottom: solid 1px #ccc;
  }
}

/* =================================================================================　T-02nstyle  */


/*　FB-01style  ================================================================================= */

.fb-01n .link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .fb-01n .link-btn1n {
    width: 50%;
  }
}

.fb-01n .link-btn1n span {
  position: relative;
  z-index: 3;
  color:#000;
}

.fb-01n .link-btn1n:hover span{
  color: #fff;
}

.fb-01n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  border: 2px solid #eee;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fb-01n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FB-01nstyle  */


/*　FBC-02style  ================================================================================= */

.link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 992px) {
  .link-btn1 {
    width: 350px;
  }
}

.link-btn1 span {
  position: relative;
  z-index: 3;
}

.link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-02-img01 {
  min-height: 350px;
  background-image: url(img/fbc02_1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .fbc-02-img01 {
      min-height: 100%;
  }
}

.fbc-02-img02 {
  min-height: 350px;
  background-image: url(img/fbc02_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .fbc-02-img02 {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-02style  */


/*　FBC-02nstyle  ================================================================================= */

.FBC-02n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.FBC-02n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.FBC-02n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.FBC-02n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.FBC-02n .fbc-02-img01 {
  min-height: 350px;
  background-image: url(img/fbc02_1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-02n .fbc-02-img01 {
      min-height: 100%;
  }
}

.FBC-02n .fbc-02-img02 {
  min-height: 350px;
  background-image: url(img/fbc02_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-02n .fbc-02-img02 {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-02nstyle  */


/*　FBC-03nstyle  ================================================================================= */

.link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .link-btn1n {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .jizendwn .link-btn1n {
    width: 700px;
  }
}å

.link-btn1n span {
  position: relative;
  z-index: 3;
}

.link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#1f7698!important;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/* =================================================================================　FBC-03nstyle  */


/*　FBC-04style  ================================================================================= */
.fbc-04 .fbc04_1rightbox {
	background-color: #fff;
}

@media (min-width: 992px) {
	.fbc-04 .fbc04_1leftbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 85%;
		z-index: 1;
	}

	.fbc-04 .fbc04_1rightbox {
		position: absolute;
		bottom: 0%;
		right: 0%;
		width: 40%;
		z-index: 2;
	}

	.fbc-04 .fbc-04box {
		height: 550px;
	}
}

@media (min-width: 1200px) {
	.fbc-04 .fbc04_1leftbox {
		width: 75%;
	}
}

.fbc-04 .fbc04_2leftbox {
	background-color: #fff;
}
@media (min-width: 992px) {
	.fbc-04 .fbc04_2rightbox {
		position: absolute;
		top: 0;
		right: 0;
		width: 85%;
		z-index: 1;
	}

	.fbc-04 .fbc04_2leftbox {
		position: absolute;
		bottom: 0%;
		left: 0%;
		width: 40%;
		z-index: 2;
	}

	.fbc-04 .fbc-04-2box {
		height: 550px;
	}
}
@media (min-width: 1200px) {
	.fbc-04 .fbc04_2rightbox {
		width: 75%;
	}
}

.fbc-04 .fbc04_1 {
	min-height: 350px;
  	background-image: url(img/fbc04_1.jpg);
	background-size: cover;
	background-position: center center;
}
@media (min-width: 992px) {
	.fbc-04 .fbc04_1 {
		min-height: 450px;
	}
}

.fbc-04 .fbc04_2 {
	min-height: 350px;
  	background-image: url(img/fbc04_2.jpg);
	background-size: cover;
	background-position: center center;
}
@media (min-width: 992px) {
	.fbc-04 .fbc04_2 {
		min-height: 450px;
	}
}

.fbc-04 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-04 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fbc-04 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-04 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FBC-04style  */


/*　FBC-04nstyle  ================================================================================= */
.fbc-04n .fbc04_1rightbox {
	background-color: #eee;
}

@media (min-width: 992px) {
	.fbc-04n .fbc04_1leftbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 85%;
		z-index: 1;
	}

	.fbc-04n .fbc04_1rightbox {
		position: absolute;
		bottom: 0%;
		right: 0%;
		width: 40%;
		z-index: 2;
	}

	.fbc-04n .fbc-04box {
		height: 550px;
	}
}

@media (min-width: 1200px) {
	.fbc-04n .fbc04_1leftbox {
		width: 75%;
	}
}

.fbc-04n .fbc04_2leftbox {
	background-color: #eee;
}
@media (min-width: 992px) {
	.fbc-04n .fbc04_2rightbox {
		position: absolute;
		top: 0;
		right: 0;
		width: 85%;
		z-index: 1;
	}

	.fbc-04n .fbc04_2leftbox {
		position: absolute;
		bottom: 0%;
		left: 0%;
		width: 40%;
		z-index: 2;
	}

	.fbc-04n .fbc-04-2box {
		height: 550px;
	}
}
@media (min-width: 1200px) {
	.fbc-04n .fbc04_2rightbox {
		width: 75%;
	}
}

.fbc-04n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-04n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-04n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-04n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}



.fbc-04n .fbc04_1n {
	min-height: 350px;
  	background-image: url(img/fbc04_1n.jpg);
	background-size: cover;
	background-position: center center;
}
@media (min-width: 992px) {
	.fbc-04n .fbc04_1n {
		min-height: 450px;
	}
}

.fbc-04n .fbc04_2n {
	min-height: 350px;
  	background-image: url(img/fbc04_2n.jpg);
	background-size: cover;
	background-position: center center;
}
@media (min-width: 992px) {
	.fbc-04n .fbc04_2n {
		min-height: 450px;
	}
}

/* =================================================================================　FBC-04nstyle  */


/*　FBC-05style  ================================================================================= */

.fbc-05 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-05 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fbc-05 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-05 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FBC-05style  */


/*　FBC-05nstyle  ================================================================================= */

.fbc-05n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-05n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-05n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-05n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FBC-05nstyle  */


/*　FB-01style  ================================================================================= */

.fb-01n .link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 992px) {
  .fb-01n .link-btn1n {
    width: 50%;
  }
}

.fb-01n .link-btn1n span {
  position: relative;
  z-index: 3;
  color:#000;
}

.fb-01n .link-btn1n:hover span{
  color: #fff;
}

.fb-01n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fb-01n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FB-01nstyle  */


/*　SNS-02style  ================================================================================= */
.sns-02 .sns-btn01 {
	background-color: #000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
}

.sns-02 .sns-btn01 i {
	font-size: 16px;
	color:  #fff;
}

.sns-02 .sns-btn01 i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sns-02 .sns-btn01:hover {
	background-color: #fff;
}
.sns-02 .sns-btn01:hover i {
	color:  #000;
}

.sns-02.bt-01-ccc {
	border-top: 1px solid #ccc;
}

/* =================================================================================　SNS-02style  */


/*　P-01nnstyle  ================================================================================= */
.l-page-title.p-01n .bg-pagetitle_img {
    min-height: clamp(25rem, 14.31rem + 17.24vw, 35rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.l-page-title.p-01n .l-page-titlebox01 {
    position: relative;
}

.l-page-title.p-01n h1 {
    font-weight: bold;
    font-size: clamp(1.25rem, 0.8rem + 1vw, 2rem);
}

.l-page-title.p-01n .l-page-titlebox02 {
    background-color: #000;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 110%;
    -webkit-transform: translate(0%, -110%);
    -moz-transform: translate(0%, -110%);
    transform: translate(0%, -110%);
}

@media (min-width: 992px) {
    .l-page-title.p-01n .l-page-titlebox02 {
        width: 35%;
        padding: 60px;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
}

/* =================================================================================　P-01nnstyle  */


/*　FBC-06style  ================================================================================= */

.fbc-06 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-06 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fbc-06 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-06 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-06 .fbc06_1 {
  min-height: 300px;
  background-image: url(img/fbc06_1.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.fbc-06 .fbc06_2 {
  min-height: 300px;
  background-image: url(img/fbc06_2.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 80% 30% 50% 50%/50%;
}
.fbc-06 .fbc06_3 {
  min-height: 300px;
  background-image: url(img/fbc06_3.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
@media (min-width: 576px) {
    .fbc-06 .fbc06_1,.fbc-06 .fbc06_2,.fbc-06 .fbc06_3 {
      min-height: 400px;
    }
}
@media (min-width: 992px) {
    .fbc-06 .fbc06_1,.fbc-06 .fbc06_2,.fbc-06 .fbc06_3 {
      min-height: 100%;
    }
}

/* =================================================================================　FBC-06style  */


/*　FBC-06nstyle  ================================================================================= */

.fbc-06n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-06n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-06n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-06n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-06n .fbc06_1n {
  min-height: 300px;
  background-image: url(img/fbc06_1n.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.fbc-06n .fbc06_2n {
  min-height: 300px;
  background-image: url(img/fbc06_2n.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 80% 30% 50% 50%/50%;
}
.fbc-06n .fbc06_3n {
  min-height: 300px;
  background-image: url(img/fbc06_3n.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
@media (min-width: 576px) {
    .fbc-06n .fbc06_1n,.fbc-06n .fbc06_2n,.fbc-06n .fbc06_3n {
      min-height: 400px;
    }
}
@media (min-width: 992px) {
    .fbc-06n .fbc06_1n,.fbc-06n .fbc06_2n,.fbc-06n .fbc06_3n {
      min-height: 100%;
    }
}

/* =================================================================================　FBC-06nstyle  */


/*　FB-02nstyle  ================================================================================= */

.fb-02n-contactbox {
  border: 5px solid #000;
}

.fb-02n .link-btn1 .fb-tel {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 1rem;
}
.fb-02n .link-btn1:hover .fb-tel {
  color: #000;
}

.fb-02n .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fb-02n .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fb-02n .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fb-02n .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/* =================================================================================　FB-02nstyle  */


/*　FKB-03style  ================================================================================= */

.fkb-03 #sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
   border-top: 1px solid #fff;
}
@media (min-width: 768px) {
	.fkb-03 #sp-fixed-menu {
		display: none;
	}
}

.fkb-03 #sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

.fkb-03 #sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 16px;
   font-weight: bold;
   border-right: 1px solid #fff;
}

#toPageTop {
    position: fixed;
    bottom: 4.3rem;
    right: 0rem;
    z-index: 90;
}

.fkb-03 .link-btn1 {
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: ease .2s;
}

/* =================================================================================　FKB-03style  */


/*　S-04style  ================================================================================= */

.s-04slide {
    
    margin:  0 auto;
}

.s-04slide .test-slick div {
    aspect-ratio: 6 / 4;
}
@media (min-width: 1200px) {
    .s-04slide .test-slick div {
        aspect-ratio: 16 / 8;
    }
}
@media (min-width: 1500px) {
    .s-04slide .test-slick div {
        aspect-ratio: 16 / 7;
    }
}

.s-04-01 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-02 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-03 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-04 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-05 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-06 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}

.slick-next.slick-arrow {
    display: none!important;
}
.slick-prev.slick-arrow {
    display: none!important;
}

/* =================================================================================　S-04style  */


/*　TOP-02style  ================================================================================= */
.TOP-02  {
  background-image: url(img/bg-top.jpg);
}

.TOP-02 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.TOP-02 .swiper1 {
  height: 100%;
  width: calc(50% - 20px);
  position: absolute !important;
  left: 0;
  top: 0;
  margin-left: 13px;
}
@media (min-width: 992px) {
  .TOP-02 .swiper1 {
    width: calc(33% - 20px);
    margin-left: 20px;
  }
}
.TOP-02 .swiper2 {
  height: 100%;
  width: calc(50% - 20px);
  position: absolute !important;
  right: 0;
  top: 0;
  margin-right: 13px;
}
@media (min-width: 992px) {
  .TOP-02 .swiper2 {
    width: calc(33% - 20px);
    margin-right: 20px;
  }
}

.TOP-02 .swiper3 {
  height: 100%;
  width: calc(33% - 20px);
  position: absolute !important;
  left: 50%;
  top: 0;
  transform: translate(-50%,0%);
}


/* スライドの動き等速 */
.TOP-02 .swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.TOP-02 .swiper-slide img {
  height: 100%;
  width: 150%;
  margin-left: -25%;
  max-width: none;
  object-fit: cover;
  transform: skew(10deg);
}

.TOP-02 .top02img01 {
  background-image: url(img/top02img01.jpg);
  background-size: cover;
  height: 100%;
}
.TOP-02 .top02img02 {
  background-image: url(img/top02img02.jpg);
  background-size: cover;
  height: 100%;
}
.TOP-02 .top02img03 {
  background-image: url(img/top02img03.jpg);
  background-size: cover;
  height: 100%;
}
.TOP-02 .top02img04 {
  background-image: url(img/top02img04.jpg);
  background-size: cover;
  height: 100%;
}
.TOP-02 .top02img05 {
  background-image: url(img/top02img05.jpg);
  background-size: cover;
  height: 100%;
}
.TOP-02 .top02img06 {
  background-image: url(img/top02img06.jpg);
  background-size: cover;
  height: 100%;
}
.TOP-02 .top02img07 {
  background-image: url(img/top02img07.jpg);
  background-size: cover;
  height: 100%;
}

.TOP-02 .swiper-slide {
  margin-bottom: 15px!important;
}
@media (min-width: 992px) {
  .TOP-02 .swiper-slide {
    margin-bottom: 20px!important;
    height: 600px!important;
  }
}

.TOP-02 .fz-30-100 {
  font-size: clamp(1.875rem, 0.689rem + 5.93vw, 6.25rem);
}

.TOP-02 .content {
  position: relative;
}
.TOP-02 h1.h1 {
	font-size: clamp(1.875rem, 1.301rem + 2.87vw, 3.813rem);
    letter-spacing: 1px;
}

.bb-5 {
	border-bottom: 5px solid #1e7698;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.bb-4 {
	border-bottom: 4px solid #1e7698;
	padding-bottom: 10px;
}

.b-3 {
	border: 3px solid #355791;
}
.b-2 {
	border: 2px solid #355791;
}

.mainhaba {
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px 25px 15% 25px;
}
@media (min-width: 992px) {
	.mainhaba {
		padding: 140px 3% 10%;
	}
}
@media (min-width: 1400px) {
	.mainhaba {
		padding: 140px 0 10%;
	}
}

.main-shta {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.pazulu-lefts {
	width: 120px;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 11;
}
.pazulu-left {
	width: 210px;
    position: absolute;
    top: 50%;
    left: -5%;
    z-index: 11;
    transform: translate(0%, -50%);
}
@media (min-width: 1200px) {
	.pazulu-left {
		width: 300px;
	}
}
@media (min-width: 1400px) {
	.pazulu-left {
		left: 0%;
	}
}

.pazulu-right {
	width: 180px;
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 12;
}
@media (min-width: 768px) {
	.pazulu-right {
	    right: -65px;
	}
}
@media (min-width: 992px) {
	.pazulu-right {
	    right: 0px;
	}
}
@media (min-width: 1200px) {
	.pazulu-right {
	    width: 220px;
	    position: absolute;
	    top: -100px;
	    right: 0px;
	}
}
@media (min-width: 1400px) {
	.pazulu-right {
	    width: 280px;
	    top: -150px;
	}
}

/* =================================================================================　TOP-02style  */


.bb-1-333 {
    border-bottom: 1px solid #333;
}
.bb-1-top-333 {
    border-top: 1px solid #333;
}
a.newskiji {
    display: block;
    position: relative;
    transition: 0.3s;
}
a.newskiji::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(73, 202, 212, 0.2);
    z-index: -1;
    transition: all 0.5s ease-out;
}
.bg-green {
    background-color: #6cba5a;
}
.bg-blue {
    background-color: #62afe3;
}
.text-green {
    color: #6cba5a;
}
.text-blue {
    color: #62afe3;
}

.bg-lightgreen {
	background-image: url(img/bg-top.jpg);
}

.b-4-ao {
	border: 2px solid #7fa5d3;
}

.bg-ao {
	 background-color: #cfe1f0;
}

.pazulu-left2 {
	width: 130px;
    position: absolute;
    left: -30px;
    top: -120px;
    z-index: 10;
}
.pazulu-right2 {
	width: 115px;
	position: absolute;
	right: -30px;
    top: 90px;
	z-index: 10;
}
@media (min-width: 992px) {
	.pazulu-left2 {
		width: 200px;
	    top: -150px;
	}
	.pazulu-right2 {
		width: 180px;
		right: -30px;
    	top: 30px;
	}
}

.FBC-03 .link-btn1 {
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: ease .2s;
    background-color: #fcfbce !important;
    border-radius: 20px;
}

.bg-yellow {
	background-color: #fcfbce;
}

.arrow-yellow {
	width: 50px;
	margin: 0 auto;
}

.point_number {
	width: 100px;
}

.point-content {
	margin-top: -3%;
}

.f-04nav #footerNav ul li a {
	font-size: 15px;
}
@media (min-width: 1080px) {
    .f-04nav #footerNav ul li a {
    	font-size: 16px;
    }
}
@media (min-width: 1200px) {
    #area-footer .nav-link {
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media (min-width: 1340px) {
    #area-footer .nav-link {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

 .jusitify-content-space-between {
	justify-content: space-between;
}

 .f-04nav #footerNav ul {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 992px) {
	 .f-04nav #footerNav ul {
		display: flex;
        list-style: none;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
	}
}

@media (min-width: 992px) {
	.f-04nav #area-footer .nav-link {
	    padding-left: 2em;
	    padding-right: 0;
	    padding-top: 0;
	    padding-bottom: 2em;
	}

	 .bb-1-ccc {
		border-bottom: 1px solid #ccc;
	}
}

.step_mark {
	width: 90px;
}

.btb-3 {
	border-top: 3px solid #1e7698;
	border-bottom: 3px solid #1e7698;
}

.btb-3white {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.btb-1 {
	border-top: 1px solid #1e7698;
	border-bottom: 1px solid #1e7698;
}

.bg-lightdark {
	background-color: #d9d9d9;
}

.panfu-btn .link-btn1n {
	background-color: #1e7698!important;
}
.panfu-btn .link-btn1n span {
	color: #fff!important;
}

.panfu-btn .link-btn1n:before {
	background-color: #fff!important;
  	border: 2px solid #1e7698!important;
}

.panfu-btn .link-btn1n:hover span{
  	color: #1e7698!important;
}

.texr-dark {
	color: #4d4d4d;
}

.bb-1-dark {
	border-bottom: 1px solid #4d4d4d;
}

#sp-fixed-menu .link-btn1 {
    background-color: #1f7698 !important;
}

#sp-fixed-menu .link-btn1 span {
    color: #ffffff !important;
}

#toPageTop {
    position: fixed;
    bottom: 4.3rem;
    right: 0.5rem;
    z-index: 90;
}
@media (min-width: 768px) {
	#toPageTop {
	    bottom: 2rem;
	    right: 2rem;
	}
}

#toPageTop a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: #f6ef88;
    color: #3d85a2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #3d85a2;
}

#toPageTop a:hover {
    background-color: #1f7698;
    color: #fff;
    border: none;
}

#edu-base-uearata .l-page-title h1:after {
	content: '就労準備型／保育所等訪問支援';
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}
@media (min-width: 992px) {
	#edu-base-uearata .l-page-title h1:after {
		font-size: 20px;
		margin-top: 30px;
	}
}

#edu-base-taniyama .l-page-title h1:after {
	content: '就労準備型／保育所等訪問支援';
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}
@media (min-width: 992px) {
	#edu-base-taniyama .l-page-title h1:after {
		font-size: 20px;
		margin-top: 30px;
	}
}

#kesuiba-depol .l-page-title h1:after {
	content: '運動療育型／保育所等訪問支援';
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}
@media (min-width: 992px) {
	#kesuiba-depol .l-page-title h1:after {
		font-size: 20px;
		margin-top: 30px;
	}
}

.timeline {
  width:100%;
  margin:32px auto;
  padding:0 15px;
}
@media (min-width: 992px) {
	.timeline {
	  margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	.timeline {
	  max-width: 1000px;
	}
}

.timeline li{
    position: relative;
  list-style: none;
  padding:0 0 20px 0;
}

.timeline dl{
  margin:0 0 20px 3em;
}

.timeline dd strong{
  display: block;
  padding:10px 0;
}

.border-line {
    position: absolute;
    left: 0.5em;
    top: 0;
    width: 4px;
    height: 0;
    background: #90c2e0;
}

.timeline li::after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 20px;
  height: 20px;
  background: #6cba5a;
  border-radius: 50%;
}

.border-line {
    background: #abd779;
}

.timeline li::after {
	top: 3%;
}
@media (min-width: 768px) {
	.timeline li::after {
		top: 5%;
	}
}
@media (min-width: 992px) {
	.timeline li::after {
		top: 7%;
	}
}

.border-line {
    background: #61afe2;
}

#t-01 {
	width: 100%;
	margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}
@media (min-width: 1200px) {
	#t-01 {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

#t-01 tr:first-child {
	border-top: 1px solid #ddd;
}

#t-01 tr {
  border-bottom: 1px solid #ddd;
}

#t-01 th,
#t-01 td {
	padding: 32px 0;
	border: none;
}

#t-01 th {
  width: 30%;
}

@media only screen and (max-width: 480px) {
  #t-01 th,
  #t-01 td {
    display: block;
  }

  #t-01 th {
    width: 100%;
  }

  #t-01 td {
    padding-top: 0;
  }
}
div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: #fff;/*余白の背景色*/
}
video.vid_main {
width: 100%;
}
.nega p.text-pozi {
    color: #1e7698;
}
.lightblu {
    background-color: #bee8f8;
}
.shikaku {
    border: 2px solid #1e7698;
    padding: 7px 9px;
    font-weight: bold;
}
.slider-asebi {
  height: 53vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}
@media (min-width: 768px) {
    .slider-asebi {
        width: 100%;
    }
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.35); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.content-logo {
    width: 150px;
}