@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:500i,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500i&display=swap');

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
body{
  -webkit-text-size-adjust: 100%;
}
html{
    font-size:62.5%;
    overflow-y: scroll;
    text-underline-position: under;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "NotoSansCJKjp","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
  letter-spacing: 0.05em;
	color:#141414;
}
a{
  text-decoration: none;
  color:#141414;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
*, *:before, *:after{
    box-sizing: border-box;
}

.hover {
  transition: opacity 0.3s ease-out;
}

.hover:hover {
  opacity: 0.7;
}
.inner{
  width: 1200px;
  margin: auto;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .sp{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .inner{
    width: 90.6%;
  }
  .pc{
    display: none !important;
  }
  .inline-block{
    display: inline-block;
  }
}

/* ------------------------------
    font
------------------------------ */
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans CJK JP Medium'),
         url('../fonts/NotoSansCJKjp-Medium.otf') format('opentype')
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans CJK JP Bold'),
         url('../fonts/NotoSansCJKjp-Bold.otf') format('opentype')
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans CJK JP Black'),
         url('../fonts/NotoSansCJKjp-Black.otf') format('opentype')
}
@font-face {
  font-family: 'BrushScriptStd';
  src: url('../fonts/BrushScriptStd.eot');
  src: local('BrushScriptStd'), url('../fonts/BrushScriptStd.woff') format('woff'), url('../fonts/BrushScriptStd.ttf') format('truetype');
}

/* ------------------------------
    header
------------------------------ */
#header{
  position: fixed;
  width: 100%;
  min-width: 1200px; /*min-width*/
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
}
#header .hd01{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1200px; /*min-width*/
  height: 60px;
  padding-left: 23px;
  border-bottom: 1px solid #d9d9d9;
}
.sitecopy{
  font-style: italic;
  font-size: 1.42rem;
}
.box_contact{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.box_contact .link_corporation{
  display: block;
  margin-right: 25px;
  font-style: italic;
  font-size: 1.42rem;
}
.box_contact .link_corporation:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-top: -5px;
  vertical-align: middle;
  background: url(../img/common/ico_arrow01.svg) no-repeat;
  transform: rotate(-90deg);
}
.box_contact .btn_contact{
  display: block;
  width: 14.2vw;
  min-width: 171px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 1.7rem;
  color: #fff;
  background-color: #0065af;
}
.box_contact .btn_request{
  display: block;
  width: 14.2vw;
  min-width: 171px;
  height: 60px;
  /* 20200923 mod オンラインカウンセリング文言用 */
  /* line-height: 60px; */
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ff6700;
}
/* 20200923 add オンラインカウンセリング文言用 */
.box_contact .btn_request2{
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 0.7rem;
  color: #fff;
}
#header .hd02{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 1200px; /*min-width*/
  height: 90px; /*125px*/
  border-bottom: 1px solid #d9d9d9;
}
#header .ttl_site{
  width: 14.2vw;
  min-width: 171px;
  text-align: center;
}
#header .ttl_site img{
  width: 79%;
  min-width: 158px;
}
#header .hd02 nav{
  width: 100%;
}
.nav_hd{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  height: 90px; /*125px*/
}
.nav_hd > li{
  width: 14.2vw;
  min-width: 171px;
  height: 100%;
  border-left: 1px solid #d9d9d9;
}
.nav_hd > li > a{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.7em;
  line-height: 1.05;
  font-weight: 700;
  font-style: italic;
  font-size: 2.0rem;
  transition: background-color 0.3s ease-out;
}
.nav_hd > li > a:hover,
.nav_hd .nav_hover.ghover > a{
  color: #0065AF;
  background-color: #E5F0F7;
}
.nav_hd .nav_hover{
  position: relative;
}
.nav_hd .nav_hover > a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 8.5%;
  width: 14px;
  height: 8px;
  background: url(../img/common/ico_arrow01.svg) no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
.nav_hd .nav_hover .nav_child{
  display: none;
  position: absolute;
  top: 90px; /*125px*/
  left: 0;
  width: 300px;
  padding: 20px;
  background-color: #E5F0F7;
  z-index: 100;
}
.nav_hd .nav03.nav_hover .nav_child{
  width: 260px;
}
.nav_hd .nav04.nav_hover .nav_child{
  width: 320px;
}
.nav_hd .nav_hover .nav_child li + li{
  margin-top: 20px;
}
.nav_hd .nav_hover .nav_child li a{
  position: relative;
  padding-left: 15px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  font-size: 1.8rem;
  color: #141414;
}
.nav_hd .nav_hover .nav_child li a:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 8px;
  background: url(../img/common/ico_arrow01.svg) no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}
.nav_hd .nav_hover.ghover > a:after{
  transform: translateY(-50%) rotate(180deg);
}
.nav_hd .nav_hover.ghover > a + .nav_child{
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  #header .ttl_site img{
    min-width: 150px;
  }
  .nav_hd > li > a{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #header{
    position: static;
    min-width: 0;
    background: none;
  }
  #header .hd01{
    min-width: 0;
    height: 33px;
    padding: 0;
  }
  .sitecopy{
    width: 100%;
    text-align: center;
    font-size: 1.0rem;
  }
  #header .hd02{
    position: relative;
    width: 100%;
    min-width: 0;
    height: 50px;
    background-color: #fff;
  }
  #header .hd02.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #header .ttl_site{
    width: 133px;
    min-width: 0;
    margin-left: 16px;
  }
  #header .ttl_site img{
    width: 100%;
    min-width: 0;
  }
  #header .hd02 nav{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background-color: #0065AF;
    z-index: 999;
  }
  .ttl_site_menu{
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 4.6%;
    background-color: #0065AF;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 999;
  }
  .ttl_site_menu img{
    width: 133px;
  }
  .nav_hd{
    display: block;
    height: auto;
    margin-top: 50px;
    overflow-y: auto;
  }
  .nav_hd > li{
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .nav_hd > li > a{
    display: block;
    height: auto;
    padding: 15px 4.6%;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
  }
  .nav_hd > li > a:hover,
  .nav_hd .nav_hover.ghover > a{
    color: #fff;
    background-color: #0065AF;
  }
  .nav_hd .nav_hover > a:after{
    right: 4.6%;
    width: 8px;
    height: 14px;
    background-image: url(../img/common/ico_arrow02.svg);
    transform: translateY(-50%) rotate(90deg);
  }
  .nav_hd .nav_hover .nav_child,
  .nav_hd .nav03.nav_hover .nav_child,
  .nav_hd .nav04.nav_hover .nav_child{
    position: static;
    width: 100%;
    padding: 0 4.6% 15px;
    background-color: #0065AF;
  }
  .nav_hd .nav_hover .nav_child li + li{
    margin-top: 5px;
  }
  .nav_hd .nav_hover .nav_child li a{
    display: block;
    padding: 14px 0;
    text-align: center;
    color: #0065AF;
    background-color: #E5F0F7;
  }
  .nav_hd .nav_hover .nav_child li a:after{
    display: none;
  }
  .nav_hd .nav_hover.ghover > a:after{
    transform: translateY(-50%) rotate(-90deg);
  }
  .nav_hd .nav_hover.ghover > a + .nav_child{}
  .box_contact{
    justify-content: space-between;
    padding: 24px 4.6%;
  }
  .box_contact .btn_contact{
    width: 47.7%;
    min-width: 0;
    font-size: 1.5rem;
    color: #0065AF;
    background-color: #fff;
  }
  .box_contact .btn_request{
    width: 47.7%;
    min-width: 0;
    font-size: 1.5rem;
  }
  .btn_menu{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #0065AF;
    cursor: pointer;
  }
  .btn_menu.open{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: none;
  }
  .btn_menu span{
    display: block;
    position: absolute;
    top: 18px;
    left: 15px;
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  .btn_menu span:nth-of-type(2){
    top: 25px;
  }
  .btn_menu span:nth-of-type(3){
    top: 33px;
  }
  .btn_menu.open span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(145deg);
      transform: translateY(8px) rotate(45deg);
  }
  .btn_menu.open span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s forwards;
      animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
      100% {
    height: 0;
      }
  }
  @keyframes active-menu-bar02 {
      100% {
    height: 0;
      }
  }
  .btn_menu.open span:nth-of-type(3) {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg);
  }
  body.fixed{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
  }
}
@media screen and (max-width : 334px ){
  .box_contact .btn_contact,
  .box_contact .btn_request{
    font-size: 1.35rem;
  }
}

/* ------------------------------
    container
------------------------------ */
.container{
  display: block;
  min-width: 1200px; /*min-width*/
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .container{
    min-width: 0;
    padding-top: 0;
  }
}

/* ------------------------------
    btn
------------------------------ */
.btn_link{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: auto;
  background-color: #ff6700;
  box-shadow : 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 70px;
}
.btn_link .link_txt{
  display: block;
  margin-top: -2px;
  padding-right: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 2.268rem;
  color: #fff;
}
.btn_link:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/common/ico_arrow02.svg) no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btn_link{
    height: 50px;
  }
  .btn_link .link_txt{
    margin-top: 0;
    padding-right: 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .btn_link:after{
    right: 15px;
  }
}

/* ------------------------------
    area_title
------------------------------ */
.area_title{
  min-width: 1200px; /*min-width*/
  background-color: #0065A8;
}
.area_title .inner{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 250px; /*300px*/
}
.area_title .ttl_page{
  width: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  font-style: italic;
  font-size: 7.0rem;
  font-weight: 700;
  color: #fff;
}
.breadcrumb{
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 0;
}
.breadcrumb li{
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
}
.breadcrumb li:after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 0 10px 0 15px;
  vertical-align: middle;
  background-color: #fff;
}
.breadcrumb li.current:after{
  display: none;
}
.breadcrumb li a{
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .area_title{
    min-width: 0;
  }
  .area_title .inner{
    height: auto;
    padding: 10% 0;
  }
  .area_title .ttl_page{
    line-height: 1.3;
    font-size: 2.6rem;
  }
  .breadcrumb{
    display: none;
  }
}

/* ------------------------------
    sec_conference_sub
------------------------------ */
.sec_conference_sub{
  padding: 80px 0 25px;
}
.sec_conference_sub .inner{
  text-align: center;
}
.sec_conference_sub .txt01{
  margin-bottom: 60px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: 5.0rem;
  transform: scaleX(0.95);
}
.sec_conference_sub .txt01 .em{
  color: #0065A9;
}
.sec_conference_sub .txt02{
  position: relative;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: 2.6rem;
}
.sec_conference_sub .txt02 .em{
  color: #FF6700;
}
.sec_conference_sub .txt02:before,
.sec_conference_sub .txt02:after{
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 3px;
  height: 65px;
  background-color: #FF6700;
}
.sec_conference_sub .txt02:before{
  left: -30px;
  transform: translateY(-50%) rotate(-15deg);
}
.sec_conference_sub .txt02:after{
  right: -30px;
  transform: translateY(-50%)rotate(23deg);
}

@media screen and (max-width: 768px) {
  .sec_conference_sub{
    padding: 10% 0 5%;
  }
  .sec_conference_sub .txt01{
    margin-bottom: 1.2em;
    font-size: 1.8rem;
  }
  .sec_conference_sub .txt02{
    font-size: 1.2rem;
  }
  .sec_conference_sub .txt02:before,
  .sec_conference_sub .txt02:after{
    height: 50px;
  }
  .sec_conference_sub .txt02:before{
    left: -15px;
  }
  .sec_conference_sub .txt02:after{
    right: -15px;
  }
}

/* ------------------------------
    sec_conference
------------------------------ */
.sec_conference{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1200px; /*min-width*/
  height: 348px;
  margin: auto;
  background: url(../img/common/conference_bg02.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.sec_conference .inner{
  margin: 0;
}
.sec_conference .ttl_sec{
    margin: 0 0 40px -10px;
    letter-spacing: -0.03em;
  font-style: italic;
  font-weight: 700;
  font-size: 6.0rem;
  color: #fff;
  transform: scaleX(0.98);
}
.sec_conference .ttl_sec .copy{
  display: block;
  margin-bottom: 0.3em;
  padding-left: 1em;
  letter-spacing: 0;
  text-decoration: underline;
  font-size: 2.6rem;
}
.sec_conference .btn_link{
  width: 420px;
  margin-left: 0;
}
/* 20200924 add オンラインカウンセリング文言 */
.sec_conference .copy2{
  margin: 10px 0 40px -10px;
  letter-spacing: -0.03em;
  font-style: italic;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  transform: scaleX(0.98);
  display: block;
  padding-left: 1em;
}
@media screen and (min-width : 1550px){
  .sec_conference{
    background-color: #0065af;
    background-position-x: 100%;
    background-size: auto 110%;
  }
}
@media screen and (min-width : 1700px){
  .sec_conference{
    background-size: auto 120%;
  }
}
@media screen and (min-width : 1900px){
  .sec_conference{
    background-size: auto 130%;
  }
}

@media screen and (max-width: 768px) {
  .sec_conference{
    min-width: 0;
    height: auto;
    padding: 9% 0 49%;
    background: url(../img/common/conference_bg02_sp.jpg) #0065AF 50% 100% no-repeat;
    background-size: 100% auto;
  }
  .sec_conference .ttl_sec{
    margin-bottom: 7%;
    text-align: center;
    font-size: 2.5rem;
  }
  .sec_conference .ttl_sec .copy{
    font-size: 1.4rem;
  }
  .sec_conference .btn_link{
    width: auto;
  }
  /* 20200924 add オンラインカウンセリング文言 */
  .sec_conference .copy2{
    text-align: center;
    font-size: 1.2rem;
  }
}

/* ------------------------------
    sec_ftnav
------------------------------ */
.sec_ftnav{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-width: 1200px; /*min-width*/
  margin-top: 100px;
}
.sec_ftnav .link_nav{
  width: 25%;
}
.sec_ftnav .link_nav a{
  display: block;
}
.sec_ftnav .link_nav .ttl_nav{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: auto;
  color: #fff;
  background-color: #0065af;
}
.sec_ftnav .link_nav:nth-child(even) .ttl_nav{
  background-color: #1974b7;
}
.sec_ftnav .link_nav .ttl_nav:before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #0065af transparent transparent transparent;
  transform: translateX(-50%);
}
.sec_ftnav .link_nav:nth-child(even) .ttl_nav:before{
  border-color: #1974b7 transparent transparent transparent;
}
.sec_ftnav .link_nav .ttl_nav .ja{
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 700;
  font-size: 1.6rem;
}
.sec_ftnav .link_nav .ttl_nav .en{
  letter-spacing: 0.2em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
  .sec_ftnav{
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90.6%;
    min-width: 0;
    margin: 8.4% auto 10%;
  }
  .sec_ftnav .link_nav{
    width: 48%;
    margin-top: 3%;
  }
  .sec_ftnav .link_nav:nth-child(1),
  .sec_ftnav .link_nav:nth-child(2){
    margin-top: 0;
  }
  .sec_ftnav .link_nav .ttl_nav{
    height: 36vw;
    padding-bottom: 5.4vw;
    text-align: center;
  }
  .sec_ftnav .link_nav:nth-child(2) .ttl_nav,
  .sec_ftnav .link_nav:nth-child(3) .ttl_nav{
    background-color: #1974b7;
  }
  .sec_ftnav .link_nav:nth-child(4) .ttl_nav{
    background-color: #0065af;
  }
  .sec_ftnav .link_nav .ttl_nav:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5.4vw;
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/common/ico_arrow02.svg) no-repeat;
    transform: translateX(-50%);
  }
  .sec_ftnav .link_nav .ttl_nav .ja{
    margin-bottom: 1em;
    line-height: 1.32;
    font-size: 1.3rem;
    transform: scaleX(0.95);
  }
  .sec_ftnav .link_nav .ttl_nav .en{
    font-size: 1.0rem;
  }
  .sec_ftnav .link_nav .ttl_nav:before,
  .sec_ftnav .link_nav .img{
    display: none;
  }
}

/* ------------------------------
    footer
------------------------------ */
#footer{
  min-width: 1200px; /*min-width*/
  background-color: #202020;
}
#footer .ft01{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 60px;
}
#footer .ft01 .logo_ft{
  width: 200px;
}
#footer .ft01 .sns_ft{
  width: 30px;
  margin-left: 50px;
}
#footer .ft01 .tel_ft{
  width: 200px;
  margin: 0 10px 0 auto;
}
#footer .ft01 .list_btn{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#footer .ft01 .list_btn li{
  margin-left: 15px;
}
#footer .ft01 .list_btn li a{
  display: block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background-color: #ff6700;
  border-radius: 42px;
}
#footer .ft02{
  margin-bottom: 40px;
}
.nav_ft01{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.nav_ft01 a, .nav_ft01 span{
  font-size: 1.3rem;
  color: #fff;
}
.nav_ft02 li{
  margin-top: 1.5em;
  font-size: 1.0rem;
}
.nav_ft02 a{
  color: #9a9a9a;
}
#footer .ft03{
  margin-bottom: 50px;
}
#footer .ft03 .list_bnr{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 50px;
}
#footer .ft03 .list_bnr li{
  width: 33.33%;
  height: 50px;
  border-left: 1px solid rgba(255,255,255,0.2);
}
#footer .ft03 .list_bnr li:first-child{
  border-left: none;
}
#footer .ft03 .list_bnr li a{
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  text-align: center;
}
#footer .ft04{
  background-color: #141414;
}
#footer .ft04 .inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.nav_ft03{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.nav_ft03 li:before{
  content: "\003000\007c\003000";
  font-size: 1.2rem;
  color: #fff;
}
.nav_ft03 li:first-child:before{
  display: none;
}
.nav_ft03 a{
  font-size: 1.2rem;
  color: #fff;
}
#footer .ft04 .txt_copy{
  width: 118px;
}

@media screen and (max-width: 768px) {
  #footer{
    min-width: 0;
    padding-bottom: 40px;
  }
  .iphone #footer{
    padding-bottom: calc( 40px + 10% );
  }
  #footer .ft01{
    display: block;
    margin-bottom: 7.3%;
    padding-top: 10%;
  }
  #footer .ft01 .logo_ft{
    width: 49.2%;
    margin: auto;
  }
  #footer .ft01 .sns_ft{
    width: 30px;
    margin: 8% auto;
  }
  #footer .ft01 .tel_ft{
    width: 50%;
    margin: 5% auto 10%;
  }
  #footer .ft01 .list_btn{
    justify-content: center;
    margin: auto;
  }
  #footer .ft01 .list_btn li{
    width: 32.3%;
    margin: 0 2.5%;
  }
  #footer .ft01 .list_btn li a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
  }
  #footer .ft02{
    display: none;
  }
  #footer .ft03{
    margin-bottom: 9%;
  }
  #footer .ft03 .list_bnr{
    position: relative;
    margin: 0;
  }
  #footer .ft03 .list_bnr li{
    width: 26.3%;
    height: 22px;
    border-left: none;
  }
  #footer .ft03 .list_bnr li:nth-of-type(2){
    width: 28.9%;
  }
  #footer .ft03 .list_bnr li:nth-of-type(2):before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30.8%;
    width: 1px;
    height: 22px;
    background-color: rgba(255,255,255,0.2);
  }
  #footer .ft03 .list_bnr li:nth-of-type(3){
    width: 30%;
  }
  #footer .ft03 .list_bnr li:nth-of-type(3):before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 33.5%;
    width: 1px;
    height: 22px;
    background-color: rgba(255,255,255,0.2);
  }
  #footer .ft04 .inner{
    display: block;
    height: auto;
    padding: 7% 0 8%;
  }
  .nav_ft03{
    display: block;
    width: 100%;
    margin-top: -10px;
    text-align: center;
  }
  .nav_ft03 li{
    display: inline-block;
    margin-top: 10px;
  }
  .nav_ft03 li:before{
    font-size: 1.1rem;
  }
  .nav_ft03 li:nth-of-type(1):before,
  .nav_ft03 li:nth-of-type(3):before,
  .nav_ft03 li:nth-of-type(4):before{
    display: none;
  }
  .nav_ft03 .li_br{
    display: block;
    height: 0;
    margin: 0;
  }
  .nav_ft03 a{
    font-size: 1.1rem;
  }
  #footer .ft04 .txt_copy{
    width: 33%;
    margin: 6% auto 0;
  }
  #footer .box_contact{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    border: 1px solid #d9d9d9;
    z-index: 99;
  }
  #footer .box_contact .btn_contact,
  #footer .box_contact .btn_request{
    width: 50%;
    height: 50px;
    line-height: 50px;
  }
  /* 20200923 add オンラインカウンセリング文言 */
  #footer .box_contact .btn_request{
    width: 50%;
    height: 50px;
  }
  #footer .box_contact .btn_request2{
    margin-top: 0px;
    font-size: 0.7rem;
  }
  
}
@media screen and (max-width : 334px ){
  #footer .ft01 .list_btn li a{
    font-size: 1.0rem;
  }
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */
