@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1 !important;
  -webkit-font-feature-settings: "palt" 1 !important;
  background: #00489D;
}

.en {
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (min-width: 601px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp-hide {
    display: none;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.textlink {
  text-decoration: underline;
}

a.textlink:hover {
  text-decoration: none;
}

hr {
  background-color: #dddddd;
  display: block;
  border: 0;
  height: 1px;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

p {
  margin-bottom: 1rem;
  line-height: 2;
}

.txt-lg {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .txt-lg {
    font-size: 2.4rem;
  }
}
@media (max-width: 840px) {
  .txt-lg {
    font-size: 2.3rem;
  }
}
@media (max-width: 600px) {
  .txt-lg {
    font-size: 2.2rem;
  }
}

.txt-18 {
  font-size: 1.8rem;
}

.txt-m {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}

.txt-s {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}

@media (max-width: 600px) {
  .txt-18 {
    font-size: 1.7rem;
  }
  .txt-m {
    font-size: 1.2rem;
  }
  .txt-s {
    font-size: 1.1rem;
  }
}
.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.object-con-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

/*--------------------------
見出し・テキスト
----------------------------*/
h2, h3, h4 {
  font-weight: 700;
}

.titleBox {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .titleBox {
    margin-bottom: 40px;
  }
}

#top-page .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 840px) {
  #top-page .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  #top-page .titleBox {
    margin-bottom: 30px;
  }
}

h2.sec-title {
  line-height: 1.2;
  display: block;
}
h2.sec-title span {
  display: block;
}
h2.sec-title .en {
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.6rem;
}
@media (max-width: 1024px) {
  h2.sec-title .en {
    font-size: 5rem;
  }
}
@media (max-width: 840px) {
  h2.sec-title .en {
    font-size: 4.6rem;
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 600px) {
  h2.sec-title .en {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
h2.sec-title .jp {
  font-size: 1.7rem;
  margin-top: 18px;
}
@media (max-width: 840px) {
  h2.sec-title .jp {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  h2.sec-title .jp {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}

.txt-center h2.title .en {
  text-indent: 0.6rem;
}
@media (max-width: 840px) {
  .txt-center h2.title .en {
    text-indent: 0.5rem;
  }
}
@media (max-width: 600px) {
  .txt-center h2.title .en {
    text-indent: 0.3rem;
  }
}

.jp-title {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .jp-title {
    font-size: 3.8rem;
  }
}
@media (max-width: 840px) {
  .jp-title {
    font-size: 3.4rem;
  }
}
@media (max-width: 600px) {
  .jp-title {
    font-size: 2.6rem;
  }
}

.jp-title-m {
  font-size: 2.4rem;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .jp-title-m {
    font-size: 2.3rem;
  }
}
@media (max-width: 840px) {
  .jp-title-m {
    font-size: 2.1rem;
  }
}
@media (max-width: 600px) {
  .jp-title-m {
    font-size: 1.8rem;
  }
}

h3 {
  letter-spacing: 0.2rem;
}

.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .title-flex {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .title-flex {
    margin: 20px auto;
  }
}
/*下層頁グリーン*/
h4.mid-title {
  font-size: 1.7rem;
  display: inline-block;
  background: #4b9f54;
  padding: 7px 8px;
  line-height: 1;
}
h4.mid-title span {
  font-size: 1.4rem;
}

/*-------------------------
  sub visual
---------------------------*/
.sub-visual {
  background-image: url(../img/subhead_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub-visual {
    height: 300px;
  }
}
@media (max-width: 840px) {
  .sub-visual {
    height: 220px;
  }
}
@media (max-width: 600px) {
  .sub-visual {
    height: 160px;
  }
}
.sub-visual .page-title {
  font-size: 6.4rem;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .sub-visual .page-title {
    font-size: 6rem;
  }
}
@media (max-width: 840px) {
  .sub-visual .page-title {
    font-size: 5rem;
  }
}
@media (max-width: 600px) {
  .sub-visual .page-title {
    font-size: 4rem;
  }
}
.sub-visual h5 {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 840px) {
  .sub-visual h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .sub-visual h5 {
    font-size: 1.4rem;
  }
}

/*-------------------------
下層 COVER BG
---------------------------*/
.cover-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  height: 480px;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .cover-bg {
    height: 400px;
  }
}
@media (max-width: 840px) {
  .cover-bg {
    height: 350px;
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  .cover-bg {
    height: 240px;
  }
}

/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  padding-top: 90px;
  padding-bottom: 120px;
	  padding-bottom: 0px;
}
@media (max-width: 1024px) {
  main {
    padding-bottom: 30px;
	  	  padding-bottom: 0px;
  }
}
@media (max-width: 840px) {
  main {
    padding-top: 65px;
  }
}
@media (max-width: 600px) {
  main {
    padding-top: 50px;
  }
}

section {
  padding: 100px 0 100px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 840px) {
  section {
    padding: 80px 0 80px;
  }
}
@media (max-width: 600px) {
  section {
    padding: 60px 0 60px;
  }
}

.inner {
  width: 88%;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.w800 {
  max-width: 800px;
}

.w920 {
  max-width: 920px;
}

.inner-wide {
  width: 82%;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.inner:after,
.inner-wide:after {
  clear: both;
  content: "";
  display: table;
}

/*-----------------------------
button
----------------------------*/
.button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 54px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 50px;
  /*border: 1px solid #fff;
  border-radius: 27px;*/
	border: 1px solid #00489d;

	border-radius: 7px;
}
.concept__top .button:hover{
	border: 1px solid #00489d;
}
.concept__top .button{
	border: 1px solid #fff;
}
.button_contact {
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  height: 54px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 50px;
	/*text-decoration: underline;*/
  border: 1px solid #fff;
  border-radius: 7px;
	/*background: #E24959;*/
}
.button_menu_contact {
  position: relative;
  display: block;
  width: 50%;
  max-width: 220px;
  height: 38px;
  cursor: pointer;
  text-decoration: none;
  margin: 0px 0px 13px 0px;
  border: 1px solid #707070;
  border-radius: 7px;
	background: #E24959;
}
.button_menu_contact a{
	color: #fff;
	font-size-adjust: auto;
		font-size: 0.8vw;
}
.button_menu_contact a:hover{
	color: #FFF500;
	/*font-size-adjust: auto;*/
}

@media (max-width: 840px) {
  .button {
    max-width: 290px;
    height: 50px;
    border-radius: 7px;
  }
}
@media (max-width: 600px) {
  .button {
    /*height: 46px;*/
	  width: 60%;
    border-radius: 7px;
  }
}

.button-center {
  margin-left: auto;
  margin-right: auto;
}

.button-smole {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .button-smole {
    width: 150px;
    height: 36px;
    border-radius: 7px;
  }
}

.button:hover,
.button-smole:hover {
  background: #fff;
  opacity: 1;
}

.button_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  z-index: 1;
  font-size: 1.6rem;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem;
  font-weight: 700;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.button_text i {
  margin-right: 3px;
}

.button_text:hover {
  color: #1c4289;
}
.inner .a_contact .button_text:hover{
	color: #FFF500;/*お問い合わせ（入会お申込み）*/
}
.button-smole .button_text {
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}

/*----------------------------
head
---------------------------*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  height: 90px;
	padding: 0 35px 0 20px;
  background: #fff;
}
@media (max-width: 1024px) {
  .site-header {
    padding: 0 20px 0 5px;
  }
}
h1 {
	font-size:0.9rem;
	color: #707070;
}
.site-logo {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.site-logo img {
  /*width: 260px;*/
	width: 340px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Global menu */
.gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_contact {
	  display: flex;
	flex-direction: row-reverse;
	margin-top: 5px;
}
.gnav__menu li {
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  line-height: 1;
  margin-left: 24px;
　color: #707070;
  font-weight: 700;
}
.gnav__menu li a {
  text-decoration: none;
	color: #707070;
}
@media (max-width: 1024px) {
  .gnav__menu li {
    margin-left: 18px;
  }


.gnav__menu li a {
  text-decoration: none;
	color: #707070;
}
}
@media screen and (min-width: 841px) {
  .zdo_drawer_menu {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .site-header,
  .site-header.transform {
    height: 65px;
    padding: 0;
    display: inline;
  }
	h1{margin: 5px 0 0 12px;}
  .site-logo {
    position: absolute;
    left: 10px;
	  top: 20px;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .site-logo img,
  .site-header.transform .site-logo img {
    width: 190px;
  }
  .logobox .disc {
    display: none;
  }
  .gnav,
  .site_desc {
    display: none;
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 30px;
    z-index: 99;
  }
  .menu__line {
    background: #333;
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 100%;
  }
  .menu__line.active {
    background: #fff;
  }
  .menu__line--center {
    top: 9px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__line--center.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  /*gnav*/
  .sp_nav {
    background: rgba(0, 72, 157, 0.95);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    right: 0;
  }
  .sp_nav_wrap {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 50px 0;
  }
  .sp_nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: auto;
  }
  .sp_nav_menu li {
    width: 50%;
    margin: 30px 0;
    text-align: center;
  }
  .sp_nav_menu li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .sp_nav_menu li a .en {
    display: block;
    color: #c1c1c1;
    font-size: 1.1rem;
  }
  .sp_nav_menu li a i {
    margin-right: 5px;
  }
  .sp_nav_menu li a:hover {
    color: #c1c1c1;
  }
  .sns-menu-sp {
    text-align: center;
    color: #fff;
  }
  .sns-menu-sp li {
    display: inline-block;
  }
  .sns-menu-sp li a {
    color: #fff;
    font-size: 2.8rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .site-header,
  .site-header.transform {
    height: 50px;
    padding: 0;
	  padding: 5px 0 0 0;
    display: inline;
	      display: block;
  }
  .site-logo {
    position: absolute;
    left: 8px;
    top: 9px;  top: 20px;
  }
  .site-logo img,
  .site-header.transform .site-logo img {
    width: 140px;
  }
	h1{padding: 0 0 0 7px; margin: 0 0 0 2px;}	
  /*menu*/
  .menu {
    right: 15px;
    top: 15px;
  }
  .sp_nav_menu {
    width: 90%;
  }
  .sp_nav_menu li {
    width: 48%;
    margin: 15px 0;
  }
  .sp_nav_menu li a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .sp_nav_menu li a .en {
    letter-spacing: 0.1em;
  }
  .sns-menu-sp li a {
    font-size: 2.2rem;
  }
}
/*-----------------------
under contact
------------------------*/
.foot-contact {
  width: 100%;
	padding: 80px 0;
  height: auto;
  background-image: url(../img/common/contactback.png);	
  background-repeat:  no-repeat;   
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .foot-contact {
    height: 460px;
  }
}
@media (max-width: 840px) {
  .foot-contact {
    height: 400px;
    /*background-attachment: scroll;*/
  }
}
@media (max-width: 600px) {
  .foot-contact {
    height: 280px;
  }
}

.foot-contact .titleBox {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .foot-contact .titleBox {
    margin-bottom: 5px;
  }
}

.foot-contact p {
  font-weight: 700;
  letter-spacing: 0.4rem;
  text-indent: 0.4rem;
  font-size: 1.6rem;
}

.foot-contact .button {
  margin-top: 35px;
}
@media (max-width: 600px) {
  .foot-contact .button {
    margin-top: 25px;
  }
}

.foot-contact .button_text:hover {
  color: #707070;
}

/*-----------------------
footer
------------------------*/
footer {
  width: 100%;
  padding: 70px 0;
  background: #1c293f;
  color: #e5e5e5;
}
@media (max-width: 1024px) {
  footer {
    padding: 60px 0 75px;
  }
}
@media (max-width: 840px) {
  footer {
    padding: 50px 0 70px;
  }
}

.foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .foot-inner {
    display: block;
  }
}

/* left */
.f-left {
  width: 50%;
}
@media (max-width: 600px) {
  .f-left {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.f-logo img {
  max-width: 250px;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 840px) {
  .f-logo img {
    max-width: 200px;
  }
}
@media (max-width: 600px) {
  .f-logo img {
    margin-bottom: 20px;
  }
}

.f-info {
  line-height: 1.6;
}

/* right */
.f-right {
  width: 40%;
}
@media (max-width: 600px) {
  .f-right {
    display: block;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .f-right .txt-right {
    text-align: center;
  }
}

.foot-sns {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .foot-sns {
    text-align: center;
    margin-bottom: 20px;
  }
}
.foot-sns li {
  display: inline-block;
}
.foot-sns li i {
  font-size: 20px;
}
@media (max-width: 600px) {
  .foot-sns li i {
    font-size: 30px;
  }
}
.foot-sns li a {
  padding-left: 10px;
}
@media (max-width: 840px) {
  .foot-sns li a {
    padding-right: 10px;
  }
}

footer .copy {
  text-align: right;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 600px) {
  footer .copy {
    text-align: center;
  }
}

footer .copy:before {
  content: "©";
}

/*トップへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  line-height: 1;
}
#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
@media (max-width: 600px) {
  #pageTop a {
    width: 50px;
    height: 50px;
    padding-top: 25px;
  }
}

#pageTop a:before {
  /*content: "\f106";
  font-family: FontAwesome;*/
  content: url("../img/common/arrow2.png");
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 600px) {
  #pageTop a:before {
    top: 8px;
  }
}
.concept__sub{
	background-color: #fff;
	color: #707070;
}
.concept__sub p{
	font-size: 1.3em;
}
.staff_sec{
	color: #fff;
}
/*-----------------------
concept__main
------------------------*/
.concept__main {
	padding: 0;
	min-height: 800px;
}
.concept__main h2,.concept__main p{
	color: #05134A;
}
.concept__main p{
	font-size: 1.3em;
}
.concept__main ul.concept-list__main{
	padding: 50px 5%;
	background: rgba(12,12,12,0.49)  
}
.concept__main ul.concept-list__main h3{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 1100px) {
   .concept__main {
	  padding-bottom: 100px;
  }

}
@media (max-width: 840px) {
  .concept__main {
	  padding-bottom: 100px;

  }

}


@media (max-width: 600px) {
.concept__main {
	  padding-bottom: 60px;

  }
	
}

ul.concept_ul{width: 100%; margin: 0 0 90px;}
ul.concept_ul li,ul.concept_ul li h3,ul.concept_ul p{
	color: #fff;
}
ul.concept_ul li{
	display: flex;
	border:  1px solid #fff;
}
ul.concept_ul li{
	border-bottom: none;
}
ul.concept_ul li:last-child{
	border-bottom: 1px solid #fff;
}
.ul-f1,.ul-f2,.ul-f3{
	align-items:flex-start;
}

.ul-f1{
	width: 13%;
	padding:40px 10px;
	align-items: flex-start;
	border-right:  1px solid #fff;
}
.ul-f1 img{
	width: 95%; height:auto;
	position: 50% 50%;
}
.ul-f2{
	width: 57%;
	padding:40px 30px 40px 20px;
}
.ul-f2 h3{
	font-size: 1.9rem;
}
.ul-f3{
	width: 30%;
	border-bottom:  1px solid #fff;
}
.ul-f3 img{
	width: 100%; height:auto;
		position: 50% 50%;
	margin-left: 0%;

}

@media (max-width: 1080px) {
  ul.concept_ul{
	  width: 96%; 
	  margin: 0 2%;
	  margin-bottom: 40px;
  }
	ul.concept_ul li{
	padding:  0;
	flex-wrap: wrap;
	margin-bottom: 10px;
	}
	.ul-f1{
		width: 20%;
		border-right: none;
	}
	.ul-f2{
		width: 80%;
	}
	.ul-f3{
		border-top: 1px solid #fff;
		width: 100%;
	}
}
@media (max-width: 600px) {
  .concept__main {
    padding-bottom: 80px;
  }
}

@media (max-width: 1100px) {
	.uniform{
		padding-top:0;
	}
	
}

.uni-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items: center;

}
.img-uni{
	width: 48%; height: auto;
}
.img-uni img{
	width: 100%; height: auto;
}
@media (max-width: 840px) {
  .uni-flex {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
.img-uni{
	width: 100%;
	margin-bottom: 10px;
}	
.img-uni img{
	width: 100%; height: auto;
	margin-bottom: 10px;
}	

}
@media (max-width: 600px) {
  .uni-flex {
    width: 100%;
  }
	
}
h2.img_h2{margin-bottom: 100px;}
h2.img_h2 img{
	width: 100%;
	height: auto;
}

/*---------------------------------------------*/
/* レスポンシブ　地図 グーグルスケジュール
/*---------------------------------------------*/
.gmap,.gschedule {
	clear:both;
	margin-bottom:50px;
	padding-top:40px;
}
.gmap iframe {
	width:100%;
	margin:0 auto;
	height:520px;
}


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

.gmap{
	padding-top:5%;
	width:100%;
	margin:0 auto;
}
.gmap iframe {
	width:100%;
	height:500px;
}

}
/****** STAFF  *****/
.staff-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	max-width: 1080px;
	margin: 0 auto;
		border: 1px solid #00489d;
		/*border: 1px solid #fff;*/
}
.staff_fig{
	padding: 1%;
	margin-right: 0;
	/*border-right: 1px solid #00489d;*/
	width: 33%;
			/*border: 1px solid #fff;*/
}
.staff_fig img{
	width: 100%; height: auto;
}
.staff_h3{
	background-color: #00489d; color: #fff; padding: 8px ;
	font-size: 1.3em;
}
span.staff_name{
	font-size: 1.1em;
}
span.license{
	font-size: 0.7em; font-weight: normal;
}
@media screen and (max-width: 641px) {
	.staff-flex {
		display: block;
	}
	.staff_fig{
	width: 98%;
		margin: 4px 1%;
	padding: 2%;
		background-color: #efefef;
}
	.staff_fig img{
		width: 30%; height: auto;
		margin: 0 35%;
	}
		
}


.staff_profile{
	padding: 20px 30px 20px 30px;
	margin-left: 0px;
}
.staff_profile h3{

	font-size: 1.21em;
}
.staff_profile dl dd{
	margin-left: 30px;
}
@media screen and (max-width: 641px) {
	.staff_profile{
		padding: 5px 5px 10px 5px;
	}
	
}


.img_bd{
	border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;
}

.padtop_0{
	padding-top: 0;
}
.sec-class{
	font-size: 1.3em;
}
.bd1sw{
	border: 1px solid #fff;
} 
.bg_white{
	background-color: #fff;
	color: #707070;
}
.title-flex img.snswhite{
	width: 100%;
	max-width: 400px; height: auto;
	margin: 0 auto;
}
.title-flex img.snsblue{
	max-width: 360px; height: auto;
	margin: 0 auto;

}

.commontable{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

.commontable th,.commontable td{
	border-bottom: 1px solid #ccc;	
}
.commontable th{
	padding: 20px;
	color: #fff;
	background-color: #00489d;
}
.commontable td{
	padding: 20px 40px;

}
@media screen and (max-width: 1080px) {
.commontable{
	width: 90%;
	margin: 0 5%;
}

.commontable th,.commontable td{
	padding: 10px;
}
	
}
ul.menu_contact li.button_menu_contact .button_text{
	letter-spacing: 0;
}