@charset "utf-8";


/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
html{}
a,button{color: #15B5E5; cursor: pointer; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
a:hover,button:hover{ opacity: 0.5;}


/*画像幅100%*/
img{ max-width: 100%; height: auto;}
img.wide{ width: 100%; height: auto;}

.mgn{
  margin: 0 auto;
}

.abs{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}

/*フレックスボックス*/
.flex{ display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-wrap{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.flex.revs{ -webkit-flex-direction: row-reverse; flex-direction:row-reverse;}
.flex.va-cent{ -webkit-align-items: center; align-items:center;}
.flex.jc-cent{ -webkit-justify-content: center; justify-content: center;}
.flex.jc-right{ -webkit-justify-content: flex-end; justify-content: flex-end;}
.grid{ display: -webkit-flex; display: flex;justify-content: space-between;}

/*画像切り替えなど*/
.sp{ display: none !important; }
.sp2{ display: none !important; }
.sp3{ display: none !important; }
.pc{ display:block !important; }
.pc2{ display:block !important; }
.pc3{ display:block !important; }

/*ローディング*/
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 10;}
#loader {display: block;position: absolute;top: 50%;width: 100%;height: 60px;left: 0;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);text-align: center;z-index: 100;}
/*ローダー・サークル*/
.loader1{ width:45px; height:45px; border-radius:50%; border:2px solid rgba(0,0,0,0.2); border-top-color:rgba(0,0,0,0.4); box-sizing:border-box; display: inline-block; animation:loading 0.6s linear infinite; -webkit-animation:loading 0.6s linear infinite;}
  @keyframes loading{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
  @-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

#all-wrap{ position: relative; opacity: 0;}
#all-wrap.active{ opacity: 1;}

/*リサイズ時アニメーション回避*/


body{
  font-size: 1.6rem;
  background: #fff;
  line-height:2;
  color:#333333;
}


body .fin{ transform: none !important; transition-delay: 0s !important; transition-duration: 0s !important;}

/*背景画像デフォルト設定*/
.bgcover{background-size:cover;background-repeat: no-repeat;background-position: center;}

/*リストマーク*/
.mk>li{ position: relative; padding-left: 1em;}
.mk>li>span{ position: absolute; left:0; top:0;}

.mk2>li{ position: relative; display: table;}
.mk2>li>i{ white-space: nowrap;width: 0px; display: table-cell;}
.mk2>li>span{display: table-cell;}


h1,h2,h3,h4,h5,h6{ line-height: 1.2em; color:#000;}

/*google font*/
.ff1{
  font-family: 'Arial', sans-serif;
}

.gf1{
  font-family: 'Roboto', sans-serif;
}

.gf2{
  font-family:  "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",'Noto Serif JP', serif;
}


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

  body{
    font-size: 1.4rem;
  }

  .wrap {
      padding: 0 20px;
  }

  a:hover,button:hover{ opacity: 1;}

}

/*表示切り替え*/
.pc{ display: block !important; }
.sp{ display:none !important; }
.pc2{ display: block !important; }
.sp2{ display:none !important; }

@media screen and (max-width:1100px){
  .pc{ display: none !important; }
  .sp{ display:block !important; }
}

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

  .pc2{ display: none !important; }
  .sp2{ display:block !important; }

}


/*******************************************
レイアウト
********************************************/

#container{
  padding-top: 80px;
}

.home #container{
  padding-top: 0px;
}

.home .cmn-contents {
  padding-top: 0px;
}
@media screen and (max-width:768px){
  #container {
    padding-top: 60px;
  }
  .brsp{
    display: none !important; 
  }
}

@media screen and (max-width:500px){
  .brsp2{
    display: none !important; 
  }
}


/*******************************************
共通
********************************************/
/*------------------
見出し
------------------*/
.cmn-headline-l{
  margin-bottom: 50px;
}
.cmn-headline-l>strong{
  font-size: 6rem;
  color: #09B0F5;
  display: block;
  line-height: 1.5;
  text-align: center;
  font-weight:  normal;
}

.cmn-headline-l>span{
  font-weight: bold;
/*  color: #0068B7;*/
  line-height: 1.5;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px){
  .cmn-headline-l{
    margin-bottom: 40px;
  }
  .cmn-headline-l>strong{
    font-size: 5rem;
    line-height: 1.5;
    text-align: center;
  }

  .cmn-headline-l>span{
    font-weight: bold;
  /*  color: #0068B7;*/
    font-size: 1.6rem;
  }

}

.cmn-headline-m{
  margin-bottom: 50px;
}
.cmn-headline-m>strong{
  font-size: 5.6rem;
  color: #fff;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}

.cmn-headline-m>span{
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  display: block;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px){
  .cmn-headline-m{
    margin-bottom: 40px;
  }
  .cmn-headline-m>strong{
    font-size: 5.6rem;
    line-height: 1.5;
    text-align: center;
  }
}

.cmn-headline-s{
  font-size: 3.6rem;
  color: #00C2EF;
  display: block;
  line-height: 1.5;
  text-align: center;
  font-weight:  normal;
  margin-bottom: 40px;
}

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

  .cmn-headline-s{
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

/* feature service */

.cmn-headline-s2{
  font-size: 3.6rem;
  color: #09B0F5;
  display: block;
  line-height: 1.5;
  text-align: left;
  font-weight:  normal;
  margin-bottom: 40px;
}

.cmn-headline-s3{
  font-size: 2.8rem;
  color: #09B0F5;
  display: block;
  line-height: 1.5;
  text-align: center;
  font-weight:  normal;
  margin-bottom: 40px;
}

.feturelead-section .block3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.feturelead-section .block3 .box1{
  width: 45%;
  margin-right: 5%;
}

.feturelead-section .block3 .box2 .title{
  font-size:  2.4rem;
  color:#000;
  margin-bottom: 20px;
}

.feturelead-section .block3 .box2 p{
  color:#000;
	text-align: justify;
}
.feturelead-section .block3 .box2{
  width: 50%
}

.top-feature .block{
	display: block;
}

.top-feature .block .title_feature h3{
	display: block;
	font-size: 2.4em;
	color: #fff;
}

.top-feature .block .row .ph_feature img{
	display: block;
	width: 100%;
	margin: 30px 0;
}

.feturelead-section .block3 .box{
  width: calc((100% - 60px) / 3);
}

.feturelead-section .block3 h3.title{
  color: #1B1B1B;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.feturelead-section .block3 h3.title em{
  color: #0159C4;
}

.feturelead-section .block3 .box2 p.massage{
  margin-top: 10px;
  font-size: 1.8rem;
}

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

  .feturelead-section .block3 .box{
    width: 100%;
  }

  .feturelead-section .block3 .box img{
    width: 100%;
  }

  .feturelead-section .block3 h3.title{
    font-size: 3.6rem;
    margin-bottom:15px;
    text-align: center;
  }

  .feturelead-section .block3 .box2 p.massage{
    margin-top: 10px;
    font-size: 1.8rem;
	text-align: justify;
  }
	
}

@media screen and (max-width:990px){
  .cmn-headline-s2{
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:768px){
  .feturelead-section .block3 {
    display: block;
  }

  .feturelead-section .block3 .box1{
    width: 100%;
    margin-bottom: 30px;
  }

  .feturelead-section .block3 .box1 img{
    width: 100%;
  }

  .feturelead-section .block3 .box2 .title{
    font-size:  2.4rem;
    color:#FFFFBF;
    margin-bottom: 20px;
  }

  .feturelead-section .block3 .box2{
    width: 100%;
    text-align: justify;
  }

  .cmn-headline-s3{
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .cmn-headline-s2{
    font-size: 2.4rem;
  }
}

/*------------------
  name
------------------*/

.cmn-name{
  display: flex;
  justify-content: center;
  align-items: center;
}

.cmn-name>span{
  font-size:  1.8rem;
}

.cmn-name>strong{
  font-size:  2.4rem;
  font-weight:  normal;
  padding-left: 1em;
}

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

  .cmn-name>strong{
    font-size:  1.8rem;
  }

  .cmn-name>span{
    font-size:  1.5rem;
  }

}

/*------------------
  cmn-visual
------------------*/

.cmn-visual{
  margin-bottom: 60px;
}

.cmn-visual img{
  border-radius: 100px 0 0 0;
}

@media screen and (max-width:768px){
  .cmn-visual {
    margin-bottom: 40px;
  }
}


/*------------------
  cmn-row1
------------------*/
.cmn-row1-wrap {
  margin-top: 40px;
  margin-bottom: 0px;
}

.cmn-row1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap:30px;
  margin-bottom: 40px;
}

.cmn-row1.reverse{
  flex-direction: row-reverse;
}

.cmn-row1 .image{
  width: 48%;
}

.cmn-row1 .text{
  width: 48%;
}
.cmn-row1 .text p{
  margin-bottom: 1em;
}

@media screen and (max-width: 768px){
  .cmn-row1-wrap{
    gap:50px;
  }

  .cmn-row1,
  .cmn-row1.reverse{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .cmn-row1  .image{
    width: 100%;
  }

  .cmn-row1  .image{
    width: 100%;
  }
  .cmn-row1  .image img{
    max-width: 500px;
    display:block;
    margin: 0 auto;
  }

  .cmn-row1  .text{
    width: 100%;
  }

}

/*------------------
ラップ
------------------*/
.cmn-wrap{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width:768px){
  .cmn-wrap{
    padding: 0 20px;
  }

}

.cmn-contents{
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width:1100px){

  .cmn-contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home  .cmn-contents {
    padding-top: 0px;
    padding-bottom: 0px;
  }

}

/*------------------
  ボタン
------------------*/
.cmn-button2{
  position: relative;
  background: #00C2EF;
  text-align: center;
  width: 269px;
  padding: 20px 15px;
  color: #fff;
  border:none;
  font-weight: bold;
  font-size: 2.4rem;
  border-radius: 20px;
  display: block;
}
.cmn-button2.arrow::after{
  content:"";
  position: absolute;
  top:50%;
  right:20px;
  width: 10px;
  height: 10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform: translate(0,-50%) rotate(-45deg);
}
.cmn-button2.back{
  background: #7E7E7E;
}
@media screen and (max-width: 768px){

  .cmn-button2{
    padding: 12px 15px;
    color: #fff;
    border:none;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 15px;
    display: block;
  }
}

/*------------------
  ボタン
------------------*/
.cmn-button1{
  position: relative;
  color: #09B0F5;
  text-align: center;
  width: 290px;
  padding: 10px 15px;
  background: #fff;
  border:none;
  font-weight: bold;
  font-size: 2.4rem;
  border-radius: 20px;
  display: block;
  border-radius: 20px;
  font-weight: bold;
}
.cmn-button1.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #09B0F5;
  border-bottom: 2px solid #09B0F5;
  transform: translate(0,-50%) rotate(-45deg);
}


.cmn-contents-main2{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.cmn-contents-row2{
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 0px;
  padding-bottom: 100px;
  max-width: 1240px;
  padding: 0 40px;
}

.cmn-contents-row2 .cmn-contents-main2{
  width: calc(100% - 290px);
  padding-right: 5%
}

.cmn-contents-aside2{
  position: relative;
  width: 290px
}

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

  .cmn-contents-row2{
    position: relative;
    display: flex;
    margin-top: 30px;
    padding-bottom: 50px;
  }

  .cmn-contents-main2{
    width: 100%;
    padding-right: 5%
  }

  .cmn-contents-aside2{
    width: 30%;
  }

  .cmn-contents-row2 .cmn-contents-main2{
    width:100%;
  }

}

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

  .cmn-contents-row2{
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
  }

  .cmn-contents-row2 .cmn-contents-main2{
    width: 100%;
    padding-right:0%;
    display: block;
    padding: 0 30px 0px;
  }

  .cmn-contents-main2{
    padding: 0 30px 0px;
  }

  .cmn-contents-aside2{
    width: 100%;
    padding: 0 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

}

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

  .cmn-contents-row2 {
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 50px;
    padding: 0px;
  }
  .cmn-contents-main2 {
    padding: 0 20px 0px;
  }
}




/*ページャー*/
.pager {
  letter-spacing: -0.5em;
  padding: 0;
  margin: 50px 0 50px;
  display: flex;
  justify-content: center;
}

.pager li{
  display: inline-block;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 15px;
  letter-spacing: 0.05em;
  font-family: 'Roboto', sans-serif;
}
.pager li:first-child{border-right:none;}
.pager li:last-child{border-right:none;}
.pager li:nth-last-child(2){border-right: #152A87;}
.pager .first{}
.pager .last{}

.pager span {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  width: 20px;
  line-height: 40px;
  color: #00C2EF;
  border-radius: 10px;
  font-size:  1.8rem;
}
.pager span::after {
  content:"";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  bottom:0;
  left:0;
  background: #00C2EF;
}

.pager a{
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  width: 20px;
  line-height: 40px;
  transition: opacity 0.3s ease;
  color:#333333;
  border-radius: 10px;
  font-size:  1.8rem;
}

.pager a:hover{
    opacity: 0.6;
}

.pager .next a{
  position: relative;
  height: 40px;
  width: 77px;
  padding-left: 40px;
  text-align: right;
  display: block;
  white-space: nowrap;
}
.pager .next a::after{
  content:"";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top:0;
  left:0;
  background: #DDDDDD;
}

.pager .prev a{
  position: relative;
  height: 40px;
  width: 77px;
  padding-right: 40px;
  text-align:left;
  display: block;
  white-space: nowrap;
}

.pager .prev a::after{
  content:"";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top:0;
  right:0;
  background: #DDDDDD;
}

.pager .first a,.pager .first span,
.pager .prev span,
.pager .next span,
.pager .last a,.pager .last span{
    position: relative;
    background: transparent !important;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.pager .next span::after {
  display: none;
}

.pager .prev span::after {
  display: none;
}

.pager .dot{
  position: relative;
  display: block;
}
.pager .dot::after{
  display: none;
}
.pager .dot::before{
  content:"…";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  color: #333333;
}

/* .pager .next a::after{
  content: "";
  position: absolute;
  top: 0%;
  left:0;
  transform: rotate(0deg);
  background-image: url(../img/w_arrow.svg);
  background-repeat: no-repeat;
  background-position: 45% center;
  background-size: 20px;
  z-index:  2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pager .prev a::after{
  content: "";
  position: absolute;
  top: 0%;
  left:0;
  transform: rotate(-180deg);
  background-image: url(../img/w_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-position: 45% center;
  z-index:  2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
 */
@media screen and (max-width:768px){
  .pager li{
    margin: 0 10px;
  }

  .pager .next a{
    position: relative;
    height: 40px;
    width: 50px;
    padding-left: 0px;
  }

  .pager .prev a{
    position: relative;
    height: 40px;
    width: 50px;
    padding-right: 0px;
  }
}

header{
  position: fixed;
  width: 100%;
  left:0;
  top:0;
  display: flex;
  height: 80px;
  z-index: 100;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 10000;
}

.home header{
  background: transparent;
}

.home header.active{
  background: #fff;
}

header.change{
  background: #fff;
}

header .official-header-logo{
  width: 377px;
  padding:15px 20px;
}

header .official-header-logo a{
  display: block;
  width: 262px;
}

header .official-header-menu{
  display: flex;
  gap:30px;
  padding-top: 25px;
  padding-right: 45px;
  background:rgba(255,255,255,0.5);
  border-bottom-right-radius: 50px;
}

header .official-header-menu>li>a{
  color:#333;
}

header .header-contact{
  position: absolute;
  width: 240px;
  height: 80px;
  border-bottom-left-radius: 50px;
  background: #09B0F5;
  color: #fff;
  right:0;
  top:0;
  text-align: center; 
  padding-right: 80px;
  overflow: hidden;
}

header .header-contact-button{
  color: #fff;
  display: block;
  padding-top: 25px;
  height: 80px;
  border-bottom-left-radius: 50px;
}

body header #menu-button-wrap{
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  width: 78px;
  height: 80px;
  background: #09B0F5;
}

body header #menu-button-wrap::after{
    content:"";
    position: absolute;
    display: block;
    width: 1px;
    height: 40px;
    top:22px;
    left:0;
    background: #fff;
}

body header #menu-button {
  position: absolute;
  display: block;
  top: 31px;
  right:25px;
  width:30px;
  height: 21px;
  cursor: pointer;
  z-index: 5;
  margin-top: 0px;
  transition: all 0.3s ease;
  z-index: 100;
}

body header #menu-button>div{
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all .5s;
}

body header.on #menu-button>div{
  background: #fff;
}

body header #menu-button>div:nth-child(1){
  top: 0%;
  transform: translate(0%,0%);
}

body header #menu-button.active>div:nth-child(1) {
  top: 50%;
  transform: translate(-5%,-50%) rotate(45deg);
}

body header #menu-button>div:nth-child(2){
  top: 50%;
}

body header #menu-button.active>div:nth-child(2) {
  opacity: 0;
}

body header #menu-button>div:nth-child(3){
  top: 100%;
  transform: translate(0%,0%);
}

body header #menu-button.active>div:nth-child(3) {
  top: 50%;
  transform: translate(-5%,-50%) rotate(-45deg);
}

header nav{
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  top:80px;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease;
  opacity: 0;
  display: none;
}

body header nav.block {
  display: block;
}

body header nav.block.active {
  opacity: 1;
  left:0;
  transition: all 0.3s ease;
}

header nav .nav-block{
  height: calc(100vh - 80px);
  display: flex;
}

header nav .nav-block .box1 img{
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 80px - 80px);
}

header nav .nav-block .box1 {
  padding-bottom: 80px;
  width: 41.6%;
}

header nav .nav-block .box2{
  width: 58.4%;
  padding: 100px 5%;
  display: flex;
}
header nav .nav-block .box2 .row {
  max-width: 613px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}


header nav .nav-block .box2 .row .col1{
  position: relative;
  width: 45%;
}

header nav .nav-block .box2 .row .col2{
  position: relative;
  width: 55%;
  padding-left: 50px;
}


header nav .nav-block .menu{
  position: relative;
}

header nav .nav-block .menu::after{
  content:"";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top:0;
  right:0;
  background: #959595;
}



header nav .nav-block .menu>li{
  margin-bottom: 2em;
}

header nav .nav-block .menu>li>a{
  color:#1B1B1B;
}

header nav .nav-block .menu>li>a span{
  font-size: 1.6rem;
  display: block;
  color: #B2B2B2;
  line-height: 1;
}

header nav .nav-block .menu>li>a strong{
  font-size: 2.7rem;
  font-weight: bold;
}

header nav .nav-block .menu>li .menu2>li{
  margin-bottom: 1em;
}

header nav .nav-block .menu>li .menu2>li>a{
  padding-left: 1em;
  color:#1B1B1B;
  font-size: 1.8rem;
  display: block;
}

header nav .nav-block .box2  .contact-box>.head{
  height: 36px;
  text-align: center;
  background: #09B0F5;
  border-radius: 5px;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 20px;
}

header nav .nav-block .box2  .contact-box .tel{
  line-height: 1em;
  display: flex;
  justify-content: center;
  color:inherit;
  align-items: center;
  margin-bottom: 5px;
}

header nav .nav-block .box2  .contact-box .tel i{
  width: 24px;
  margin-right: 5px;
}
header nav .nav-block .box2  .contact-box .tel span{
  font-size: 2.6rem;
  font-weight: bold;
}
header nav .nav-block .box2  .contact-box .message{
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}

header nav .nav-block .box2  .contact-box .tel span{}
header nav .nav-block .box2  .contact-box .message{}
header nav .nav-block .box2  .contact-box .button{
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 10px;
  color: #1B1B1B;
  padding: 15px 0;
  background: #F7F7F7;
  display: block;
  margin-bottom: 40px;
}

header nav .nav-block .box2  .contact-box .button::after{
  content:"";
  position: absolute;
  top:50%;
  right:30px;
  width: 9px;
  height: 9px;
  border-right:1px solid #1B1B1B;
  border-bottom:1px solid #1B1B1B;
  transform: translate(0,-50%) rotate(-45deg);
}

header nav .nav-block .box2  .banner{
  margin-bottom: 20px;
  display: block;
}

header nav .nav-block .box2  .ex-link>li>a{
  color:inherit;
}


@media screen and (max-width:1100px){
  header .official-header-menu{
    display: none;
  }

  header .official-header-logo {
    width: 317px;
  }

  header .header-contact {
    position: absolute;
    width: 200px;
  }

  header nav .nav-block .box1 {
   display: none;
  }

  header nav .nav-block .box2 {
    width: 100%;
    padding: 50px 40px;
    display: flex;
  }

  header .official-header-menu {
    gap: 25px;
  }
}

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

  header{
    height: 60px;
  }

  body header #menu-button {
    top: 19px;
    right: 15px;
    width: 30px;
    height: 21px;
  }

  body header #menu-button-wrap {
    width: 60px;
    height: 60px;
  }

  header .official-header-menu {
    display: none;
  }

  header .official-header-logo a {
    display: block;
    width: 210px;
    margin-top: -4px;
  }

  header nav{
    top:60px;
  }


  header nav .nav-block {
   display: block;
  }

  header nav .nav-block .box2 .row {
    display: block;
  }

  header nav .nav-block .box2 .row .col1{
    width: 100%;
  }

  header nav .nav-block .box2 .row .col2{
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  header nav .nav-block .menu{
    padding-bottom: 10px;
  }

  header nav .nav-block .menu::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top:auto;
    bottom:0;
    right:0;
    background: #959595;
  }

  header .header-contact{
    display: none;
  }
  header .header-contact-button{
    display: none;
  }

  body header #menu-button-wrap::after{
    display: none;
  }

  header nav .nav-block .box2 .banner img{
    width: 100%;
  }

}

/*------------------
footer
------------------*/
footer{
  padding-top: 90px;
  padding-bottom: 80px;
  background: #F4FCFD;
  text-align: center;
}
footer .menu{
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
  gap:70px;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 40px;
}
footer .menu>li>a{
  font-weight: bold;
  color: inherit;
}

footer .logo{
  width: 262px;
  display: block;
  margin: 0 auto 20px;
}

footer .address{
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8;
  color: #333333;
}
footer .address a{
  color: #333333;
}

footer .ex-link{
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

footer .ex-link>li>a{
  padding-left:1.5em;
  position: relative;
  color: inherit;
}

footer .ex-link>li>a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: translate(0,-50%) rotate(-45deg);
}

@media screen and (max-width:768px){
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer .cmn-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
  }

  footer .menu{
    display: none;
  }

  footer .address {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  footer .copyright{
    text-align: center;
    font-size: 1.2rem;
  }

  footer .ex-link {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }

}


/*******************************************
 news
********************************************/

.news-list{
  margin-top: 50px;
  margin-bottom: 100px;
}

.news-list>article{
  display: flex;
  border-top:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-list>article .box{
  display: flex;
  width: 200px;
}

.news-list>article .box time{
  padding-right: 1em;
}

.news-list>article .box .tag{
  color: #00C2EF;
  border:1px solid #00C2EF;
  border-radius: 5px;
  min-width: 76px;
  display:block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  align-self: flex-start;
  padding: 6px 0 3px;
}

.news-list>article p{
  width:calc(100% - 200px);
  font-size: 1.8rem;
}

.news-list>article p a{
  color: inherit;
}

.news-aside-archive .archive-head{
  position: relative;
  border:1px solid #C4C4C4;
  padding: 15px 20px;
  line-height: 1em;
  max-width: 258px;
  border-radius: 5px;
}
.news-aside-archive .archive-head::after{
  content:"";
  position: absolute;
  top:50%;
  right:20px;
  width: 8px;
  height: 8px;
  border-right:1px solid #C4C4C4;
  border-bottom:1px solid #C4C4C4;
  transform: translate(0,-50%) rotate(45deg);
}
.news-aside-archive .archive-menu{
  padding-top: 10px;
}
.news-aside-archive .archive-menu a{
  color:inherit;
  padding: 1em;
}

.news-aside-archive .archive-body{
  display: none;
}

@media screen and (max-width:768px){
  .news-list{
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .news-list>article .box .tag {
    font-size: 1.2rem;
    padding: 4px 0.8em 4px;
  }
  .news-list>article {
    padding: 20px;
  }

  .news-list>article{
    display: block;
  } 

  .news-list>article p,
  .news-list>article .box{
    width:100%;
  }

}

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

.top-visual-img{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.top-visual-img .main-slider{
  width: 65%;
  margin-right: 0;
}

.top-visual-img .main-slider .swiper-slide .bg-img {
  height: 100vh;
}

.top-visual-img .main-slider .swiper-slide.fzoom .bg-img {
  opacity: 1;
  animation-name: slide;
  animation-timing-function: ease-out ;
  animation-fill-mode: forwards;
  animation-duration: 50s;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-visual-img .main-slider .swiper-slide img{
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  height: 100vh;
}


@keyframes slide {
  0% { background-position: 100% 50%;}
  100% { background-position: 0% 50%;}
}

@keyframes firstzoom {
  0% {transform:translateX(0%);}
  100% {transform:translateX(40%);}
}

.top-visual-img .swiper-pagination{
  justify-content: center;
  position: absolute;
  height: 100%;
  flex-direction: column;
  gap: 20px;
  right:20px;
  top:0;
  display: flex;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 0;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet::before{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    border-radius: 50%;
    background: #fff;
    transform: scale(0.3,0.3);
}

.swiper-pagination-bullet svg g{
  stroke: transparent;

}
.swiper-pagination-bullet-active{
  opacity: 1;
}

.swiper-pagination-bullet-active svg g{
  animation-play-state: running;
  stroke:#fff;
  stroke-width: 1;
  animation: circle1 10s ease-in 0s;
  animation-timing-function: ease-in-out;
}

@keyframes circle1 {
  0% {
    stroke-dasharray: 0 366;
  }
  100% {
    stroke-dasharray: 366 366;
  }
}

.top-visual-img{
  position: relative;
}

.top-visual-img .block{
  position: absolute;
  display: block;
  width: 45%;
  height: 100%;
  top:0;
  left:0;
  background: #fff;
  z-index: 10;
}

.top-visual-img .block .text{
  position: absolute;
  width:100%;
  height: calc(100vh - 260px);
}

.top-visual-img .block .text .inner{
  position: absolute;
  width:100%;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-visual-img .block .text .catch1{
  font-size: 4.9rem;
  font-weight: bold;
  line-height: 1.59;
}

.top-visual-img .block .text .catch2{
  font-size: 2.8rem;
  color: #D0D0D0;
}

.top-visual-img .news-section{
  position: absolute;
  left:0;
  bottom:50px;
  width: 100%;
  padding: 0 10%;
}

.top-visual-img .news-section .title{
  font-weight: normal;
  font-size: 2.8rem;
}

.top-visual-img .news-section .more {
  display: block;
  position: absolute;
  right: 10%;
  top: 0;
  border-radius: 5px;
  width: 123px;
  padding: 3px;
  text-align: center;
  border: 1px solid #C4C4C4;
  font-size: 1.4rem;
  color: inherit;
  line-height: 1;
  padding: 10px;
}

.top-visual-img .news-section .news-list{
  margin-top: 0;
  margin-bottom: 0;
}

.top-visual-img .news-list>article {
  display: block;
  width: 100%;
  border-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-visual-img .news-list>article p {
  width: 100%;
  font-size: 1.6rem;
}


.top-visual-img .recruit-button{
  display: block;
  position: absolute;
  right:0;
  bottom:100px;
  z-index: 10;
}

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

  .top-visual-img{
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: flex-end;
    flex-direction: column;
  }
  .top-visual-img .main-slider .swiper-slide .bg-img {
    height: 800px;
  }

  .top-visual-img .main-slider{
    width: 100%;
    margin-right: 0;
  }

  .top-visual-img .block {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
  }

  .top-visual-img .block .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 40px;
    margin-bottom: 50px;
  }

  .top-visual-img .block .text .inner {
    position: static;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0%);
  }

  .top-visual-img .news-section{
    position: relative;
    right:0;
    bottom:0px;
    padding: 0 40px;
  }

  .top-visual-img .swiper-container {
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  .top-visual-img .recruit-button {
    display: none;
  }

  .top-visual-img .main-slider .swiper-slide img {
    height: 800px;
  }

  .top-visual-img .news-section .more {
    right: 40px;
  }

  .top-visual-img .swiper-pagination {
    justify-content: flex-end;
    position: relative;
    height: auto;
    flex-direction: row;
    right: 40px;
    top: auto;
    bottom: 70px;
    display: flex;
    margin-top: 0px;
    z-index: 1000;
  }

  .top-visual-img .news-list>article {
    padding: 20px 0;
  }

}

@media screen and (max-width:768px){
  .top-visual-img .block .text .catch1 {
    font-size: 2.7rem;
  }

  .top-visual-img .block .text .catch2 {
    font-size: 1.6rem;
  }

  .top-visual-img .main-slider .swiper-slide .bg-img {
    height: 530px;
  }

  .top-visual-img .news-section {
    position: relative;
    right: 0;
    bottom: 0px;
    padding: 0px 20px;
  }

  .top-visual-img .block .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-bottom: 50px;
}

}


/*------------------
.top-message
------------------*/
.top-message .block{
  display: flex;
  flex-direction: row-reverse;
  max-width: 1100px;
  margin: 120px auto;
}
.top-message .block .image{
  width: 45%;
}

.top-message .block .box{
  width: 55%;
  padding-left:57px;
}

.top-message .block .box .title {
  font-size: 3.2rem;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 40px;
}

.top-message .block .box p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

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

  .top-message .block{
    margin: 50px auto;
    display: block;
  }

  .top-message .block .image{
    width: 100%;
  }

  .top-message .block .box{
    width: 100%;
    padding-left:0px;
  }

}

@media screen and (max-width:768px){
  .top-message .block .box .title {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .top-message .cmn-wrap {
    padding: 0 20px;
  }
}

/*------------------
.top-feature
------------------*/

.top-feature .block{
  background: #09B0F5;
  border-top-left-radius: 300px;
  color: #fff;
  padding: 0 40px;
}

.top-feature .block .row{
  display: flex;
  padding: 135px 0 135px; 
}

.top-feature .block .row .box{
  position: relative;
  width: 50%;
  padding-right: 50px;
  padding-top: 0px;
}
.top-feature .block .row .box .sticky{
  position: sticky;
  left:0;
  top:100px;
}

.top-feature .block .row .box p{
  margin-bottom: 20px;
}

.top-feature .block .row .image{
  width: 50%;
  padding-top: 0px;
}
.top-feature .block .row .image .list{
  display: flex;
  flex-direction: column;
  gap:40px;
}

.top-feature .block .row .image .list>li{
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 0px;
}

.top-feature .block .row .image .list>li>p{
  display: flex;
  align-items: center;
}

.top-feature .block .row .image .list>li>p strong{
  position: relative;
  width: 80px;
  font-size: 4rem;
  color: #09B0F5;
  font-weight: normal;
  line-height: 1;
  padding-left: 20px;
}

.top-feature .block .row .image .list>li>p span{
  display: block;
  color: #333333;
  font-size: 1.8rem;
  width: calc(100% - 80px);
  padding-left: 20px;
}

.top-feature .block .row .image .list>li>p strong::after{
  content:"";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  top:0;
  right:0;
  background: #DBDBDB;
}

.top-feature .block .row .image .list>li figure {
  margin-bottom: 30px;
}

.top-feature .cmn-headline-m>strong {
  display: flex;
}

.top-feature .block .row {
  padding: 135px 0 135px;
  display: flex;
}

.top-feature .block .row .box {
  position: relative;
  width: 50%;
  padding-right: 57px;
  padding-top: 0px;
}

.top-feature .block .row .image {
  width: 50%;
}


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

  .top-feature .block{
    padding: 0px;
  }

  .top-feature .cmn-wrap{
    padding: 0 80px;
  }

  .top-feature .block {
    background: #09B0F5;
    border-top-left-radius: 200px;
  }

  .top-feature .block .row{
    display: block;
    padding-bottom: 90px;
  }

  .top-feature .block .row .box {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
  }

  .top-feature .block .row .image {
    width: 100%;
    padding-top: 0px;
  }

  .top-feature .block .row .image .list{
    display: flex;
    flex-direction: column;
    max-width: 608px;
    margin:0 auto;
    gap:30px;
  }

  .top-feature .block .row .box .sticky{
    position:static;
  }

}

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

  .top-feature .cmn-wrap{
    padding: 0 20px;
  }

  .top-feature .block {
    border-top-left-radius: 150px;
  }

  .top-feature .block .row .box {
    width: 100%;
    padding-right: 0;
  }

  .top-feature .cmn-button1{
    display: block;
    margin: 0 auto;
  }

  .top-feature .block .row .box {
    position: relative;
    width: 100%;
    margin-bottom: 70px;
  }

  .top-feature .block .row .image .list{
    gap:20px;
  }

}


/*------------------
.top-service
------------------*/

.top-service{
  padding-top: 90px;
  padding-bottom: 90px;
}

.top-service .cmn-headline-m{
  text-align: center;
}

.top-service .cmn-headline-m strong{
  color: #09B0F5;
}

.top-service .cmn-headline-m span{
  color: #333;
}

.top-service .message{
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
}

.prg-slider-block-wrap{
  padding-left: 140px;
}

.prg-slider-block{
  position: relative;
  margin: 0 auto;
  padding-right: 0px;
  max-width: 1300px;
  overflow: hidden;
}

.prg-slider-block{
  padding-bottom: 110px;
}

.prg-slider-block  .prg-slider .title{
  position: absolute;
  padding-right: 85px;
  padding-left: 30px;
  min-height: 100px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.53;
  bottom: 0;
  left:0;
  color: #fff;
  font-weight: bold;
  background-image: url(../img/slide-arrow.svg);
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 100%;
}

.prg-slider-block  .prg-slider .num{
  font-size: 7.7rem;
  position: absolute;
  left:0;
  top: 0;
  margin-top: 0px;
  line-height: 1em;
  text-shadow:2px 2px 0 #fff;
}

.prg-slider-block  .prg-slider .swiper-slide{
  padding-top: 45px;
}


.prg-slider-block .swiper-scrollbar{
  position: absolute;
  left:0;
  bottom:30px;
  width: 930px;
  background: #DBDBDB;
  height: 2px;
}

.prg-slider-block .swiper-scrollbar-drag {
    height: 2px;
    width: 100%;
    position: relative;
    background:#09B0F5;
    border-radius: 0px;
    left: 0;
    top: 0;
}

.prg-slider-block .swiper-button-next, .prg-slider-block .swiper-button-prev {
  position: absolute;
  top: 51%;
  width: 72px;
  height: 72px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  border: 0;
  transform: none;
  top: auto;
  background-image: none;
  border-radius: 50%;
  border:1px solid #E3E3E3;
  overflow: hidden;
  margin-bottom:0px;
}

.prg-slider-block .swiper-button-prev {
  left:auto;
  right:207px;
}

.prg-slider-block .swiper-button-next {
  right: 105px;
}


.prg-slider-block .swiper-button-next::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-image: url(../img/slide-arrow.svg);
  background-repeat: no-repeat;
  background-size:72px;
  pointer-events: none;
}

.prg-slider-block .swiper-button-prev::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-image: url(../img/slide-arrow.svg);
  background-repeat: no-repeat;
  background-size:72px;
  pointer-events: none;
  transform: rotateY(180deg);
}

.prg-slider-block .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

@media screen and (max-width:1440px){
  .prg-slider-block .swiper-button-next {
      left: auto;
      right: 90px;
  }
  .prg-slider-block .swiper-button-prev {
      left: auto;
      right: 198px;
  }

  .prg-slider-block  .prg-slider .title{
    font-size:1.8vw;
  }

  .prg-slider-block .swiper-scrollbar {
    width: calc(100% - 365px);
  }

}

@media screen and (max-width:1100px){
  .prg-slider-block .prg-slider .title {
      font-size: 2.8vw;
  }
  .prg-slider-block-wrap {
    padding-left: 40px;
  }

  .prg-slider-block .swiper-scrollbar {
    width: calc(100% - 250px);
  }

  .prg-slider-block .swiper-button-next {
      left: auto;
      right: 40px;
  }
  .prg-slider-block .swiper-button-prev {
      left: auto;
      right: 128px;
  }
}

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

  .top-service {
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .prg-slider-block {
    padding-bottom: 70px;
  }

  .prg-slider-block .prg-slider .title {
      font-size: 3.2vw;
  }

  .prg-slider-block-wrap {
    padding-left: 40px;
  }

  .prg-slider-block .swiper-button-next {
      left: auto;
      width: 40px;
      right: 40px;
      height: 40px;
      margin-bottom: 12px;
  }
  .prg-slider-block .swiper-button-prev {
      left: auto;
      width: 40px;
      height: 40px;
      right: 85px;
      margin-bottom: 12px;
  }

  .prg-slider-block .swiper-scrollbar {
    width: calc(100% - 140px);
  }

  .prg-slider-block .swiper-button-next::after{
    background-size:40px;
  }

  .prg-slider-block .swiper-button-prev::after{
    background-size:40px;
  }




}
/*------------------

------------------*/

.top-aboutus{
  position: relative;
}

.top-aboutus .block{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 90px;
}

.top-aboutus .block .row{
  display: flex;
  justify-content: space-between;
}

.top-aboutus .image{
  position: relative;
}
@media screen and (max-width:1100px){
  .top-aboutus .image img{
    max-width: none;
    height: 400px;
    object-fit: cover;
    object-position: 0 0;
  }
}

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

  .swiper-pagination-bullet {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 0;
    opacity: 1;
    background: transparent;
  }

  .swiper-pagination-bullet svg{
    width: 26px;
    height: 26px;
  }


  .top-aboutus .block .row {
    display: block;
  }

  .top-aboutus  .cmn-headline-m>strong {
    text-align: left;
  }

  .top-aboutus .button-area{
    display: flex;
    justify-content:center;
  }
  .top-feature .block .row .image .list>li{
    padding: 20px;
  }

  .top-feature .block .row .image .list>li>p strong {
    position: relative;
    width: 55px;
    font-size: 3.2rem;
    padding-left: 0;
  }

  .top-feature .block .row .image .list>li>p strong::after{
    content:"";
    position: absolute;
    display: block;
    width: 1px;
    height: 21px;
    top:50%;
    right:0;
    margin-top: -10px;
  }

  .top-feature .block .row .image .list>li>p span {
    position: relative;
    width: calc(100% - 55px);
    font-size: 1.6rem;
    line-height: 1.5;
  }

}

/*------------------
  企業理念
------------------*/

.greeting-vision-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

.greeting-vision-section .row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap:30px;
}

.greeting-vision-section .row.reverse{
  flex-direction: row-reverse;
}

.greeting-vision-section .row .box{
  width: 48%;
}

.greeting-vision-section .row .title{
  margin-bottom: 30px;
}

.greeting-vision-section .row .title strong{
  color:#00C2EF;
  font-size:  4rem;
  font-weight:  normal;
  display: block;
  line-height:  1.3;
  margin-bottom: 10px;
}

.greeting-vision-section .row .title span{
  font-size: 1.8rem ;
  font-weight:  bold;
}

.greeting-vision-section .row .box p{
  margin-bottom: 1em;
}

.greeting-vision-section .row .box .logo{
  margin-top: 40px;
}

.greeting-vision-section .row .box .list{
  margin-left: 1em;
}

.greeting-vision-section .row .box .list>li{
  text-indent: -1em;
}
.greeting-vision-section .row .box .list>li>em{
  color:#00C2EF;
}

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

  .greeting-vision-section{
    padding-top: 60px;
    padding-bottom: 50px;
  }
  
  .greeting-vision-section .row .title strong{
    font-size:  2.8rem;
    line-height:  1.3;
    margin-bottom: 10px;
  }

  .greeting-vision-section .row .title span{
    font-size: 1.6rem ;
    font-weight:  bold;
  }

  .greeting-vision-section .row .box .logo {
    margin-top: 30px;
    width: 100px;
  }

  .greeting-vision-section{
    padding-bottom: 40px;
  }

  .greeting-vision-section .row,
  .greeting-vision-section .row.reverse{
    width: 100%;
    flex-direction: column;
  }

  .greeting-vision-section .row .box{
    width: 100%;
  }

}

/*------------------
  greeting-history-section
------------------*/
.greeting-history-section{
  background-size:  cover;
  padding: 100px 0;
  color: #fff;
}

.greeting-history-section .title{
  color: #fff;
  margin-bottom: 50px;
}

.greeting-history-section .title strong{
  display: block;
  font-size:  4rem;
  line-height:  1.5;
  font-weight: normal;
}

.greeting-history-section .title span{
  font-size:  1.8rem;
}

.greeting-history-section .table1 tr{
  border-top:1px solid #fff;
}

.greeting-history-section .table1 th,
.greeting-history-section .table1 td{
  border-bottom: 1px solid #fff;
  font-weight:  normal;
  line-height:  1.5;
  text-align:  left;
  padding:0.8em 0px 0.8em 1em; 
}

.greeting-history-section .table1 td.month {
  white-space: nowrap;
  padding-left: 0;
}

.greeting-history-section .table1 th{
  padding:0.8em 0px 0.8em 25px;
  text-align: left;
  width: 110px;
  white-space: nowrap;
}

.greeting-history-section .table1 td .month{
  display: inline-block;
  width: 100px;
  padding-left: 1em;
}

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

  .greeting-history-section {
    background-size: cover;
    padding: 50px 0;
    color: #fff;
  }

  .greeting-history-section .table1 th,
  .greeting-history-section .table1 td{
    padding:0.8em 0px 0.8em 0.8em;
  }

  .greeting-history-section .table1 th{
    padding:0.8em 0px 0.8em 0.8em;
    text-align: left;
    width: 80px;
    white-space: nowrap;
  }
}

/*------------------
csr
------------------*/
.greeting-csr-section{
  padding: 80px 0 0;
}

.greeting-csr-section .title {
  margin-bottom: 30px;
}

.greeting-csr-section .title strong{
  font-size: 4rem;
  display: block;
  line-height: 1.5;
  color: #00C2EF;
}

.greeting-csr-section .title span{
  font-size: 1.8rem;
}

.greeting-csr-section .row{
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 40px;
}

.greeting-csr-section .row .image{
  display: block;
  width: 40%;
}

.greeting-csr-section .row .image.ver{
  max-width: 300px;
}

.greeting-csr-section .row .text{
  display: block;
  width: 60%;
  padding-right: 5%;
}

.greeting-csr-section .csr-ttl1{
  font-size: 2.4rem;
  color: #00C2EF;
  margin-bottom: 14px;
}

.greeting-csr-section .csr-txt{
  margin-bottom: 24px;
}

.greeting-csr-section .csr-img{
  max-width: 400px;
}

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

  .greeting-csr-section {
    padding: 40px 0 0;
  }

  .greeting-csr-section .row{
    flex-direction: column;
  }

  .greeting-csr-section .row .image{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }


  .greeting-csr-section .row .text{
    display: block;
    width: 100%;
    padding-left: 0%;
    margin-bottom: 40px;
  }

}
@media screen and (max-width:480px){
  .greeting-csr-section .csr-img{
    max-width: initial;
    width: 100%;
  }
}

/* feature */

.nav-pagelink{
  width: 100%;
  margin: 0 auto 120px;
}

.nav-pagelink h3{
  text-align: left;
  margin-bottom: 30px;
  font-size: 2.2rem;
  letter-spacing: 0.05em
}

.nav-pagelink h3::before{
  content: url('../img/icon.svg');
  position: relative;
  top: 6px;
  margin: 0 10px 0 0;
}

.nav-pagelink ul{
  display: flex;  
  flex-wrap: wrap;
  list-style:none;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.nav-pagelink ul li{
  width: calc((100% - (40px*2))/3);
}
.nav-pagelink ul a{
  display: block;
  color: #333;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 16%);
  box-sizing: border-box;
  text-align: left;
}
.nav-pagelink ul li a img{
  width: 100%;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}
.nav-pagelink ul a div{
  display: flex;
  margin: 0px auto;
  text-align: left;
  padding: 16px 10px;
  align-items: center;
}
.nav-pagelink ul a span{
  color: #029AD9;
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0 16px 0 20px;
  padding: 13px 0;
  white-space: nowrap;
}
.nav-pagelink ul a p{
  width: calc(100% - 40px);
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px){
  .nav-pagelink ul{
    gap: 20px;
  }
  .nav-pagelink ul li{
    width: calc((100% - (20px*2))/3);
  }
  .nav-pagelink ul a p{
    font-size: 1.6rem;
  }
}


.nav-pagelink2{
  width: 100%;
  margin: 0 auto 120px;
}

.nav-pagelink2 h3{
  text-align: left;
  margin-bottom: 30px;
  font-size: 2.2rem;
  letter-spacing: 0.05em
}

.nav-pagelink2 h3::before{
  content: url('../img/icon.svg');
  position: relative;
  top: 6px;
  margin: 0 10px 0 0;
}

.nav-pagelink2 ul{
  display: flex;  
  list-style:none;
  justify-content: center;
}

.nav-pagelink2 ul li{
  width: calc((100%-30px)/4);
  margin-left: 30px;
}

.nav-pagelink2 ul li:first-child{
  margin-left: 0px;
}
.nav-pagelink2 ul a{
  display: block;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 16%);
  box-sizing: border-box;
}

.nav-pagelink2 ul li a img{
  width: 100%;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}


.nav-pagelink2 ul a p{
  position: relative;
  margin: 0px auto;
  text-align: center;
  padding: 20px 10px;
}

.nav-pagelink2 ul a p.nav-l{
  position: relative;
  margin: 0px auto;
  text-align: center;
  padding: 7px 10px;
}


.cts-area{
  max-width: 960px;
  padding: 10% 5%;
  margin: 0 auto;
}

.ftr-block{
  margin-top: 60px;
  border-bottom: 2px dotted #fff;
}

.cth-ftr{
  margin-bottom: 40px;
}

.cth-ftr>h3{
  color: #FFF;
  font-size: 3rem;
  display: flex;
  align-items: center;
  gap: 25px;
}
.cth-ftr>h3 .gf1{
  background: #fff;
  border-radius: 5px;
  color: #029AD9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  width: 108px;
  height: 108px;
  text-align: center;
}
.cth-ftr>h3 .gf1 .num{
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:768px){
  .cth-ftr{
    margin-bottom: 20px;
  }
  .cth-ftr>h3{
    font-size: 1.8rem;
    gap: 15px;
  }
  .cth-ftr>h3 .gf1{
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 500;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  .cth-ftr>h3 .gf1 .num{
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
  }
  .cth-ftr>h3 .title{
    width: calc(100% - 75px);
  }
}
/* swiper feautre*/
.slide-ftr{
  margin-bottom: 40px;
}
.feature-swiper {
  padding-bottom: 75px;
}
.feature-swiper img{
  border-radius: 14px;
}
.feature-swiper.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 15px;
}
.feature-swiper .swiper-pagination-bullet::before{
  border: 4px solid #fff;
  background: none;
  box-sizing: border-box;
  transform: scale(0.35,0.35);
}
.feature-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
  background: #fff;
}
@media screen and (max-width:768px){
  .feature-swiper {
    padding-bottom: 45px;
  }
  .feature-swiper.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 5px;
  }
}

@media screen and (max-width:1040px){
  .nav-pagelink2 ul a{
    font-size: 1.5rem;
  }
  .nav-pagelink2 ul li{
    width: calc((100%-20px)/4);
    margin-left: 20px;
  }
  .nav-pagelink2 ul a p.nav-l{
    padding: 9.5px 10px;
  }
}

@media screen and (max-width:880px){
  .nav-pagelink2{
    margin-bottom: 60px;
  }
  .nav-pagelink2 ul{
    flex-wrap: wrap;
    justify-content: space-between
  }
  .nav-pagelink2 ul li {
    width: 48%;
    margin-left: 20px;
    margin-bottom: 40px;
  }
  .nav-pagelink2 ul li:nth-child(odd){
    margin-left: 0px;
  }
  .nav-pagelink2 ul a{
    font-size: 1.8rem;
  }
}

@media screen and (max-width:860px){
  .nav-pagelink ul{
    gap: 10px;
  }
  .nav-pagelink ul li {
    width: 100%;
  }
  .nav-pagelink ul a div{
    padding: 10px 0px 10px 5px;
  }
  .nav-pagelink ul a span{
    margin: 0px;
    padding: 10px;
    padding-right: 20px;
    font-size: 2.2rem;
  }
  .nav-pagelink ul a p{
    font-size: 1.6rem;
  }
}

@media screen and (max-width:786px){
.nav-pagelink{
  margin-bottom: 60px;
}
.cts-area{
  padding: 10% 0;
}
}

@media screen and (max-width:540px){
  .nav-pagelink2 ul a{
    font-size: 3.3vw;
  }
  .nav-pagelink2 ul li {
    width: 47%;
    margin-bottom: 20px;
  }
  .nav-pagelink2{
    margin-bottom: 20px;
  }
}

/* .cth-ftr>h3>span{
  background-color: #fff;
  color: #09B0F5;
  padding: 20px;
  width: 108px;
  height: 108px;
  font-size: 5.8rem;
}

.cth-ftr>h3>span>i{
  font-size: 1.8rem;
  display: block;
} */


.list-ftr{
  margin-bottom: 60px;
}

.list-ftr>ul li{
  background-image: url(../../feature/images/icon_feature.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
}

.list-ftr>ul>li{
  margin-bottom: 20px;
  font-weight: 700;
}

.list-ftr>ul>li>p{
  font-weight: normal;
}

.list-ftr>ul>li>p>a{
  color: #fff;
  text-decoration: underline;
}

.ftr-photo{
  margin-top: 40px;
  font-weight: normal;
}


.ftr-photo ul li{
  background-image: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.ftr-photo ul{
  display: flex;
  flex-wrap: wrap;
}

.ftr-photo{
  display: flex;
  flex-wrap: wrap;
}

.ftr-photo ul li img{
  width: 100%;
}

.service-section{
 margin: 0 auto;
 max-width: 1160px;
}

.service-block{
  margin-bottom: 100px;
 }

.service-txt{
  margin: 0 auto;
  max-width: 960px;
 }

.service-main h3{
  background-color: #fff;
  padding: 26px 40px;
  font-size: 2.8rem;
  text-align: center;
  border-radius: 20px;
  max-width: 400px;
  margin: -80px auto 20px;
  position: relative;
  /* top: -80px; */
}

.service-main h3 i{
  font-size: 2.8rem;
  color: #09B0F5;
  display: block;
  margin-bottom: 20px;
}
.service-v{
  width: 100%;
}

.service-v img{
  width: 100%;
}
.service-detail{
  background-color: #F2FDFF;
  padding: 23px 36px;
  display: block;
  margin-top: 30px;
}

 .service-detail>h3{
  color: #09B0F5;
  margin-bottom: 5px;
 }

 .service-photo>ul{
  margin-top: 30px;
 }

 .spec{
  background-color: #1A96C9;
  display: block;
  padding: 80px 0;
 }

 .spec-area{
  background-color: #fff;
  padding: 40px 80px;
  border-radius: 15px;
 }

 .spec-title{
  margin-bottom: 20px;
 }
 
 .spec-area2{
  background-color: #fff;
  padding: 40px 80px;
  border-radius: 15px;
  margin-top: 90px;
 }

 .spec-box{
  max-width: 1000px;
  margin: 0 auto;
 }

 /* .spec-title>h3{
  color: #09B0F5;
  font-size: 2.4rem;
 }

 .spec-title>h3>span{
  position: absolute;
  color: #F7F7F7;
  font-size: 8rem;
  z-index: 1;
 } */

.spec-listbox{
  display: flex;
  margin-bottom: 60px;
}

.listbox1{
  width: 47%;
  margin-right: 6%;
}
.listbox2{
  width: 47%;
}

.listbox2 img{
  width: 100%;
}

.listbox1 table{
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #BEBEBE;
}


.listbox1 table tr:nth-child(odd){
  background-color: #F2FDFF;
}

.listbox1 table th,
.listbox1 table td{
  border-left: solid 1px #BEBEBE;
  padding: 13px;
}

.listbox1 table th.under{
  border-bottom: solid 1px #BEBEBE;
}

.listbox1 table th,
.listbox1 table td{
  text-align: center;
  vertical-align: middle;
}

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

.spec-lineup{
  display: flex;
  justify-content: left;
}

.spec-lineup figcaption{
  margin-top: 10px;
  line-height: 1.5;
}

.spec-lineup2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.spec-lineup2 figcaption{
  margin-top: 10px;
  line-height: 1.5;
}

.spec-item{
  width: calc((100% - 28px)/ 3);
  margin-bottom: 30px;
}

.spec-lineup2 li::after{
  content:"";
  display: block;
  width: calc( ( 100% – 28px ) / 3 * 2 + 28px );
}

.spec-lineup3{
  display: flex;
  justify-content: left;
  justify-content: space-between;
  flex-wrap: wrap;
}

.spec-lineup3 figcaption{
  margin-top: 10px;
  line-height: 1.5;
  color: #333;
}

.spec-lineup3 figcaption.ftr-cap{
  color: #fff;
}

.spec-item3{
  width: calc((100% - 80px)/ 2);
  margin-bottom: 50px;
}

.spec-item3 figure img{
  width: 100%;
}


/* .spec-lineup2 li::after{
  content:"";
  display: block;
  width: calc( ( 100% – 28px ) / 3 * 2 + 28px );
} */

/* .spec-item2{
  margin-right: 28px;
  width: calc(33.3333% - 28px / 2);
} */

/* .spec-lineup{
  margin-top: 40px;
  color: #333;
}

.spec-lineup ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.spec-lineup li{
  margin-bottom: 20px;
}

.spec-lineup ul::after {
  display: block;
  content:"";
  width:30%; 
} */

@media screen and (max-width:1160px){
  .spec-item3{
    width: calc((100% - 40px)/ 2);
  }

}

@media screen and (max-width:960px){
  .spec-item{
    width: calc((100% - 28px)/ 2);
    margin-bottom: 30px;
  }
  .spec-item:nth-child(even){
    margin-right: 0px;
  }
  .spec-lineup2{
    margin-bottom: 0px;
  }
}

@media screen and (max-width:860px){
  .spec-item3{
    margin-bottom: 30px;
  }
  .spec-area,
  .spec-area2{
    padding: 10% 8%;
  }
  .spec-listbox{
    display: block;
  }
  .listbox1{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .listbox2{
    width: 100%;
  }
  .service-main h3{
    margin: -40px auto 20px;
    font-size: 2.6rem;
  }
  
  .service-main h3 i{
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .spec-area{
    padding: 10% 8% ;
  }
}

@media screen and (max-width:768px){
  .spec-item3{
    margin-bottom: 30px;
  }
  .spec-area{
    padding: 5% 8%;
  }
  .spec-area2{
    padding: 8% 8%;
  }
}

@media screen and (max-width:601px){
  .spec-lineup3{
    display: block;
  }
  
  .spec-item3{
    width: 100%;
  }
  .spec-area2{
    padding: 8% 8%;
  }
  .spec-item{
    width: 100%;
    margin-bottom: 30px;
  }

  .spec-item figure img{
    width: 100%;
  }

  .service-main h3{
    margin: -40px auto 20px;
    font-size: 2.3rem;
    max-width: 380px;
  }
  
  .service-main h3 i{
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:540px){
  .service-main h3{
    max-width: 280px;
    padding: 20px;
    font-size: 2rem;
  }
  
  .service-main h3 i{
    font-size: 2rem;
  }
}
.prf-table{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

 /* .prf-table dl dd {
  border-bottom: 1px solid #ccc;
 } */

 .prf-table dt,
 .prf-table dd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
 }

 .prf-table dt {
  width: 17.24%;
  font-weight: bold;
  padding: 0 0 20px 32px;
  margin-right: 0.5%;
}

.prf-table dd {
  width: 82.26%;
  padding: 0 0 20px 32px;
}

@media screen and (max-width:601px){
  .prf-table{
    display: block;
  }
  .prf-table dd,
  .prf-table dt {
    width: 100%;
    margin-right: 0;
    padding: 0 0 20px;
  }
  .prf-table dt {
    border-bottom: none;
    padding: 0;
    margin-bottom: 8px;
  }
  .prf-table dd{
    padding: 0 0 10px;
    margin-bottom: 26px;
  }
}


 /* .profile .block{
  display: flex;
  flex-direction: row-reverse;
  max-width: 1160px;
  margin: 120px auto;
} */
.profile{
  margin-bottom: 90px;
}

.profile .box .title {
  /* font-size: 3.2rem;
  line-height: 1.7;
  font-weight: normal; */
  margin-bottom: 40px;
}

.profile .box .title strong{
  color:#00C2EF;
  font-size:  4rem;
  font-weight:  normal;
  display: block;
  line-height:  1.3;
  margin-bottom: 10px;
}

.greeting-vision-section .row .title span{
  font-size: 1.8rem ;
  font-weight:  bold;
}

.profile .block .box p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

.acs-map iframe{
  width: 100%;
  display: block;
  max-width: 1160px;
}

.greeting-history-section .catch3{
  font-weight: normal;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 50px;
}

.cmp-txt{
  color: #333;
  margin-bottom: 50px;
}
@media screen and (max-width:1100px){

  .profile .block{
    margin: 50px auto;
    display: block;
  }


/* 
  .profile .block .image{
    width: 100%;
  }

  .profile .block .box{
    width: 100%;
    padding-left:0px;
  } */

}

@media screen and (max-width:768px){
  .cmp-txt{
    margin-bottom: 30px;
  }
}