@charset "utf-8";

/* ************************************************ 
*	基本設定
* ************************************************ */	
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
* {letter-spacing: 0.05em; line-height: 1.6em;}
html {
animation: fadeIn 1s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;
margin-top: 0 !important; 
height: auto !important;
overflow-x: hidden !important;
width: 100%;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

img {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



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

* {
font-family: "tbudrgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
body {
font-family: 'Noto Sans Japanese', serif; font-weight: 200;
font-size: 14px;
background: #fff;
color: #222;
line-height: 180%;
margin: 0;
min-width: 1000px;
height: 100%;
overflow-x: hidden !important;
}

img {max-width: 100%; height: auto; vertical-align: bottom;}
/*img {
pointer-events: none; 
}*/
a {
pointer-events: auto !important;
display: inline-block;
word-wrap:break-word;
}


header {
background: #fff;
padding: 0; 
width: 100%; 
margin: 0;
height: auto; 
text-align: center; 
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap:wrap;
height: 87px;
position: fixed;
box-shadow:1px 1px 10px 1px rgba(0, 0, 0, 0.5)
}

.headerttl {
width: 300px;
padding: 12px 0px 0px 0px;
background: #fff;
border-radius: 24px;
margin-left: 32px;
}
.headerttl img {
width: 300px;
}

.headsub {
margin: 0 auto; 
width:calc(100% - 555px);
text-align: center;
display: flex;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap:wrap;
	margin-right: 24px;

}





.headsub a {
padding: 30px 10px 0;
display: block;

}

.headsub a b {
font-family: "tbudrgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
color: #1b1a1a;
font-size: 14px;
letter-spacing: 0.05em;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.headsub a:hover b {

color: #f25047;
letter-spacing: 0.05em;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}



.head_contact {
text-align: center;
display: block;
	align-items: center;
	margin-right: 24px;
	padding-top: 15px;
	margin-left: 8px;
}
.head_contact b {
font-style: normal;
font-weight: 600;
color: #fff;
font-size: 14px;
padding: 16px 24px;
display: block;
letter-spacing: 0.05em;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background: #f25047;
	border-radius: 300px;
	
}

.head_contact:hover b {
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
		background: #1b1b1b;
}









/*MENU*/
.menu {
position: relative;
width: calc(100% - 64px);
height: 50px;
margin: 0 auto;
z-index: 3;
}

.menu > li {
float: left;
width: 25%; /* グローバルナビ4つの場合 */
line-height: 50px;
}

.menu > li a {
display: block;

}

.menu > li a:hover {

}

ul.menu__second-level {
visibility: hidden;
opacity: 0;
z-index: 3;
}

ul.menu__third-level {
visibility: hidden;
opacity: 0;
}

ul.menu__fourth-level {
visibility: hidden;
opacity: 0;
}

.menu > li:hover {
background: #ffffff;
-webkit-transition: all .5s;
transition: all .5s;
}

.menu__second-level li {

}

.menu__third-level li {

}

.menu__second-level li a:hover {
}

.menu__third-level li a:hover {
}

.menu__fourth-level li a:hover {
}

/* 下矢印 */
.init-bottom:after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
margin: 0 0 0 15px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
content: " ";
display: table;
}

.menu:after {
clear: both;
}

.menu {
*zoom: 1;
}

li.menu__mega ul.menu__second-level {
position: absolute;
top: 56px;
box-sizing: border-box;
width: 200px;
padding-bottom: 20px !important;
background: #fff;
-webkit-transition: all .2s ease;
transition: all .2s ease;
border-radius: 0 0 32px 32px;
z-index: 3;
}

li.menu__mega:hover ul.menu__second-level {
top: 64px;
visibility: visible;
opacity: 1;
z-index: 3;
}

li.menu__mega ul.menu__second-level > li {
width: 100%;
border: none;
text-align: center;
display: block;
padding: 0px 0 8px 0;
z-index: 3;
height: auto;
}


li.menu__mega ul.menu__second-level > li img {
width: 70%;
border: none;
max-width: 320px;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}

li.menu__mega ul.menu__second-level > li:hover img{

filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}

li.menu__mega ul.menu__second-level > li a {
	text-align: left;
	font-size: 14px;
	color: #1e1e1e;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	padding-top: 10px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}
li.menu__mega ul.menu__second-level > li:hover a {
	text-align: left;
	font-size: 14px;
	color: #f25047;

	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	
}

.menu__mega {
  background: url(images/arrow_bottom.png) no-repeat right top 40px;
  background-size: 8px;
  padding-right: 8px;
  margin-right: 16px;
}



/* ************************************************ 
*	TOPメイン
* ************************************************ */	

.main_mov {
position: relative;
top: 0;
left: 0;
width: 100%;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
height: auto;
overflow: hidden;
z-index: 0;
object-fit: cover;
padding-top: 100px;
}
.main_mov img {
width: 100%;
min-height: auto;
height: auto;
z-index: 0;
object-fit: cover;


}

.banner {
  position: relative;
  	display: flex;
  	justify-content: flex-end;
  	flex-direction: row;
  	flex-wrap:wrap;
  	margin: -64px 32px 0 0;
}
.banner img {
  width: 260px;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0 16px;
}




/* ************************************************ 
*	TOP ニュース
* ************************************************ */	
.current {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.newsss {
background: #fff;
padding: 48px 32px;
margin: -64px 0 64px 0;
width: auto;
height: auto;
text-align: center;
}

.newsss_in {
display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap:wrap;
	align-items: flex-start;
	max-width: 1140px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.newsss_in1 {
width: 10%;
}
.newsss_in1 h3 {
font-family: "vdl-logog", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 32px;
color: #1e1e1e;
margin: 0;
padding: 0;
}

.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.tate_link {
background: url(images/li.png) no-repeat top center;
background-size: 16px;
padding: 20px 13px 8px;
margin-top: 32px;
}

.newsss_in2 {
width: 85%;
display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap:wrap;

}

.newsss_in3 {
width:calc(50% - 32px);
margin-right: 32px;
padding: 0;
margin-bottom: 24px;
}

.newsss_in3 h4 {
font-size: 13px;
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 600;
color: #1e1e1e;
border-bottom: 1px solid #1e1e1e;
margin: 0 0 16px 0;
padding: 0 0 8px 0;

}
.newsss_in3 a {
font-size: 16px;
letter-spacing: 0.05em;
line-height: 1.7em;
color: #1e1e1e;
display: block;
}




.w1000ss {
max-width: 1140px;
width: auto;
margin: 0 auto;
}
.w50per {
width:calc(50% - 24px);
}
.mb64 {margin-bottom: 64px;}
.mt64 {margin-top: 64px;}

.block {
  display: block;
}

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

.footer_out {
padding: 24px;
}

footer {
background: #9c9a8f;
padding: 24px 48px; 
width: auto;
margin: 8px 0 72px;
height: auto; 
text-align: center; 
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap:wrap;
height: auto;
border-radius: 500px;
}

.footersub {
  	display: flex;
  	justify-content: flex-start;
  	flex-direction: row;
  	flex-wrap:wrap;
}

.footersub li {
  margin-left: 24px;
  background: url(images/li.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
}
.footersub li a {
  color: #fff !important;
}
.footersub li a:hover {
  color: #fff !important;
  text-decoration: underline;
}

address {
font-size: 11px;
text-align: left;
color: #1e1e1e;
margin-top: 32px;
}
/*GO TOP*/
#footer_contact {
width: 52px;
height: auto;
position: fixed;
right: 32px;
bottom: -200px;
border-radius: 50%;
z-index: 9;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

#footer_contact:hover {
width: 52px;
height: auto;
position: fixed;
right: 32px;
bottom: -200px;
border-radius: 50%;
z-index: 9;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;

}

#footer_contact img {
width: 52px;
height: auto;
}
/*Go TOP END*/





/* モーダルCSS */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity ease, 0s visibility 0.3s linear;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.is-open {
  transition: 0.3s opacity ease, 0s visibility 0s linear;
  opacity: 1;
  visibility: visible;
}
.modal__content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 0 1 1000px;
  width:calc(100% - 40px);
  max-width: 1000px;
  max-height: 100%;
}
.modal__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal__open, .modal__close {
  display: block;
  width: 300px;
  height: 50px;
  margin: 20px auto;
}

.block a {
  text-decoration: underline;
}
.block a:hover {
  text-decoration: none;
}



/* ************************************************ 
*	下層
* ************************************************ */	
.step {
  color: #f25047 !important;
  font-weight: bold; 
}
.font11 {
  font-size: 11px !important;
}
.mt_minus {
  margin-top: -12px !important;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    border: none !important;
}

.wp-block-table td, .wp-block-table th {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
     border-bottom: 1px solid #888 !important;
    padding: 16px !important;
}
.wp-block-table td, .wp-block-table th {
    border-top: none !important;
  border-left: none !important;
  border-right: none !important;
    border-bottom: 1px solid #888 !important;
    padding: 16px !important;
}

article ul li {
  text-align: left !important;
  font-size: 16px;
  border-bottom: 1px solid #444;
  padding: 16px 0;
  
}
article ul li a {
  text-align: left !important;
}


.red {
  color: #f35148;
}

.redbox {
  padding: 8px 24px;
  border: 1px solid #f35148;
  margin: 32px auto;
  border-radius: 8px;
}

.graybox {
  padding: 8px 24px;
  background: #f6f5f1;
  margin: 32px auto;
  border-radius: 8px;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.15);
}
.graybox2 {
  padding: 8px 24px;
  background: #fbf2ef;
  margin: 32px auto;
  border-radius: 8px;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.15);
}

.graybox2 a {
  text-decoration: underline;
}
.graybox2 a:hover {
  text-decoration: none;
}

.btn_contactpage {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 16px 48px;
    margin: 0 auto 64px;
    display: block;
    letter-spacing: 0.05em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    background: url(images/li.png) no-repeat left 24px center #f25047;
    background-size: 24px;
    border-radius: 300px;
    width: 100%;
    max-width: 300px;
}
.btn_contactpage:hover {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 16px 48px;
    margin: 0 auto 64px;
    display: block;
    background: url(images/li.png) no-repeat left 24px center #1a1a1a;
    background-size: 24px;
    letter-spacing: 0.05em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    border-radius: 300px;
    width: 100%;
    max-width: 300px;
}



.ticimg {
  max-width: 400px;
  position: relative;
  top: 40px;
}

h4 {
  font-size: 20px;
}

.kaso_header {
background: #f2f6f7;
height: auto;
padding: 80px 32px 64px;
position: relative;
width:calc(100% - 64px);
max-width: 1140px;
z-index: 0;
margin: 15px auto 0 auto;
border-radius: 16px;
}
.kasoh4 {
  font-family: "vdl-logog", sans-serif;
font-weight: 400;
font-style: normal;
}
.kasoh4 {
padding: 8px 0px 16px 0px;
display: inline-block;
margin: 0 auto;
color: #111 !important;
font-size: 24px;
}

.wrap {
  padding-top: 112px;
}
#primary {max-width: 800px; margin: 32px auto 32px auto; padding: 0 20px 0; overflow: hidden; }
.mission {
  background: #fbf9f8;
  padding: 32px 32px;
  margin: 64px 0;
}
.w800 {max-width: 800px; margin: 0 auto 0 auto; padding: 0 0 0; overflow: hidden; }
.border_dot {
  border-bottom: 1px dotted #555;
}

.faqs {
  border-bottom: 1px solid #222;
  padding: 24px 0 8px;
  margin: 8px 0 24px 0;
}





@media screen and (max-width: 1180px){
.headsub a {
    padding: 30px 4px 0;
    display: block;
}
.menu__mega {
    background: url(images/arrow_bottom.png) no-repeat right top 40px;
    background-size: 8px;
    padding-right: 12px;
    margin-right: 8px;
}
.headsub a b {
font-family: "tbudrgothic-std", sans-serif;
font-weight: 400;
font-style: normal;

    color: #1b1a1a;
    font-size: 12px;
    letter-spacing: 0.05em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.headsub {
    margin: 0 auto;
    width: calc(100% - 620px);
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 24px;
}
.head_contact b {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    padding: 16px 16px;
    display: block;
    letter-spacing: 0.05em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    background: #f25047;
    border-radius: 300px;
}
  
}

@media screen and (max-width: 1080px) {
.sp_mini_ul {
  border-radius: 16px;
  background: #f6f6f0;
  margin: 11px;
}

  .head_contact {
display: none;
}
.headsub {
  display: none;
  }
  
  .menu_logo {
    padding: 32px 0 24px !important;
    margin: 0px 16px 16px !important;
    border-bottom: 1px solid #333;
  }
}


@media screen and (max-width: 767px){
  
  header {
background: #fff;
padding: 14px;
width: calc(100% - 32px);
margin: 0;
height: auto;
text-align: center;
position: fixed;
z-index: 2;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
height: 32px;

}

.main_mov {
  margin-top: 8px;
  margin-bottom: 32px;
}

.banner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -64px 32px 0 0;
    display: none;
}


  .headerttl {
    width: 200px;
    padding: 0;
    margin: 0;
    }
  .footersub {display: none;}
  footer {

    padding: 24px 0px;
    width: calc(100% - 0px);
    margin: 8px 0px 72px;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    border-radius: 500px;
}

.w50per {
    width: 100%;
    margin: 0 24px 24px;
}
.newsss_in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1140px;
    text-align: left;
    margin: 0 24px;
    padding: 0;
}

.newsss_in1 {
    width: 24px;
}
.newsss_in1 h3 {
    font-family: "vdl-logog", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #1e1e1e;
    margin: 0;
    padding: 0;
}
.newsss_in2 {
    width:calc(100% - 64px);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.tate_link {
    background: url(images/li.png) no-repeat top center;
    background-size: 14px;
    padding: 20px 6px 8px;
    margin-top: 32px;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 24px 0 16px;
}
.newsss {
    background: #f6f6f6;
    padding: 24px 0;
    margin: 0 0 64px 0;
    width: auto;
    height: auto;
    text-align: center;
}
.newsss_in3 {
    width: 100%;
    margin-right: 0px;
    padding: 0;
}

.kaso_header {
height: auto;
padding: 160px 32px 32px;
position: relative;
width:calc(100% - 64px);
z-index: 0;
margin-top: -154px;
}

#main h3 {
font-size: 18px;
text-align: left;
}
.btn_contactpage {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    padding: 16px 40px;
    margin: 0 auto 64px;
    display: block;
    letter-spacing: 0.05em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    border-radius: 300px;
    width: 100%;
    max-width: 280px;
    min-width: 200px;
}
.btn_contactpage:hover {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    padding: 16px 40px;
    margin: 0 auto 64px;
    display: block;
    letter-spacing: 0.05em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    border-radius: 300px;
    width: 100%;
    max-width: 280px;
    min-width: 200px;
}

.main_mov img {
    width: 100% !important;
    min-height: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
}

* {word-break:break-all;}



/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.sp_mini_ul {
  /*padding: 8px;*/
  border-radius: 11px;
  background: #f6f6f0;
  margin: 16px !important;
}
.font14 {font-size: 14px;}

}
