
body{
  line-height: 180%;
  font-size: 15px;
}

#header {
  background: #ffffff;
  width: 100%;
  z-index: 4;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

#header .con1 {
  width: 96%;
  display: flex;
  align-items: stretch;
  /*justify-content: space-between;*/
}

#logo {
  box-sizing: border-box;
  width: 200px;
  position: relative;
  z-index: 2;
  padding: 5px 10px 5px 0;
}

#logo1ft{
  width: 200px;
}

#logo img,
#logo1ft img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

#header.m_fixed {
  width: 100%;
  position: fixed;
  z-index: 4;
}

.s_tel{
  background: #f5f5f5;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 140px;
}

.s_tel span,
.stel span{
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.s_tel a{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  padding: 5px 10px;
  display: block;
}

.tel3 a{
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.s_tel a span,
.stel a span{
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}

.s_line,
.s_mail{
  width: 50px;
  border-right: 1px solid #dddddd;
}

.s_line a,
.s_mail a{
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  padding: 5px 0px 25px 0;
  display: block;
  height: 100%;
  box-sizing: border-box;
}

.s_line a{
  background: #11b600 url(images/icon1.png) no-repeat center 28px;
  background-size: 25px;
}

.s_mail a{
  background: #00326c url(images/icon2.png) no-repeat center 28px;
  background-size: 25px;
}

.contactbox{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.box1{
  width: 33.3%;
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #f5f5f5;
}

.stel a{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: 24px;
  line-height: 30px;
  display: block;
  background: #f5f5f5 url(images/icon5c.png) no-repeat 15px center;
  background-size: 25px;
  text-align: center;
  padding: 20px 10px 20px 30px;
}

.sline a,
.smail a{
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 30px 10px 30px 30px;
}

.sline a{
  background: #f5f5f5 url(images/icon1c.png) no-repeat 15px center;
  background-size: 25px;
  color: #01b64e;
}

.smail a{
  background: #f5f5f5 url(images/icon2c.png) no-repeat 15px center;
  background-size: 20px;
  color: #00428e;
}

#contact{
  background: url(images/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#contact::before{
  content: '';
  background: rgba(0,44,94,.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#contact .con1{
  width: 100%;
}

.box_flex{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*border-right: 1px solid #ffffff;*/
}

.box{
  width: 33.3%;
  padding: 40px 20px;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
  text-align: center;
}

.box:first-of-type{
  border-left:none;
}

.box h3{
  color: #ffffff;
}

.box .icon{
  width: 45px;
  margin: 20px auto;
}

.box.tel .en a{
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 5px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.box p{
  color: #ffffff;
}

.box.line p,
.box.mail p{
  display: none;
}

.box .btn1 a{
  display: block;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 20px 15px 10px;
  text-align: center;
  background:url(images/ar.png) no-repeat 97% center;
  background-size: 10px;
  border: 1px solid #ffffff;
  margin-top: 20px;
} 

.box .btn1 a:hover{
  color: #ffffff;
  background:#002658 url(images/ar.png) no-repeat 97% center;
  background-size: 10px;
} 

footer{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.ft_flex{
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.ft_clm{
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.ft_office li{
  padding-top: 20px;
}

.ft_sitemap{
  border-top: 1px solid #dddddd;
  display: table;
  width: 100%;
}

.ft_sitemap .menu-fnav1-container,
.ft_sitemap .menu-fnav2-container,
.ft_sitemap .menu-fnav3-container{
  display: table-cell;
  vertical-align: top;
  padding: 30px 20px;
}

.ft_sitemap .menu-fnav2-container{
  border-left: 1px solid #dddddd;
}

.ft_sitemap li{
  padding: 0 0 8px;
  font-size: 15px;
  line-height: 26px;
}

.ft_sitemap li li{
  padding: 0;
}

.ft_sitemap li li a{
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 0 0 18px;
}

.ft_sitemap li li a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 4px;
  background: #cccccc;
}


#copyright{
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 30px;
  color: #989898;
  text-align: center;
}

/*メインビジュアル
トップスライダー*/

#mainvl {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

#mainvl .swiper-container{
  width: 100%;
  height: 600px;
}

#mainvl .swiper-slide,
#mainvl .single-slide{
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1;
}

#mainvl .swiper-slide::before,
#mainvl .single-slide::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
  z-index: 2;
}

.mainbox{
  width: 90%;
  position: absolute;
  top: 110px;
  left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
  z-index: 10;
}

.maintxt{
  width: 470px;
}

.maintxt h2{
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.mv_check{
  color: #ffffff;
  line-height: 30px;
}

.mv_check ul{
  display: block;
  padding: 5px;
}

.mv_check li{
  width: 48%;
  box-sizing: border-box;
  padding: 2px 20px 2px 30px;
  position: relative;
  display: inline-block;
  background:url(images/icon6.png) no-repeat left center;
  background-size: 20px;
}

.mainbtn{
  flex: .97;
}

.mbtn1 a,
.mbtn2 a{
  display: block;
  border: 1px solid #ffffff;
  padding: 15px 70px 15px 20px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.mbtn1 a{
  background:rgba(0,38,82,.6) url(images/ar.png) no-repeat 95% center;
  background-size: 15px;
}

.mbtn1 a:hover{
  background:rgba(0,38,82,1) url(images/ar.png) no-repeat 98% center;
  background-size: 15px;
}

.mbtn2 a{
  margin-top: 20px;
  background:rgba(0,140,146,.6) url(images/ar.png) no-repeat 95% center;
  background-size: 15px;
}

.mbtn2 a:hover{
  background:rgba(0,140,146,1) url(images/ar.png) no-repeat 98% center;
  background-size: 15px;
}

.mbtn1 h3,
.mbtn2 h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
}

.mbtn1 h3 span,
.mbtn2 h3 span{
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.mbtn1 .en,
.mbtn2 .en{
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.mv_ad{
  background: rgba(0,0,0,.4);
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.mv_ad .co_p2{
  padding: 20px 0;
}

.mv_area{
  width: 70%;
}

.mv_area h3{
  color: #ffffff;
  font-weight: bold;
  padding-left: 30px;
  line-height: 40px;
  background: url(images/icon3.png) no-repeat left center;
  background-size: 20px;
}

.mv_area ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
}

.mv_area li{
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.mv_area li:last-child{
  border-right: 1px solid #ffffff;
}

.mv_area li a{
  display: block;
  font-size: .9rem;
  color: #ffffff;
  padding: 1px 10px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.mv_area li a:hover{
  background: rgba(255,255,255,.8);
  color: #00428e;
}

#topnews{
  background: linear-gradient(to right,  rgba(0,66,142,1) 0%,rgba(0,66,142,1) 15%,rgba(245,245,245,1) 15%,rgba(245,245,245,1) 100%);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.news_flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news_ttl{
  width: 250px;
  padding: 15px 10px 15px 0;
  background: #00428e;
  display: flex;
  flex-wrap: wrap;
  /*float: left;*/
  position: relative;
  z-index: 2;
}

.news_en{
  color: #ffffff;
  font-size: 22px;
  width: 80px;
}

.news_btn{
  border-left: 1px solid #ffffff;
  flex: 1;
}

.news_btn a{
  padding: 0 10px 0 30px;
  font-size: 15px;
  background: url(images/ar.png) no-repeat right center;
  background-size: 10px;
  color: #ffffff;
  display: block;
}

.news_line{
  width: calc(100% - 320px);
  box-sizing: border-box;
  background: #f5f5f5;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}

.news-swiper,
.news_line .swiper-slide,
.news_line .swiper-wrapper{
  width: 100%;
}

.news_line .swiper-slide a{
  width: 100%;
  padding: 15px 0 15px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  background: url(images/ar3.png) no-repeat right center;
  background-size: 10px;
}

.news_line h3{
  flex: 1;
}

/*タイトル*/

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 26px;
}

.txt_n,
.singlebox h3{
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
}

.txt_m,
.single_ttl,
.singlebox h2{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.single_ttl{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.txt_l{
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.txt_b{
  font-size: 25px;
  line-height: 60px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 200px!important;
}

.wid_2{
  width: 300px;
}
.ttl{
  margin-bottom: 20px;
}

.subvl .ttl{
  margin-bottom: 0;
}

.ttl h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

.ttl p,
.ttl h2{
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
}

.ttl h3.en{
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

/*トップ*/

.message_flex{
  display: flex;
  justify-content: space-between;
  flex-direction : row-reverse;
  align-items: flex-start;
}

.message_img{
  width: 300px;
}

.message_txt{
  flex: .9;
}

.service_block{
  border-top: 1px solid #dddddd;
}

.service_block .con1{
  width: 98%;
}

.service_block ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  border-right: 1px solid #dddddd;
}

.service_block li{
  width: 33.3%;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 30px 20px 80px;
  position: relative;
}

.service_block li:nth-last-child(1),
.service_block li:nth-last-child(2){
  border-bottom: none;
}

.service_block .icon{
  width: 130px;
  height: 130px;
  margin: 0 auto 15px;
  border-radius: 50%;
  position: relative;
}

.service_block .icon img{
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.btn2{
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 30px;
}

.btn2 a,
.btn2inline a,
.leftbtn,
.rightbtn{
  display: block;
  border: 1px solid #00428e;
  color: #00428e;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 2px 10px 3px;
}

.btn2 a,
.btn2inline a,
.rightbtn{
  background: url(images/ar3.png) no-repeat 97% center;
  background-size: 10px;
}

.leftbtn{
  background: url(images/ar5.png) no-repeat 3% center;
  background-size: 10px;
}

.btn2 a:hover,
.btn2inline a:hover,
.rightbtn:hover{
  color: #ffffff;
  background: #00428e url(images/ar.png) no-repeat 97% center;
  background-size: 10px;
}

.leftbtn:hover{
  color: #ffffff;
  background: #00428e url(images/ar6.png) no-repeat 3% center;
  background-size: 10px;
}

.btn2inline{
  display: flex;
}

.btn2inline a{
  width: 240px;
}

.btn2inline a:last-of-type,
.rightbtn{
  border-left: none;
}

.postbtn{
  padding-top: 40px;
}

.leftbtn,
.rightbtn{
  width: 150px;
}

.leftbtn{
  float: left;
}

.office_tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  list-style: none;
  padding: 0;
}

.office_tab li {
  cursor: pointer;
  width: 200px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 20px 15px 5px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  background: #ffffff url(images/ar2.png) no-repeat 95% center;
  background-size: 10px; 
}

.office_tab li:hover,
.office_tab li.active2{
  color: #00428e;
  background: #f5f5f5 url(images/ar2.png) no-repeat 95% center;
  background-size: 10px; 
}

.office_tab li:last-child {
  border-right: 1px solid #dddddd;
}

.office_block{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
}

.office_block ul{
  position: relative;
  min-height: 300px; /* 高さ固定するか、JSで調整も可 */
}

.office_block li {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.office_block li.active2 {
  display: block;
  opacity: 1;
  position: relative;
}

.office_list li{
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #dddddd;
}

.office_list li:first-child{
  padding-top: 20px;
  margin-top: 0;
  border-top: none;
}

.office_flex,
.office_flex2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.office_flex{
  padding: 20px;
}

.office_img{
  width: 300px;
  height: 200px;
  position: relative;
}

.office_img2{
  width: 50%;
}

.office_img2 .swiper-slide{
  height: auto;
}
.office_img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office_txt{
  flex: .9;
}

.gmap2{
  margin-top: 30px;
}

.gmap2 iframe {
  width: 100%;
  height: 300px;
}

.blog_list ul.multiple-items,
.recruitimg ul.multiple-items{
  padding: 0;
  margin: 0;
}

.blog_list ul.multiple-items li{
  list-style: none;
  padding: 10px 0;
  box-sizing: border-box;
  height: auto;
}

.recruitimg ul.multiple-items li{
  list-style: none;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
}

.slick-dots li button:before {
  font-size: 18px;
}

.slick-dots {
  bottom: -30px;
}

#topoffice .btn{
  position: absolute;
  right: 5%;
  top: 60px;
}

#news .btn{
  margin-top:30px;
}

.btn a{
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  background:#00428e url(images/ar.png) no-repeat 97% center;
  background-size: 10px;
  display: block!important;
}

.btn a:hover{
  color: #ffffff;
  background:#034268 url(images/ar.png) no-repeat 97% center;
  background-size: 10px;
}

.news_post li{
  width: 100%;
  border-top: 1px solid #dddddd;
}

.news_post li a{
  display: block;
  padding: 15px 30px 15px 20px;
  background:#ffffff url(images/ar3.png) no-repeat 97% center;
  background-size: 10px;
}

.news_post li a:hover{
  background:#f5f5f5 url(images/ar4.png) no-repeat 97% center;
  background-size: 10px;
}

.news_post li:last-child{
  border-bottom: 1px solid #dddddd;
}

.inr_post{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.date{
  width: 80px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #999999;
}

.cate{
  width: 100px;
  box-sizing: border-box;
  text-align: center;
}

.cate2{
  display: inline-block;
  
}

.cate,
.cate2{
  font-weight: bold;
  font-size: 14px;
  padding: 1px 10px;
}

.cate a,
.cate2 a{
}

.inr_post h3{
  flex: .90;
}

.blog_post{
  margin-top: 5px;
}

.blog_post li{
  border-top: 1px solid #dddddd;
  padding: 20px 10px;
}

.inr_post2{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.blog_inr1{
  padding: 0 20px;
}

.thumbimg{
  aspect-ratio: 2/1;
	width: 100%;
	position: relative;
	overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.blog_inr2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.blog_txt{
  flex: .95;
}

.thumbimg2{
  aspect-ratio: 2/1;
  width: 300px;
  position: relative;
	overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

.thumbimg img,
.thumbimg2 img{
	height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	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%);
}

.blog_inr1 h3,
.blog_inr2 h3{
  padding-top: 10px;
}

.singlebox{
  padding: 20px 0 30px;
  border-bottom: 1px solid #dddddd;
}

.singlebox img{
  padding: 10px 0;
}

.singlebox h2,
.singlebox h3{
  margin: 30px 0 0;
  padding-bottom: 10px;
}

.singlebox .wp-block-columns-is-layout-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.singlebox .wp-block-column{
  width: 488%;
}

.singlebox table{
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin: 30px 0 0;
}

.singlebox table td{
  padding: 5px 10px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.singlebox .wp-block-details{
  margin: 30px 0 0;
}

.singlebox .wp-block-details summary{
  border: 1px solid #dddddd;
  padding: 10px 10px;
  background: #f5f5f5;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.singlebox .wp-block-details p{
  padding-top: 10px;
}

.singlebox .wp-block-list{
  margin: 10px;
}

.singlebox .wp-block-list li{
  padding: 2px 0 2px 15px;
  position: relative;
}

.singlebox .wp-block-list li::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00428e;
  position: absolute;
  left: 0;
  top: 13px;
}

.con_form dl{
  padding-bottom: 10px;
}

.con_form2 dl{
  width: calc(100% - 300px);
  float: left;
}

.con_form dt,
.con_form2 dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.con_form dd{
  padding-bottom: 30px;
}

.con_form2 .btn3{
  float: right;
  width: 220px;
  margin-top: 20px;
}

.con_form2 input[type="email"] {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}

.hissu{
	font-size: 12px;
	color: #00428e;
	font-weight: bold;
	padding-left: 5px;
}

.pankuzu_list{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
  padding: 10px 0;
}

.pankuzu_list li{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}

.pankuzu_list li::after{
	content: '>';
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 24px;
	padding: 0 5px;
	color: #333333;
}
.pankuzu_list li a{
	color: #333333;
}
.pankuzu_list li:last-child::after{
	display: none;
}

.mainclm{
  width: 72%;
  float: left;
}

.sideclm{
  width: 22%;
  float: right;
}

.mainclm .news_post{
  margin-top: 5px;
}

.archive li a{
  display: block;
  position: relative;
  padding: 15px 10px 15px 18px ;
  border-top: 1px solid #dddddd;
}

.archive li a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 4px;
  background: #cccccc;
}

.archive li:last-child a{
  border-bottom: 1px solid #dddddd;
}

.archive label{
  display: none;
}

.widget{
  padding-bottom: 30px;
}

.widget_title{
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 5px;
}

.widget select{
  background: #f5f5f5;
}

.subvl{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  color: #ffffff;
}

.subvl::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.newsbg{
  width: 100%;
  background: url(images/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}

.serviceflex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.serviceflex .icon{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
}

.serviceflex .icon img{
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.servicetxt{
  flex: .9;
}

.checkbox h3{
  color: #ffffff;
  background: #00428e;
  padding: 5px 20px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.inr1{
  background: #f5f5f5;
  padding: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.check2 li,
.check3 li{
  background: url(images/check.png) no-repeat left center;
  background-size: 25px;
  font-size: 17px;
  line-height: 30px;
  padding: 5px 0 5px 35px;
}

.check3 li{

}

.serviceflex1,
.serviceflex2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.serviceflex2{
  flex-direction : row-reverse;
}

.service_img1,
.service_img2{
  width: 300px;
}

.service_txt1,
.service_txt2{
  flex: .9;
}

.dl_table1 dl,
.dl_table2 dl{
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.dl_table2 dl{
  flex-wrap: wrap;
  display: block;
  margin-top: 20px;
}

.dl_table1 dt,
.dl_table1 dd,
.dl_table2 dt,
.dl_table2 dd{
  border-top: 1px solid #dddddd;
  padding: 20px 15px;
  box-sizing: border-box;
}

.dl_table1 dt,
.dl_table2 dt{
  background: #f5f5f5;
  float: left;
  clear: left;
  color: #00428e;
  font-weight: bold;
}

.dl_table1 dt{
  width: 200px;
  font-size: 17px;
}

.dl_table2 dt{
  width: 90px;
  text-align: center;
}

.dl_table1 dd{
  margin-left: 200px;
  background: #ffffff;
  border-left: 1px solid #dddddd;
}

.dl_table2 dd{
  margin-left: 90px;
  background: #ffffff;
  border-left: 1px solid #dddddd;
}

.point_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.point_list li{
  width: 33.3%;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
}

.point_list li:nth-child(3),
.point_list li:last-child{
  border-right: 1px solid #dddddd;
}

.point_list li h3{
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.point_list li:nth-child(odd) h3{
  background: #00428e;
}

.point_list li:nth-child(even) h3{
  background: #003470;
}

.point_list2{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.point_list2 .con1{
  width: 100%;
}

.point_list2 ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.point_list2 li{
  width: 33.3%;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
}

.point_list2 li .en{
  padding: 10px 0;
}

.point_list2 li:first-child{
  border-left: none;
}

.point_list2 li:last-child{
  /*border-right: 1px solid #dddddd;*/
}

.point_img{
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
}

.point_img img{
	height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	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%);
}


.inr2{
  padding: 20px;
}

.price li{
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

.price li:first-child{
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}

.price_list li{
  border-top: 1px solid #dddddd;
  padding-top: 40px;
  margin-top: 40px;
}

.recruit_list ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.recruit_list li {
  background: #ffffff;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin: 0;
}

.recruit_list li:nth-child(even) {
  border-right: 1px solid #dddddd;
}

.recruit_list li:last-child,
.recruit_list li:nth-last-child(2){
  border-bottom: 1px solid #dddddd;
}

.recruit_list li:last-child{
  border-right: 1px solid #dddddd;
}

.flow_list li{
  border-top: 1px solid #dddddd;
  padding: 30px 0px;
}

.flow_list li:last-child{
  border-bottom: 1px solid #dddddd;
}

.f_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.f_flex .en{
  width: 80px;
  font-size: 22px;
  line-height: 36px;
}

.simg{
  width: 300px;
  padding-left: 30px;
}

.stxt{
  flex: 1;
}

.stephtml{
  border: 1px solid #dddddd;
  padding: 30px;
  background: #f5f5f5;
}

.stephtml dl{
  padding-top: 10px;
}

.stephtml dt{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  width: 70px;
  float: left;
  padding: 5px 0 0;
}

.stephtml dd{
  margin-left: 70px;
  font-weight: 500;
  padding: 5px 0 0;
}

.greet_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
}

.greet_img{
  width: 300px;
}

.greet_txt{
  flex: .9;
}

.staff_list ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.staff_list li {
  width: 46%;
  box-sizing: border-box;
  margin: 0px 2% 40px;
}

.staff_img{
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  background: #f5f5f5;
  margin-bottom: 20px;
}

.staff_img img{
  height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	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%);
}

.column_ad{
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 200px;
  text-align: right;
}

.column_ad a{
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px 40px 5px 25px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  background: url(images/icon4.png) no-repeat left center;
  background-size: 15px;
}

.sitemap_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.menu-sitemap1-container,
.menu-sitemap2-container{
  width: 49%;
}

.sitemap_flex li a{
  display: block;
  border-top: 1px solid #dddddd;
  padding: 15px;
}

.sitemap_flex li:last-child a{
  border-bottom: 1px solid #dddddd;
}

.sitemap_flex li li a{
  position: relative;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0 5px 20px;
  margin-bottom: 5px;
  border-top: none;
}

.sitemap_flex li li:last-child a{
  border-bottom: none;
}

.sitemap_flex .sub-menu{
  padding-bottom: 30px;
  padding-left: 20px;
}

.sitemap_flex li li a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 12px;
  height: 4px;
  background: #cccccc;
}

/********************************************
 * 共通要素
 ********************************************/

.line1{
  border-top: 1px solid #dddddd;
}

.line2{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.pc_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

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

#mainvl {
  height: 700px;
}

#mainvl .swiper-container{
  height: 700px;
}

#mainvl .swiper-slide,
#mainvl .single-slide{
  height: 700px;
}
  
.mainbox{
  width: 600px;
  top: 70px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.maintxt{
  width: 100%;
}

.maintxt h2{
  letter-spacing: 2px;
}

.mv_check{
  line-height: 28px;
}
  
.mainbtn{
  width: 100%;
  flex: 1;
  margin-top: 30px;
}

.mainclm{
  width: 100%;
  float: none;
}

.sideclm{
  margin-top: 40px;
  width: 100%;
  float: none;
}
}

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



}