
/* HTML5 display-role reset for older browsers */
header {
  display: block;
}

/*------------------------

ヘッダー

------------------------*/
.fixed_head_margin {
  display: none;
}

section.header {
    display: block;
  }

section.header-sp {
  display: none;
}
section.header .nav-global-sub {
  background: #EAEFF1;
}
section.header .nav-global-sub ul {
  display: flex;
  justify-content: flex-end;
}
section.header .nav-global-sub ul li {
padding: 5px 30px 5px 0;
}
section.header .nav-global-sub ul li a {
  font-size: 14px;
}
section.header .nav-global-sub ul li.nav-global-sub-feature a {
  background-image: url("/common/img/head_icon1.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 18px;
}
section.header .nav-global-sub ul li.nav-global-sub-feature a:hover {
  background-image: url("/common/img/head_icon1hover.png");
}
section.header .nav-global-sub ul li.nav-global-sub-feature a:hover {
  border-bottom: solid 1px;
}
section.header .nav-global-sub ul li.nav-global-sub-faq a:hover {
  border-bottom: solid 1px;
}
section.header .nav-global-sub ul li.nav-global-sub-faq a {
  background-image: url("/common/img/head_icon2.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 12px;
}
section.header .nav-global-sub ul li.nav-global-sub-faq a:hover {
  background-image: url("/common/img/head_icon2hover.png");
}
section.header .nav-global-sub ul li.nav-global-sub-present a {
  background-image: url("/common/img/head_icon7.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 18px;
}
section.header .nav-global-sub ul li.nav-global-sub-present a:hover {
  background-image: url("/common/img/head_icon7hover.png");
}
section.header .nav-global-sub ul li.nav-global-sub-present a:hover {
  border-bottom: solid 1px;
}
section.header .nav-global-sub ul li.nav-global-sub-mylist {
  background: #6EBABA;
  padding: 0;
}
section.header .nav-global-sub ul li.nav-global-sub-carrier {
  background: #FFB464;
  padding: 0;
}
section.header .nav-global-sub ul li.nav-global-sub-mylist a,
section.header .nav-global-sub ul li.nav-global-sub-carrier a{
  color: #fff;
  display: block;
  padding: 6px 20px;
}
/*IE用*/
@media all and (-ms-high-contrast: none) {
  section.header .nav-global-sub ul li.nav-global-sub-mylist a,
  section.header .nav-global-sub ul li.nav-global-sub-carrier a{
      padding: 7px 20px 6px 20px;
  }
}
section.header .nav-global-sub ul li.nav-global-sub-mylist:hover {
  background: #29d2d2;
}
section.header .nav-global-sub ul li.nav-global-sub-carrier:hover {
  background: #ff982a;
}
section.header .nav-global-sub ul li img.icon {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
section.header .nav-global-cover {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #F0F0F0;
  padding: 0 50px;
  background: #fff;
}
section.header .nav-global-cover.active {
  position: fixed;
  z-index: 60;
  width: 100%;
  background: #fff;
  top: 0;
}
section.header .nav-global-cover.active li:nth-child(2) a {
  padding: 28px 10px;
}
section.header .nav-global-cover.active .nav-global li a {
  padding: 18px 10px;
}
section.header .nav-global-cover.active li {
  height: 60px;
}
section.header .nav-global-cover.active br.scroll_br {
  display: none;
}
section.header .nav-global-cover .nav-logo {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
section.header .nav-global-cover .nav-logo img {
  width: 100%;
}
section.header .nav-global {
  width: 530px; /*　3つの場合　*/
  width: 650px; /*　4つの場合　*/
  width: 860px;
  
}
section.header .nav-global ul {
  display: flex;
  justify-content: space-between;
}
section.header .nav-global li {
  text-align: center;
  font-weight: bold;
  height: 80px;
}
section.header .nav-global li:hover {
  border-bottom: solid #5CB0B0 2px;
}
section.header .nav-global li a {
  padding: 28px 10px;
  display: block;
}
.seminar_none2, li.seminar_none2 {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    section.header {
        display: none;
    }
section.header-sp {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 1%;
    position: fixed;
    top: 0;
    z-index: 12;
    background: #fff;
    width: 100%;
    height: 50px;
    transition: 0.5s;
}
section.header-sp .more ul li .img img {
    width: 16px;
    margin-bottom: 3px;
}

}
/*section.header .nav-global li:nth-child(2) a {
  padding: 15px 0;
}
*/

/*------------------------

	ヘッダー

	------------------------*/
@media only screen and (max-width: 1024px) {

    .fixed_head_margin {
        display: block;
    }
    .head-acodion {
        display: block;
    }
    section.header-sp {
        display: block;
    }
    section.header-sp {
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 1%;
        position: fixed;
        top: 0;
        z-index: 12;
        background: #fff;
        width: 100%;
        height: 50px;
        transition: 0.5s;
    }
    section.header-sp .logo {
        width: 140px;
        display: flex;
        align-items: center;
    }
    section.header-sp .more {
        width: 150px;
    }
    section.header-sp .more ul {
        display: flex;
        justify-content: flex-end;
        padding: 0px 0;
    }
    section.header-sp .more ul li {
        text-align: center;
        padding: 3px 10px 0;
        line-height: 1.6 !important;
    }
    section.header-sp .more ul li.apply {
        background-color: #F4B771;
    }
    section.header-sp .more ul li .img {
        width: 50%;
        margin: 1px auto 2px;
    }
    section.header-sp .more ul li:first-child .img {
        width: 40%;
    }
    section.header-sp .more ul li .img img {
        width: 16px;
        margin-bottom: 3px;
    }
    section.header-sp .more ul li .text {
        color: #539E9E;
        font-size: 10px;
        margin-bottom: 2px;
    }
    section.header-sp .more ul li.apply .text {
        color: #fff;
        font-weight: bold;
    }
    section.header-sp .logo img {
        width: 100%;
    }
}
/*    section.header-sp .more ul li:first-child {
        margin-right: 10%;
    }*/
    /*------アコーディオン-----*/
    .head-acodion {
        width: 100%;
        height: 100%;
        transition: all 0.4s;
        transform: translate(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        background-color: #fff;
    }
    .head-acodion.open {
        transform: translate(0);
    }
    .head-acodion {
        display: flex;
    }
    .head-acodion .close {
        background: #69BDBD;
        padding: 10px 0px;
        width: 55px;
        text-align: center;
        color: #fff;
        font-size: 10px;
        cursor: pointer;
    }
    .head-acodion .ac-nav {
        padding: 30px 10px;
        width: 100%;
        height: calc(100vh - 0px);
        overflow: auto;
    }
    .head-acodion .close .icon {
        width: 40%;
        margin: auto;
        margin-bottom: 5px;
    }
    .head-acodion .ac-nav .list {
        border-top: solid 1px #E7E7E5;
        margin-bottom: 20px;
    }
    .head-acodion .ac-nav .list li {
        border-bottom: solid 1px #E7E7E5;
        padding: 10px 22px 10px 10px;
        background-image: url(/common/img/common_btn_iconblue.png);
        background-repeat: no-repeat;
        background-position: right 7px center;
        background-size: 7px;
    }
    .head-acodion .ac-nav .list li a {
        font-weight: bold;
        color: #539E9E;
        display: block;
        padding: 0 5px 0 25px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 15px;
    }
    .head-acodion .ac-nav .list li:nth-child(1) a {
        background-image: url(/common/img/head_acodion1.png);
    }
    .head-acodion .ac-nav .list li:nth-child(2) a {
        background-image: url(/common/img/head_acodion2.png);
    }
    .head-acodion .ac-nav .list li:nth-child(3) a {
        background-image: url(/common/img/head_acodion2.png);
    }
    .head-acodion .ac-nav .list li:nth-child(4) a {
        background-image: url("/common/img/head_acodion3.png");
    }
    .head-acodion .ac-nav .list li:nth-child(5) a {
        background-image: url("/common/img/head_acodion7.png");
    }
    .head-acodion .ac-nav .list li:nth-child(6) a {
        background-image: url("/common/img/head_acodion4.png");
    }
    .head-acodion .ac-nav .list li:nth-child(7) a {
        background-image: url("/common/img/head_acodion5.png");
    }
    .head-acodion .ac-nav .favorite {
        text-align: center;
        border-radius: 50px;
        border: solid 1px;
        color: #539E9E;
        padding: 10px 0;
        margin: 0 20px;
        margin-bottom: 20px;
        background-image: url(/common/img/common_btn_iconblue.png);
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 7px;
    }
    .head-acodion .ac-nav .favorite a {
        color: #539E9E;
        font-weight: bold;
        display: block;
    }
    .head-acodion .ac-nav .recruit {
        background: #FFB464;
        padding: 5px;
    }
    .head-acodion .ac-nav .recruit .icon {
        border: solid 1px #fff;
        padding: 30px 5px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        background-image: url("/common/img/head_acodion6.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 25px;
    }
    .head-acodion .ac-nav .recruit .icon .small {
        font-size: 11px;
        margin-bottom: 5px;
    }

/*------------------------

フッター

------------------------*/

.nav-footer {
    letter-spacing: 0;
    line-height: 1.61;
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    color: #333;
}
section.footer {
  background: #6EBABA;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
section.footer ul li:after {
    width: 0;
  }
section.footer .scroll-top {
  position: fixed;
  right: 20px;
  /*bottom: 20px;*/
  bottom:20px;
  cursor: pointer;
  display: none;
    z-index: 120;
}
@media only screen and (max-width: 1024px) {
    section.footer .scroll-top {
        bottom:120px !important;
      }
}
section.footer .scroll-top.active {
  bottom: 75px;
}
section.footer .copy {
  text-align: center;
  background: #DDDDDB;
  padding: 15px 0;
  font-size: 14px;
  color: #8F8F8E;
}
section.footer .upper_flex {
  display: flex;
  justify-content: flex-end;
  width: 96%;
margin-left: auto;
  min-height: 236px;
}
section.footer .upper_flex .logo {
  width: 27%;
  display: flex;
  align-items: flex-start;
justify-content: center;
  margin-right: 1%;
  margin-top: 65px;
}
section.footer .upper_flex .logo img {
  width: 186px;
height:  60px;
}
section.footer .upper_flex .nav-footer {
  width: 40%;
  display: flex;
  align-items: center;
}
section.footer .upper_flex .nav-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.footer .upper_flex .nav-footer ul li {
  width: 48%;
  margin-bottom: 15px;
}
section.footer .upper_flex .nav-footer ul li a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
}

section.footer .upper_flex .btn-carrier {
  background: #FFB464;
  width: 33%;
max-width: 420px;
  background-image: url(/common/img/head_acodion6.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30px;
}
section.footer .upper_flex .btn-carrier a {
  display: block;
  padding: 80px 0;
}
section.footer .upper_flex .btn-carrier .icon {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
section.footer .upper_flex .btn-carrier a:hover {
  background: #ff982a;
  background-image: url(/common/img/head_acodion6.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30px;
}
section.footer .upper_flex .btn-carrier .small {
  margin-bottom: 10px;
}
section.footer .upper_flex .btn-carrier .large {
  font-size: 26px;
}
section.footer .nav-footer-sub {
  border-bottom: solid 1px #fff;
  padding: 20px 0;
  border-top: solid 1px #fff;
}
section.footer .nav-footer-sub ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
section.footer .nav-footer-sub ul li {
  margin-right: 25px;
}
section.footer .nav-footer-sub ul li a {
    color: #fff;
    font-size: 14px;
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: normal;
}
section.footer .area-banner {
  padding: 30px 0;
}
section.footer .area-banner .title {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}
section.footer .area-banner .list {
  display: flex;
  justify-content: center;
}
section.footer .area-banner .list .unit-banner {
  margin-right: 35px;
}
section.footer .nav-footer-sub ul li:after {
  content: "/";
  color: #fff;
  position: relative;
  left: 10px;
  background: none;
}
section.footer .nav-footer-sub ul li:last-child:after {
  content: none;
}
section.footer .area-banner .list .unit-banner:last-child {
  margin-right: 0;
}
section.footer .nav-footer-sub ul li:last-child {
  margin-right: 0;
}
section.footer .upper_flex .nav-footer ul li:last-child {
  margin-bottom: 0;
}
section.footer .upper_flex .nav-footer ul li:nth-last-child(2) {
  margin-bottom: 0;
}
section.footer .btn-carrier-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
section.footer {
margin-bottom: 0;
}
section.footer .area-banner{
    display: none;
}


}


/*------------------------

追従バナー

------------------------*/
.follow-banner{
    display: none;
}
.follow-banner{
	position: fixed;
	z-index: 999;
	padding: 10px;
	text-align: center;
	bottom: 0;
	max-width: 280px;
	width: 30%;
	right: 0;
}
.follow-banner p{
	text-align: center;
}
.follow-banner img{
	width: 100%;
}
@media only screen and (max-width: 1400px) {
	.follow-banner{
		width: 20%;
	}
}
@media only screen and (max-width: 1024px) {
	.follow-banner{
		width: 100%;
		max-width: 100%;
		padding: 15px 10px;
		background: #fff4e8;
		box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
	}
	.follow-banner img{
		max-width: 442px;
		margin-left: auto;
		margin-right: auto;
	}
    
}
/*------------------------

相談窓口
area_book, area_madoguchi, area_reason, area_seminarMovie

------------------------*/
.area_madoguchi{
	margin-bottom: 130px;
}

.area_madoguchi_1{
	flex-shrink: 0;
	width: 460px;
}
.area_madoguchi_2 p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.area_madoguchi_2 p.txt_first{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.area_reason{
	margin-bottom: 130px;
}
.area_reason_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.area_reason_flex div {
	width: 31.2%;
	padding: 50px 36px;
}
.area_reason_flex .wrap1 {
	background: url("../img/icon_registere.png") no-repeat right 38px top 60px #fff;
	background-size: 42px 46px;
}
.area_reason_flex .wrap2 {
	background: url("../img/icon_after.png") no-repeat right 38px top 60px #fff;
	background-size: 53px 46px;
}
.area_reason_flex .wrap3{
	background: url("../img/icon_0yen.png") no-repeat right 46px top 60px #fff;
	background-size: 60px 48px;
}
.area_reason_flex p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	min-height: 63px;
	padding-right: 60px;
}
.area_reason_flex .wrap3 p{
	padding-top: 15px;
}
.area_top_btn {
    background: #FFB464;
    color: #fff;
    border: solid 1px #fff;
    background-image: url("/common/img/common_btn_iconwhite.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px auto;
	display: block;
	width: 80%;
	border-radius: 50px;
	padding: 15px 50px;
	max-width: 500px;
	font-weight: bold;
	letter-spacing: 1.6px;
	text-align: center;
}
.area_top_btn:hover {
    background: #e5a25a;
	background-image: url("/common/img/common_btn_iconwhite.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px auto;
	color: #fff;
}
.area_reason .area_top_btn{
	margin-left: auto;
	margin-right: auto;
}
.area_book, .area_seminarMovie{
	margin-bottom: 130px;
	margin-top: 30px;
}
.area_book_wrap, .area_seminarMovie_wrap{
	background: #f1eee2;
	padding: 50px;
	margin-top: 30px;
}
.area_book_flex, .area_seminarMovie_flex, .area_prBox_flex{
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	}
.area_book_1{
/*	flex-shrink: 0;
	width: 200px;*/
}
.area_book_1 img, .area_seminarMovie_1 img{
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
.area_book_2{
	flex-shrink: 0;
	width: calc(100% - 230px);
	padding-left: 30px;
}

.area_seminarMovie_2{
  width: calc(100% - 5%);
}

.area_seminarMovie_2 ul{
  list-style-type: disc;
  padding:0px 30px;
}

@media all and (-ms-high-contrast: none) {
  /* ie*/
	.area_book_2, .area_seminarMovie_2{
		 padding-left:60px;
		}
}
.area_book_2 ul, .area_seminarMovie_2 ul{
	margin-bottom: 30px;
}
.area_book_2 li, .area_seminarMovie_2 li{
	margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.area_book_2 li span, .area_seminarMovie_2 li span{
	background: #ece578;
	padding-left: 3px;
	padding-right: 3px;
}
.area_book_btm, .area_seminarMovie_btm{
	margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
	.area_madoguchi{
		margin-bottom: 60px;
	}
	.area_madoguchi_flex{
		display: block;
	}
	.area_madoguchi_1{
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.area_madoguchi_2 p.txt_first{
		font-size: 20px;
	}
	.area_reason{
		margin-bottom: 60px;
	}
	.area_reason_flex {
		display: block;
		margin-bottom: 40px;
	}
	.area_reason_flex .wrap1 {
		background: url("../img/icon_registere.png") no-repeat right 38px top 33px #fff;
		background-size: auto;
		background-size: 42px 46px;
	}
	.area_reason_flex .wrap2 {
		background: url("../img/icon_after.png") no-repeat right 38px top 30px #fff;
		background-size: 53px 46px;
}
	.area_reason_flex .wrap3{
		background: url("../img/icon_0yen.png") no-repeat right 46px top 30px #fff;
		background-size: 60px 48px;
	}
	.area_reason_flex div {
		width: 100%;
		max-width: 400px;
		padding: 30px 30px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.area_reason_flex p {
    	font-size: 16px;
		min-height: 40px;	
	}
	.area_reason_flex .wrap3 p{
		padding-top: 7px;
	}
	.area_top_btn{
		width: 100%;
		max-width: 800px;
	}
	.area_book, .area_seminarMovie, .area_prBox{
		margin-bottom: 60px;
		margin-top: 30px;
	}
	.area_book_wrap, .area_seminarMovie_wrap, .area_prBox_wrap{
		padding: 30px 20px;
		margin-top: 30px;
	}
	.area_book_flex, .area_seminarMovie_flex, .area_prBox_flex{
		display: block;
	}
	.area_book_1{
		width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
	.area_book_2, .area_seminarMovie_2, .area_prBox_2{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.area_book_2 ul, .area_seminarMovie_2 ul{
		margin-bottom: 20px;
	}
	.area_book_btm, .area_seminarMovie_2_btm, .area_prBox_2_btm{
		margin-bottom: 60px;
	}

  .area_seminarMovie_1, .area_prBox_1{
    width: 80%;
    margin: 0 auto;
  }

}

/*------------------------

pcとsp表示切替

------------------------*/
.visible_sp{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.visible_sp{
	display: block;
}
.visible_pc{
	display: none;
}
}


/*------------------------

Title

------------------------*/

.main .inner .title_point img {
    width: 430px;
    margin-bottom: 20px;
  }

  @media only screen and (max-width: 1024px) {
    .main .inner .title_point img {
        width: 80%;
        margin-bottom: 20px;
      }

  }

  /*------------------------

追従バナー取る

------------------------*/

  .follow-banner{
    display: none;
  }