@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.8;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", serif!important;
	font-weight: 500;
	letter-spacing: 0.05em;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #0B446F!important;
}
.red{
	color: #AA0300;
}
.green{
	color: #398D78!important;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #0B446F;
}
.bgbla{
	background:#333;
}
.bgred{
	background: #AA0300;
}
.bggre{
	background: #398D78;
}
.bglgre{
	background: #E4F0ED;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* position: fixed; */
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 434px;
	width: 32%;
	margin-left: 0.946%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 63%;
	display: flex;
	max-width: 633px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 446px;
	width: 72%;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: flex;
	text-decoration: none;
	font-size: 1.6rem;
	color:#333;
	font-weight:900;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.nav_list1 a img{
	margin-bottom:4px;
}


.hd_link{
	display:flex;
	width: 27%;
	margin-left: auto;
	max-width: 160px;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 112px;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	transition: .4s;
	text-align: center;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0px auto 0;
	position:relative;
}

.sld_cont > div{
	/* max-height:736px; */
	height: 38.334vw;
}

.sld11{
	background:url(./img/top/mv1.jpg)no-repeat;
	background-size:cover;
}

.sld12{
	background:url(./img/top/mv2.jpg)no-repeat;
	background-size:cover;
}

.sld13{
	background:url(./img/top/mv3.jpg)no-repeat;
	background-size:cover;
}

.sld14{
	background:url(./img/top/mv1.jpg)no-repeat;
	background-size:cover;
}

.cov-div{
	position:absolute;
	bottom: 12%;
	left: 4.625%;
}

.cov-div .title{
	font-size: clamp(4rem,5vw,8.8rem);
	font-weight:900;
	line-height: 1.44;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1040px;
	margin: 0 auto;
}

.mainTit{
	line-height: 1.45833;
	font-weight: 900;
	font-size: clamp(3.2rem,6vw,4.8rem);
	text-align: center;
}

.mainTit span{

}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}


.ft60{
	font-size: clamp(2.2rem,5vw,6rem);
}

.ft56{
	font-size: clamp(3rem,4vw,5.6rem);
}

.ft50{
	font-size: clamp(2em,5vw,5rem);
}

.ft48{
	font-size: clamp(2.4rem,3.4vw,4.8rem);
}

.ft45{
	font-size: clamp(2.4rem,3.4vw,4.5rem);
}

.ft40{
	font-size: clamp(3rem,3vw,4rem);
}

.ft39{
	font-size: clamp(2rem,3vw,3.9rem);
}

.ft36{
	font-size: clamp(3rem,3vw,3.6rem);
}

.ft35{
	font-size: clamp(2.4rem,4vw,3.5rem);
}

.ft32{
	font-size: clamp(1.8rem,3vw,3.2rem);
}

.ft30{
	font-size: clamp(1.3rem,3vw,3rem);
}

.ft28{
	font-size: clamp(2rem,3vw,2.8rem);
}

.ft26{
	font-size: clamp(2rem,2.6vw,2.6rem);
}

.ft25{
	font-size: clamp(1.6rem,2.6vw,2.5rem);
}

.ft24{
	font-size: clamp(2rem,2.4vw,2.4rem);
}

.ft22{
	font-size: clamp(1.8rem,2vw,2.2rem);
}

.ft20{
	font-size: clamp(1.7rem,2vw,2rem);
}

.ft18{
	font-size: clamp(1.6rem,1.6vw,1.8rem);
}


.content01{
	padding:120px 0;
}

.content01 .news_list{
	margin:56px auto 0;
}

.news_list li{
	padding:32px 0;
	border-top:2px solid #CCCCCC;
	position:relative;
}

.news_list li:last-child{
	border-bottom:2px solid #CCCCCC;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li:before{
	position:absolute;
	content:"";
	width:40px;
	height:40px;
	background:url(./img/common/arrow1_gre.svg)no-repeat;
	background-size:contain;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.dacate{
	display:flex;
	align-items:center;
	margin-bottom:16px;
}

.news_cate{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:4px 16px;
	background:#398D78;
	color:#fff;
	border-radius:32px;
	font-size:1.6rem;
	line-height:1.5;
}

.dacate .date{
	margin-left:16px;
}

.news_list li .title{
	font-size:1.8rem;
	font-weight:900;
	line-height:1.444;
	width: 90%;
}

.new{
	color:#AA0300;
	border:1px solid #AA0300;
	width:76px;
	height:32px;
	font-size:1.6rem;
	font-weight:500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 35px;
	margin-right: 12px;
}

.content01 .btn2{
	margin:56px auto 0;
}

a.btn2{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.8rem;
	font-weight:900;
	max-width:340px;
	width:100%;
	height:80px;
	position:relative;
	background: linear-gradient(135deg, #165A98, #398D78);
	border-radius: 40px;
	color: #fff;
	transition:.4s;
}

a.btn2:before{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 16px;
	top: 0px;
	transform: rotate(45deg);
	bottom:0;
	margin:auto;
}

.content02{
	background: #E4F0ED;
	padding: 120px 0 60px;
}

.co2_div{
	background:#fff;
	box-shadow:0 0 10px #00000029;
	margin:56px auto 0;
	padding: 3.847%;
	border-radius:10px
}

.co2_div .left{
	max-width: 408px;
	width: 44%;
}

.co2_div .right{
	max-width:512px;
	width: 54%;
}

.co2_div .left .img{
	margin:0 auto 24px;
}

.co2_div .left .name{
	font-size:2.4rem;
	font-weight:900;
	display:flex;
	align-items:center;
	line-height:1.458333;
	margin-bottom:16px;
}

.co2_div .left .name span{
	font-size:1.4rem;
	margin-left:16px;
}

.co2_div .left .text{
	font-size:1.6rem;
	font-weight:500;
	line-height:2;
}

.co2_div .left .btn3{
	margin-left:auto;
	margin-top: 60px;
}

.btn3{
	display:flex;
	align-items:center;
	max-width:max-content;
	font-size: 1.8rem;
	font-weight: 900;
	padding-right: 48px;
	position:relative;
}

.btn3:before{
	position:absolute;
	content:"";
	width:40px;
	height:40px;
	background:url(./img/common/arrow1_gre.svg)no-repeat;
	background-size:contain;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.co2_div .right .title{
	font-weight: 900;
	line-height: 1.4375;
	padding-bottom: 7.814%;
	margin-bottom: 7.814%;
	border-bottom: 1px solid #ccc;
}

.co2_div .right .text1{
	line-height:2;
	font-size: 1.8rem;
}

.co2_div .right .text2{
	margin-top:7.814%;
	line-height: 1.4545;
	font-size: 2.2rem;
}

.co2_div .right .text3{
	margin-top: 5.3%;
	text-align: right;
	line-height: 2;
	font-size: 1.8rem;
}

.content03{
	padding: 60px 0 120px;
}

.content03 .co3_list{
	margin:56px auto 0;
}

.co3_list{
	display:flex;
	flex-wrap:wrap;
}

.co3_list li{
	width: 30.77%;
	margin-right: 3.845%;
	background:#fff;
	box-shadow:0 0 10px #00000029;
	border-radius:5px;
	margin-top: 40px;
	transition:.4s;
}

.co3_list li:hover{
	opacity:0.7;
}

.co3_list li:nth-child(3n+3){
	margin-right:0;
}


.co3_list li:nth-child(1),
.co3_list li:nth-child(2),
.co3_list li:nth-child(3){
	margin-top: 0px;
}

.co3_list li .img{
	position:relative;
	width:100%;
	max-height:213px;
	height: 19vw;
}

.co3_list li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:5px 5px 0 0;
}

.co3_list li .img .repo_cate{
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	left:8px;
	top:8px;
	background:#fff;
	font-size:1.6rem;
	line-height:1.45;
	height:32px;
	border:2px solid #333333;
	border-radius:31px;
	padding:2px 14px;
}

.co3_list li .text_area{
	padding: 5%;
}

.co3_list li .text_area .date{
	margin-bottom:8px;
	line-height:1.45;
}

.co3_list li .text_area .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight:900;
	font-size:1.8rem;
}

.co3_list li .text_area .btn3{
	margin-top:16px;
	margin-left:auto;
}

.content03 .btn2{
	margin:56px auto 0;
}


.content04{
	padding:120px 0 0;
}

.content04 .co4_list{
	margin:56px auto 0;
}

.co4_list{
	display:flex;
	flex-wrap:wrap;
}

.co4_list li{
	width: 30.77%;
	margin-top:40px;
	box-shadow:0 0 10px #00000029;
	margin-right: 3.845%;
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}


.co4_list li a{
	padding: 25px 0;
	font-size: clamp(1.8rem,3vw,3.2rem);
	font-weight: 900;
	line-height: 1.4375;
	width: 100%;
	transition:.4s;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.co4_list li:nth-child(3n+3){
	margin-right:0;
}

.co4_list li:nth-child(1),
.co4_list li:nth-child(2),
.co4_list li:nth-child(3){
	margin-top:0;
}

.content04 .img_area{
	padding:120px 0 0;
	display: flex;
}


/*-----------------------------------------------------------
 フォーム
-----------------------------------------------------------*/

/* フォーム全体 */
.whiteBg {
    background-color: #fff;
    padding: 40px 20px;
}

.mailContainer {
    max-width: 900px;
	    padding: 47px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* 見出し */
.underTit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.pink {
    color: #e91e63;
}

/* 各入力フィールド */
#contactForm dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

#contactForm dt {
    width: 30%;
    font-weight: bold;
}

#contactForm dd {
    width: 70%;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#contactForm textarea {
    height: 100px;
    resize: vertical;
}

/* グレー背景のボックス */
.box.glayBg {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

/* チェックボックス & ラジオボタン */
.w50 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.w50 input {
    margin-right: 5px;
}

.oubo{
padding: 4% 0px;
}


/* 送信ボタンの配置 */
.choose_list3 {
    text-align: center; /* 中央配置 */
    margin-top: 20px;
}

/* ボタンデザイン */
.btn4 {
    display: inline-block;
    background: #e91e63; /* pink */
    color: white;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px; /* 角丸 */
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}

/* ホバー時のスタイル */
.btn4:hover {
    background: #0B446F; /* 濃い青 */
}

/* Contact Form 7のボタンスタイル */
.btn4 input[type="submit"] {
    background: transparent;
    color: inherit;
    font-size: inherit;
    border: none;
    cursor: pointer;
}

/* Contact Form 7のボタン内スタイル */
.btn4 input[type="submit"] {
    background: transparent;
    color: inherit;
    font-size: inherit;
    border: none;
    cursor: pointer;
}


/*デフォルトのスタイルを無効化する*/
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
span.wpcf7-spinner {
  display: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #contactForm dl {
        flex-direction: column;
    }
    #contactForm dt,
    #contactForm dd {
        width: 100%;
    }
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	background: url(./img/common/bg_ft.jpg)no-repeat center;
	background-size: cover;
}

footer .logo {
	width: 100%;
	margin: 0 auto;
	max-width: 434px;
}

footer .inner {
	padding: 80px 0 40px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}

.copyright {
	color: #fff;
	text-align: center;
	padding: 24px 0;
	font-size: 1.2rem;
}

.ft_list{
	display:flex;
	justify-content:space-between;
max-width: 622px;
	margin:32px auto 40px;
	width:100%;
}

.member_ft .ft_list{
	    max-width: 650px;
}


.ft_list li a{
	color:#fff;
	font-weight:900;
}

.ft_btn{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:640px;
	width:100%;
	margin:0 auto;
	height:80px;
	border-radius:40px;
	font-size:2rem;
	font-weight:900;
	transition: .4s;
}

.ft_btn img{
	margin-right: 5px;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 320px;
	margin: 20px auto 0;
	width: 100%;
	height: 64px;
	border-radius: 40px;
	font-size: 1.6rem;
	font-weight: 900;
}

.btn1 img{
	margin-right:4px;
}

/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 13px;
    padding: 24px 0 0;
    max-width: 1040px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}

#pageTop a{
	background: #0B446F;
	width: 64px;
	height: 64px;
	border-radius: 5px 0 0 0;
	display:flex;
	position:relative;
}

#pageTop a:before{
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	transform: rotate(-45deg);
	top: 6px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 250px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 60px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(././img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}




/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
}

.detail_area p:has(img){
	margin:0;
}


.aligncenter{
	margin:0 auto 24px;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.arc_mypage .co3_list.news_list2{
	justify-content:space-between;
}

.arc_mypage .co3_list.news_list2 li{
	margin-right:0;
}

.co3_list.news_list2{
	/* justify-content:space-between; */
	margin:56px auto 0;
}

.co3_list.news_list2 li{
	width:48%;
	/* margin-right: 0; */
}

.co3_list.news_list2 li:nth-child(3){
	margin-top: 40px;
}
.co3_list.news_list3{
	justify-content:space-between;
	margin:56px auto 0;
}

.co3_list.news_list3 li{
	width:48%;
	margin-right: 0;
}

.co3_list.news_list3 li:nth-child(3){
	margin-top: 40px;
}

/* news */
#cover2{
	height:300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news #cover2{
	background: url(./img/news/mv.jpg)no-repeat center;
	background-size:cover;
}

.report #cover2{
	background: url(./img/report/mv.jpg)no-repeat center;
	background-size:cover;
}

.about #cover2{
	background: url(./img/about/mv.jpg)no-repeat center;
	background-size:cover;
}

#cover2 .title{
	font-size: clamp(2.6rem,6vw,5rem);
	font-weight:900;
	letter-spacing:0.05em;
	line-height:1.44;
	text-align: center;
}

#cover2 span{
	font-size: 2.5rem;
	text-align: center;
	font-weight: 900;
	color: #fff;
	display: block;
	margin-top: 13px;
}

	.cov2-div{
		width:95%;
		margin:0 auto;
	}

.news01{
	padding:80px 0 110px;
}

.cate_list1{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom: 46px;
}

.cate_list1 li{
	max-width:max-content;
	margin-bottom: 6px;
	margin-right: 2%;
}

.cate_list1 li a{
	display:flex;
	align-items: center;
	justify-content:center;
	background: #fff;
	padding: 4px 12px;
	min-width: 149px;
	height: 47px;
	border: 2px solid #398D78;
	border-radius: 38px;
	color: #398D78;
	font-size: 2.4rem;
	font-weight: 500;
	opacity:1;
}

.cate_list1 li a.active,
.cate_list1 li a:hover{
	background:#398D78;
	color:#fff;
}


.pagination-list{
	display:flex;
	margin: 70px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 35px;
	height: 35px;
	background: #fff;
	border: 1px solid #707070;
	margin: 0 0.2%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #333333;
	border-radius:5px;
}


.pagination-list .page-numbers.prev{
	background:#fff;
	margin: 0px 3% 0 0;
	position:relative;
}

.pagination-list .page-numbers.next{
	background:#fff;
	margin: 0px 0% 0 3%;
	position:relative;
}

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	content: '';
	width:6px;
	height: 6px;
	border-top: solid 2px #398D78;
	border-right: solid 2px #398D78;
	position: absolute;
	left: 0px;
	top:0px;
	transform: rotate(-135deg);
	right:0;
	bottom:0;
	margin:auto;
}

.pagination-list .page-numbers.next:before{
	transform: rotate(45deg);
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	background: #398D78;
}

.pagination-list .page-numbers.prev:hover:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.pagination-list .page-numbers.next:hover:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #398D78;
	color:#fff;
	opacity:1;
	border: 1px solid #398D78;
}

.news01 .inner > .title_area{
	padding-bottom:24px;
	margin-bottom: 40px;
	border-bottom:1px solid #ccc;
}

.news01 .inner > .title_area .cate{
	margin:10px 0;
}

.news01 .inner > .title_area .cate1{
		display:flex;
	align-items: center;
	justify-content:center;
	background: #398D78;
	padding: 4px 12px;
	height: 36px;
	border: 2px solid #398D78;
	border-radius: 38px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	opacity:1;
	max-width:max-content;
	line-height:1;
}

.news01 .inner > .title_area .title{
	font-size: clamp(2.4rem,3vw,3.2rem);
}

.btn2.back{
	margin:40px auto 0;
}

a.btn2.back:before{
	transform: rotateZ(225deg);
	right: auto;
	left: 16px;
}

/* about */

.about01{
	padding:60px 0 0;
}

.about01 .title{
	padding-bottom:40px;
	border-bottom:1px solid #CCCCCC;
	font-size: 3.2rem;
	text-align:center;
	line-height:1;
	margin-bottom:33px;
}

.about01 .flex{
	margin-bottom:33px;
}

.about01 .flex .left{
	max-width:358px;
	width: 35%;
}

.about01 .flex .right{
	max-width:639px;
	width: 63%;
}

.about01 .flex .left .text1{
	margin-top:8px;
	font-size:1.5rem;
}

.about01 .text{
	font-size: 1.8rem;
	line-height: 2;
}

.about01 .flex .right .text.mabo1{
	margin-bottom:44px;
}

.about01 .mabo2{
	margin: 0 0 87px;
}

.about01 .mabo3{
	margin: 0 0 44px;
}

.about01 .mabo4{
	margin: 0 0 120px;
}

.about01 .img1 img{
	width:100%;
}

.about02{
background: #E4F0ED;
padding: 100px 0 102px;
}

.about02 .img{
	background:0 0 10px #00000029;
}

/* pri */

.pri01{
	padding:60px 0 0;
}

.pri01 .title{
	padding-bottom:40px;
	border-bottom:1px solid #CCCCCC;
	font-size: 3.2rem;
	text-align:center;
	line-height:1;
	margin-bottom:33px;
}

.pri01 h3 {
    color: #004080;
    border-left: 5px solid #004080;
    padding-left: 10px;
    margin-top: 30px;
}

.pri01 ul {
    padding-left: 20px;
}

.pri01 ul li {
    margin-bottom: 5px;
	list-style:decimal;
}


.pri01 .flex{
	margin-bottom:33px;
	flex:block;
}

.pri01 .flex .left{
	max-width:358px;
	width: 35%;
}

.pri01 .flex .right{
	max-width:639px;
	width: 63%;
}

.pri01 .flex .left .text1{
	margin-top:8px;
	font-size:1.5rem;
}

.pri01 .text{
	font-size: 1.8rem;
	line-height: 2;
}

.pri01 .flex .right .text.mabo1{
	margin-bottom:44px;
}

.pri01 .mabo2{
	margin: 0 0 87px;
}

.pri01 .mabo3{
	margin: 0 0 44px;
}

.pri01 .mabo4{
	margin: 0 0 120px;
}

.pri01 .img1 img{
	width:100%;
}

.pri02{
background: #E4F0ED;
padding: 100px 0 102px;
}

.pri02 .img{
	background:0 0 10px #00000029;
}


/* 組合委員専用ページ*/
.mypage01{
	padding: 75px 0 105px;
}

.mypage01 .co3_list.news_list2 li{
	width: 31%;
	/* margin-right: 0; */
	margin-top: 0;
	margin-bottom: 40px;
}

.mypage01 .btn2{
	margin: 0 auto;
}

.mypage02 {
	background: #E4F0ED;
	padding: 100px 0;
}

.mypage02 .co3_list.img_list1{
	/* justify-content:space-between; */
	margin:56px auto 0;
}

.mypage02 .btn2{
	margin: 70px auto 0;
}

.mypage02 li{
	background: none;
	box-shadow: none;
}

.mypage02 li .date{
	padding: 10px;
	display: block;
}

.mypage02 li .box{
	background: #fff;
	box-shadow: 0 0 10px #00000029;
	border-radius: 5px;
	overflow: hidden;
}

.mypage02 li .box .img{
	max-height: 340px;
	height: 25vw;
}

.mypage02 li .box .img img{
	border-radius: 0;
}

.mypage02 li > p{
	font-weight: 900;
	margin-top: 20px;
	    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
}

.mypage03 {
	padding: 100px 0;
}

.mypage03 .box{
	margin:56px auto 0;
}

.mypage03 .box a{
	display: block;
	font-weight: 900;
	line-height: 1.5;
	margin: 20px 0;
	position: relative;
	z-index: 1;
}

.mypage03 .box a span{
	display: block;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
}

.mypage03 .page_btn01{
	border: 8px solid #E4F0ED;
	border-radius: 16px;
	background: #fff url(./img/common/dl_btn01.svg) 98% 50% no-repeat;
	padding: 20px;
	color: #398D78;
	font-size: 3.2rem;
}

.mypage03 .page_btn01:hover{
	background: #E4F0ED url(./img/common/dl_btn01.svg) 98% 50% no-repeat;
}

.mypage03 .page_btn02{
	border: 8px solid #DBE7F2;
	background: #fff url(./img/common/dl_btn02.svg) 98% 50% no-repeat;
	border-radius: 16px;
	padding: 20px;
	color: #175C97;
	font-size: 3.2rem;
}

.mypage03 .page_btn02:hover{
	background: #DBE7F2 url(./img/common/dl_btn02.svg) 98% 50% no-repeat;;
}

.mypage04{
	padding: 0 0 100px;
}

.mypage04 .box{
	margin:56px auto 0;
}

.mypage04 .box a{
	display: block;
	font-weight: 900;
	line-height: 1.5;
	margin: 20px 0;
	width: 100%;
	position: relative;
}


.mypage04 .page_btn03{
	border-radius: 16px;
	background: linear-gradient(135deg, #165A98, #398D78);
	padding: 39px 25px;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	position: relative;
}

.mypage04 .page_btn03:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/common/arrow_wh.svg) no-repeat;
	height: 40px;
	width: 40px;
	top: 39%;
	right: 2%;
}

.mypage04 .page_btn03:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/mypage/btn_img.svg) no-repeat;
	height: 100%;
	width: 200px;
	top: 0;
	left: 9%;
}

.dl01{
	padding: 40px 0 100px;
}

.dl01 .co3_list.news_list2 li{
	width: 30%;
}

.dl01 .co3_list.news_list2 li:hover{
	opacity: 1;
}

.dl01 .co3_list.news_list2 li:nth-child(3){
	margin-top: 0;
}


.dl01 .co3_list .img{
	background: linear-gradient(135deg, #165A98, #398D78);
	display: flex;
	justify-content: center;
	max-height: 130px;
}

.dl01 .co3_list .img img{
	width: 80%;
	height: auto;
	max-width: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: contain;
}

.dl01 .co3_list .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 5%;
	position: relative;
	font-weight: 900;
	font-size: 1.8rem;
	transition: .5s;
}

.dl01 .co3_list .box p{
	min-height: 65px;
	display: flex;
	align-items: center;
}

.dl01 .co3_list .box:hover{
	background: #eee;
}

.dl01 .co3_list .box a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dl01 .co3_list .box .btn{
	max-width:40px;
	width:20%;
}

.mypaper01.mypage02{
	padding: 50px 0 100px;
	background: none;
}

.mypaper01 .tagbox dl{
	display: flex;
	padding: 15px 0 15px 0;
}

.mypaper01 .tagbox dl + dl{
	border-top: 1px solid #ccc;
}

.mypaper01 .tagbox dt{
	font-size: 1.8rem;
	font-weight: 900;
	width: 15%;
}

.mypaper01 .tagbox dd{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.mypaper01 .tagbox dd a{
	margin: 0 0 0 21px;
}

.mypaper01 .tagbox dd a span{
	font-size: 1.2rem;
	padding: 0 5px 0 0;
}

.mypaper01.mypage02 li{
	/* margin: 0 0 50px; */
}

.poket01 .page_btn02{
	text-align: center;
	position: relative;
}

.poket01 .page_btn02:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/poket/btn_img.svg) no-repeat;
	height: 124px;
	width: 178px;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.poket02 h2,.poket03 h2{
	text-align: center;
	font-size: 3.2rem;
	font-weight: 900;
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
}

.poket02 li h3{
	font-size: 2.2rem;
	background: #E4F0ED;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 10px 0;
}

.poket02  li .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.poket02  li .btn4{
	background: linear-gradient(135deg, #165A98, #398D78);
	display: flex;
	align-items: center;
	color: #fff;
	width: 90%;
	max-width: 170px;
	padding: 10px 19px;
	justify-content: space-between;
	font-size: 1.7rem;
	border-radius: 60px;
}

.poket02 li{
	margin: 25px 0 50px;
}

.poket02 li:last-child .box{
	justify-content: right;
	margin-top: 40px;
}

.poket03{
	padding: 80px 0;
}

.mypage01 .co3_list{
	margin:56px auto;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

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



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}


.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}






/* 全ページ共通クラス
----------------------------------------------------------- */


/* トップページ
----------------------------------------------------------- */



/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}
	
.nav_list1 a {
	font-size: 1.4rem;
}

.nav_list1{
	width: 75%;
}

.hd_link {
    width: 23%;
}

.cate_list1 li a{
	font-size: 2rem;
	min-width: 115px;
	height: 40px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	width: 56px;
	background: #398D78;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 20px;
  height: 16px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background: #fff;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #ffffffe6;
    display: none;
    height: calc(100% - 56px);
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    bottom: 0;
    text-align: center;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    padding: 30px 0 0;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: calc(100% - 56px);
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 0px auto 0;
    width: 95%;
    border-top: 2px solid #ccc;
}

.gnav__menu__item a{
    color: #333;
    font-size: 2rem;
    font-weight: 900;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 20px 0;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

header{
	position:fixed;
	height:56px;
	background:#fff;
}

.hLogo {
    max-width: 210px;
    width: 70%;
    margin-left: 8px;
}


.sld_cont > div{
	height: 115vw;
	min-height: 552px;
	max-height: initial;
}

.sld11{
	background:url(./img/top/mv1_sp.jpg)no-repeat center;
	background-size:cover;
}

.sld12{
	background:url(./img/top/mv2_sp.jpg)no-repeat center;
	background-size:cover;
}

.sld13{
	background:url(./img/top/mv3_sp.jpg)no-repeat bottom;
	background-size:cover;
}

.sld14{
	background:url(./img/top/mv1_sp.jpg)no-repeat center;
	background-size:cover;
}


.cov-div{
	position:absolute;
	bottom: 0%;
	left: 0%;
	top:0;
	right:0;
	margin:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cov-div .title{
	font-size: clamp(4rem,9vw,8.8rem);
}

.content01 {
    padding: 80px 0 80px;
}

.content01 .news_list {
    margin: 40px auto 0;
}

.news_list li{
	padding:16px 0;
}


.news_list li:before{
display:none;
}

.dacate{
	margin-bottom:8px;
}

.news_cate{
	font-size:1.2rem;
	line-height:1.416667;
}

.dacate .date{
	margin-left:8px;
	font-size:1.4rem;
}

.news_list li .title{
	font-size:1.6rem;
	line-height:1.8;
	width: 100%;
}

.new{
	width:70px;
	height:25px;
	font-size:1.4rem;
	margin-right: 0px;
	display:flex;
	margin-bottom:11px;
}

.content01 .btn2{
	margin:40px auto 0;
}

a.btn2{
	font-size:1.6rem;
	max-width:320px;
	height:64px;
}

.content02 {
    padding: 40px 0 40px;
}

.content03 {
    padding: 40px 0 50px;
}

.co2_div {
    margin: 40px auto 0;
    padding: 20px;
    border-radius: 5px;
    flex-direction: column;
}

.co2_div .left{
	max-width: initial;
	width: 100%;
	margin: 0 auto 64px;
}

.co2_div .right{
	max-width: initial;
	width: 100%;
}

.co2_div .left .img{
	max-width:408px;
	margin: 0 auto 16px;
}

.co2_div .left .name{
	flex-direction:column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.8rem;
}

.co2_div .left .name span{
	margin: 8px 0 0;
	font-size: 1.2rem;
}

.co2_div .left .btn3 {
    margin-top: 24px;
}

.btn3{
	font-size:1.6rem;
}

.co2_div .right .title {
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 2.4rem;
}

.co2_div .right .text2 {
    margin-top: 40px;
}

.co2_div .right .text3 {
    margin-top: 27px;
}

.co3_list li{
	width: 100%;
	margin: 40px auto 0px!important;
	max-width:500px;
}

.co3_list li:nth-child(1){
	margin: 0px auto 0px!important;
}

.co3_list li .img{
	max-height: initial;
	height: 43vw;
}

.co3_list li .img .repo_cate{
	font-size: 1.2rem;
	height: 25px;
}

.co3_list li .text_area {
    padding: 20px;
}

.co3_list li .text_area .date{
	font-size:1.4rem;
	margin-bottom:9px;
}

.co3_list li .text_area .title{
	font-size:1.6rem;
}

.content03 .btn2 {
    margin: 40px auto 0;
}
	
.content03 .co3_list {
    margin: 40px auto 0;
}

.co4_list li{
	width: 47.5%;
	margin-top:16px;
	margin-right: 0%;
}


.co4_list li:nth-child(3){
	margin-top:16px;
}

.content04 .co4_list {
    margin: 40px auto 0;
}

.co4_list {
	justify-content:space-between;
}
	
.content04 {
    padding: 30px 0 0;
}

.content04 .img_area {
    padding: 80px 0 0;
    flex-wrap: wrap;
}

.content04 .img_area .img{
	width:50%;
}

.content04 .img_area .img img{
	width:100%;
}

footer .inner {
    padding: 40px 0 40px;
}

footer .logo{
	max-width:284px;
}

.ft_list {
    margin: 16px auto 40px;
	flex-direction:column;
}
	
.ft_list li{
	margin-top:16px;
}
	
.member_ft .ft_list li{
	margin-top:11px;
}

.ft_btn {
    height: 64px;
    font-size: 1.6rem;
}

.ft_btn img {
    margin-right: 4px;
	width:33px;
}

#pageTop a{
	width: 56px;
	height: 56px;
}

#pageTop{
	bottom:0!important;
}

#cover{
	margin:56px auto 0;
}


.co3_list.news_list2{
	margin:40px auto 0;
}
	
.co3_list.news_list3{
	margin:40px auto 0;
}

.mypage01 .co3_list.news_list2 li,
.co3_list.news_list2 li{
	width:100%;
	margin-right: 0;
}

.co3_list.news_list3 li{
	width:100%;
	margin-right: 0;
}
	
#cover2 {
    height: 200px;
    margin-top:56px;
}

.cate_list1 li a{
	font-size: 1.6rem;
	min-width: 95px;
	height: 36px;
}

.pagination-list{
	margin:40px auto 0;
}

.news01 .inner > .title_area .cate1{
	font-size:1.6rem;
	height:30px;
}

.mypage01 .co3_list{
	margin:40px auto;
}

.mypage04 .page_btn03,
.mypage03 .page_btn02,
.mypage03 .page_btn01{
font-size: 2.4rem;
}

#cover2 span{
	font-size: 1.6rem;
	text-align: center;
	margin: 8px auto 0;
	display: block;
}
	
.mypage02 li .box .img {
    max-height: 340px;
    height: 91vw;
}

.mypaper01 .tagbox dl{
	flex-direction:column;
}

.mypaper01 .tagbox dt,
.mypaper01 .tagbox dd{
	width:100%;
}
.mypaper01 .tagbox dd a{
	margin: 0 0 0 8px;
}

.poket01 .page_btn02:before{
	background: url(./img/poket/btn_img.svg) no-repeat center;
	background-size:contain;
	width: 91px;
	top: 0;
	margin: auto;
	z-index: -1;
}

.poket02 li .box{
	flex-direction:column;
	align-items: flex-start;
}

.poket02 li .btn4{
	margin:8px auto 0;
}

	.dl01 .co3_list.news_list2{
	justify-content:space-between;
}

.dl01 .co3_list.news_list2 li{
	width: 48%;
	margin:30px 0 0 !important;
}
	
.about01 .flex{
	margin-bottom:33px;
	flex-direction:column;
}

.about01 .flex .left{
	max-width:358px;
	width: 100%;
	margin:0 auto 30px;
}

.about01 .flex .right{
	max-width:initial;
	width: 100%;
}

.about01 .flex .left .text1{
	margin-top:8px;
	font-size:1.5rem;
}

.about01 .text{
	font-size: 1.6rem;
	line-height: 2;
}

.about01 .mabo2 {
    margin: 0 0 60px;
}
	
.about02 {
    padding: 80px 0;
}
	

.mypage04 .box {
    margin: 40px auto 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}





/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


/* トップページ
----------------------------------------------------------- */

#main {
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}
	
    .co3_list li .img {
        height: 59vw;
    }

.inner {
    width: 89%;
}

.gnav__menu__item a{
	font-size:1.6rem;
}
	
.mypage03.poket01 .page_btn02 {
    background-size: 13%;
}
	
.dl01 .co3_list .box p{
	font-size:1.4rem;
	min-height:initial;
}

.dl01 .co3_list .box .btn{
	width:15%;
}
	

.mypage04 .box a{padding: 27px 25px;}

.mypage04 .page_btn03:after{
	left: 0;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */