@charset "UTF-8";
/* ----------------------------------------------------------------
FV
---------------------------------------------------------------- */
.pages #pages_fv .inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/fv_img_04.jpg")center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1350px) {
.pages #pages_fv {
	height: 850px;
	    border-bottom: none;
    border-top: none;
}
}
@media screen and (max-width: 1349px) {
.pages #pages_fv {
    border-bottom: none;
    border-top: none;
	height: 550px;
}
}
@media screen and (max-width: 767px) {
  .pages #pages_fv .inner:before {
    background: url("../img/fv_img_sp.jpg")center center no-repeat;
    background-size: cover;
  }
  .pages #pages_fv {
    height: 300px;
  }
}
/* ----------------------------------------------------------------
messeage
---------------------------------------------------------------- */
#messeage .midashi_tl{
	    font-size: 1.7em;
    margin-bottom: 20px;
	    font-weight: 500;
  background-image: linear-gradient(90deg, rgba(36, 51, 116, 1) 0%, rgba(57, 109, 245, 1) 51%, rgba(79, 162, 193, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#messeage .txt_box .tl .en_sm{
	  text-transform: lowercase;
}
#messeage {
  padding: 0 0 80px;
}
#messeage .tl_area, #messeage .flex_box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 120px;
}
#messeage .tl_area {
  text-align: center;
  margin-bottom: 100px;
}
#messeage .tl_area img {
  margin-bottom: 35px;
  width: 175px;
}
#messeage .tl_area .tl {
  font-size: 2.6em;
  font-weight: 500;
}
#messeage .flex_box {
  display: flex;
  justify-content: space-between;
}
#messeage .flex_box .img_box {
  width: 35%;
}
#messeage .flex_box .txt_box {
  width: 60%;
}
#messeage .flex_box .txt_box .tl {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 15px;
}
#messeage .flex_box .img_box div {
  overflow: hidden;
  border-radius: 15px;
  border: solid 1px #000;
}
#messeage .flex_box .img_box img {
  width: 100%;
}
#messeage .flex_box .txt_box .txt {
  line-height: 2;
  margin-bottom: 30px;
}
#messeage .flex_box .txt_box .name {
  text-align: right;
}
#messeage .flex_box .txt_box .name .main_name {
  font-size: 1.7em;
}
#messeage .flex_box .txt_box .main_name span {
        font-size: 1rem;
    padding-right: 10px;
}
#messeage .slide_area {
  position: relative;
  width: 100%;
  height: 74px;
}
#messeage .js_slide {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 75px;
  background: url("../img/japansystem.png") 0 0% repeat-x;
  animation: js_slide 40s linear 0s infinite normal none running;
  z-index: 2;
  text-indent: -99999px;
  background-size: contain;
}
@keyframes js_slide {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1728px;
  }
}
@media screen and (max-width: 767px) {
  #messeage {
    padding: 60px 0 30px;
  }
  #messeage .tl_area {
    margin-bottom: 30px;
  }
  #messeage .tl_area img {
    margin-bottom: 15px;
    width: 135px;
  }
  #messeage .tl_area .tl {
    font-size: 1.5em;
  }
  #messeage .flex_box {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #messeage .flex_box .img_box {
    width: 100%;
  }
  #messeage .flex_box .txt_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #messeage .flex_box .txt_box .txt {
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #messeage .flex_box .txt_box .name .main_name {
    font-size: 1.4em;
  }
  #messeage .flex_box .txt_box .name .sub,
	#messeage .flex_box .txt_box .main_name span{
    font-size: 0.9rem;
  }
  #messeage .slide_area {
    height: 50px;
  }
  #messeage .js_slide {
    height: 50px;
  }
#messeage .flex_box .txt_box .tl {
    font-size: 1.2em;
    text-align: center;
}
#messeage .midashi_tl{
	    font-size: 1.4em;
	margin-bottom: 15px;
}
}
/* ----------------------------------------------------------------
profile
---------------------------------------------------------------- */
#profile {
  background: #f1f1f1;
  padding: 30px 0 120px;
}
#profile .profile_area {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 0;
  border-bottom: solid 1px #000;
}
#profile .profile_area dl {
  border-top: solid 1px #000;
  padding: 26px 15px;
  display: flex;
  font-size: 1.3em;
  justify-content: space-between;
}
#profile .profile_area dl dt {
  max-width: 200px;
  width: 15%;
}
#profile .profile_area dl dd {
  max-width: 900px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #profile {
    padding: 30px 0 40px;
  }
  #profile .profile_area dl {
    padding: 20px 10px;
    font-size: 0.9em;
  }
  #profile .profile_area dl dt {
    width: 25%;
  }
  #profile .profile_area dl dd {
    width: 70%;
  }
}
/* ----------------------------------------------------------------
access
---------------------------------------------------------------- */
#access {
  padding: 30px 0 120px;
}
#access .flex_box {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0;
}
#access .flex_box .txt_box {
  max-width: 500px;
  width: 45%;
}
#access .flex_box .txt_box .tl {
  border-bottom: solid 1px #000;
  padding: 0 5px 10px;
  margin-bottom: 15px;
}
#access .flex_box .txt_box .jusyo {
  line-height: 2;
  margin-bottom: 10px;
}
#access .flex_box .txt_box .tel {
  margin-bottom: 10px;
}
#access .flex_box .txt_box .img {
  margin-top: 40px;
  border: solid 1px #000;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px;
	width: 300px;
}
#access .flex_box .map_box {
  max-width: 650px;
  width: 50%;
}
#access .flex_box .map_box iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #access {
    padding: 30px 0 50px;
  }
  #access .flex_box {
    display: block;
  }
  #access .flex_box .txt_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #access .flex_box .txt_box .img {
    margin-top: 30px;
    width: 100%;
  }
  #access .flex_box .txt_box .img img {
    width: 100%;
  }
  #access .flex_box .map_box {
    max-width: 800px;
    width: 100%;
    height: 300px;
  }
  #access .flex_box .map_box iframe {
    height: 100%;
  }
}