@charset "UTF-8";
/* ==========================================================================
 COMMON
===========================================================================*/
/* -----------------------------------------------------------------
  BASE
----------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 1281px) {
  body {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body .sp-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  body .pc-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body .pc-hide {
    display: block !important;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #1980cf;
  text-decoration: none;
}

br.sp {
  display: none;
}

@media (max-width: 767px) {
  br.sp {
    display: block;
  }
}

img {
  vertical-align: top;
  line-height: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section h2, .section p, .section dl {
  float: none;
  margin: 0;
  width: auto;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}

/* ==========================================================================
 MENU_SP
===========================================================================*/
/* -----------------------------------------------------------------
  MENU_SP
----------------------------------------------------------------- */
.c-menu {
  width: 70px;
  position: absolute;
  top: 519px;
  right: 10px;
  z-index: 1000;
  will-change: transform;
}

@media (min-width: 375px) {
  .c-menu {
    top: 619px;
  }
}

@media (min-width: 414px) {
  .c-menu {
    top: 679px;
  }
}

.c-menu.fixed {
  position: fixed;
  bottom: 10px;
  top: auto;
}

.c-menu.ft-fixed {
  position: absolute;
  bottom: 94px;
}

@media (max-width: 767px) {
  .is-ovh {
    overflow: hidden;
  }
}

.l-menu {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100000;
}

@media (min-width: 768px) {
  .l-menu {
    display: none !important;
  }
}

.l-menu--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.l-menu--header-inbox {
  display: table-cell;
  width: 74.8%;
  vertical-align: middle;
  padding-left: 4.3%;
  box-sizing: border-box;
}

.l-menu--header-title {
  color: #00b895;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.l-menu--header-image {
  display: table-cell;
  width: 25.2%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 1.5% 0 8.3%;
}

.l-menu--list {
  margin-bottom: 16px;
}

.l-menu--link {
  background: #F3663A;
  border-bottom: 1px solid #FFF;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
}

.l-menu--link[href="/corporation/"] {
  background: #000;
  color: #FF9878;
}

.l-menu--btn {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

/* ==========================================================================
 HEADER
===========================================================================*/
/* -----------------------------------------------------------------
  HEADER
----------------------------------------------------------------- */
.header {
  background: #FFF;
  border-bottom: 70px solid #f3663a;
  padding: 50px 0 10px;
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 0;
    border-width: 81px;
  }
}

.header .c-inner {
  position: relative;
}

.header__link {
  margin: 50px 0 80px 250px;
  width: 500px;
	text-align: center;
}
.header__link span {
	display: block;
	padding: 15px 10px;
	background:  #ff3300;
	color: #fff;
	font-weight:  bold;
	font-size: 2.5em;
	text-align: center;
	border-radius: 0 0 5px 5px;
	line-height: 1.5em;
	border-radius:20px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

@media (max-width: 767px) {
  .header__link {
    margin: 0 auto 27px;
    width: 80%;
  }
	.header__link span {
		padding: 12px 10px;
		font-size: 1.5em;
	}
}




.business__link {
  margin: 50px auto 80px ;
  width: 500px;
	text-align: center;
}
.business__link span {
	display: block;
	padding: 15px 10px;
	background:  #ff3300;
	color: #fff;
	font-weight:  bold;
	font-size: 2.5em;
	text-align: center;
	border-radius: 0 0 5px 5px;
	line-height: 1.5em;
	border-radius:20px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

@media (max-width: 767px) {
  .business__link {
    margin: 30px auto 27px;
    width: 80%;
  }
	.business__link span {
		padding: 12px 10px;
		font-size: 1.5em;
	}
}

.header__lead {
  margin-left: 138px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .header__lead {
    width: 89.84375%;
    margin: 0 auto;
  }
}

.header__list {
  margin-left: 331px;
}

@media (max-width: 767px) {
  .header__list {
    margin: 30px auto;
  }
}

.header__item {
  float: left;
  margin:30px 38px 0px 0;
  position: relative;
}

@media (max-width: 767px) {
  .header__item {
    float: none;
    margin: 30px auto 15px;
  }
}

@media (max-width: 767px) {
  .header__item:first-child {
    margin: 30px auto;
    width: 60.078125%;
  }
}

.header__item:nth-child(1) {
  margin-top: 48px;
}
.header__item:nth-child(2) {
  margin-top: 48px;
}

.header__item:last-child {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .header__item:nth-child(1) {
    margin-top: 0;
    width: 41.5625%;
  }
}

@media (max-width: 767px) {
  .header__item:nth-child(2) {
    margin-top: 0;
    width: 41.5625%;
  }
}

@media (max-width: 767px) {
  .header__item:last-child {
    margin-top: 0;
    width: 41.5625%;
  }
}

.header__image {
  position: absolute;
  bottom: -168px;
  top:10px;
  right: 144px;
}

@media (max-width: 767px) {
  .header__image {
    position: static;
    width: 61.25%;
    margin: 0 9.84375% -21.5% 28.90625%;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .header__image {
    margin: 0 9.84375% -19% 28.90625%;
  }
}

@media (min-width: 414px) and (max-width: 767px) {
  .header__image {
    margin: 0 9.84375% -17% 28.90625%;
  }
}

/* ==========================================================================
 NAV
===========================================================================*/
/* -----------------------------------------------------------------
  NAV
----------------------------------------------------------------- */
.l-nav {
  background: #f3663a;
}

@media (max-width: 767px) {
  .l-nav {
    display: none;
  }
}

.c-nav {
  margin: 0 auto;
  padding: 17px 0 45px;
  width: 842px;
}

.c-nav--item {
  float: left;
  margin-right: 40px;
  width: 254px;
}

.c-nav--item:first-child .c-nav--link span {
  margin-left: 11px;
  padding-left: 14px;
}

.c-nav--item:nth-child(2) .c-nav--link span {
  margin-left: 22px;
  padding-left: 17px;
}

.c-nav--item:nth-child(3) .c-nav--link span {
  margin-left: 10px;
  padding-left: 15px;
}

.c-nav--item:last-child {
  margin-right: 0;
}

.c-nav--item:last-child .c-nav--link span {
  margin-left: 56px;
  padding-left: 23px;
}

.c-nav--link {
  background: url("../img/bg_nav.png") center center no-repeat;
  color: #D83300;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 51px;
}

.c-nav--link span {
  background: url("../img/icon_arrow_nav.png") left center no-repeat;
  display: inline-block;
}

/* ==========================================================================
 FOOTER
===========================================================================*/
/* -----------------------------------------------------------------
  FOOTER
----------------------------------------------------------------- */
.footer {
  padding: 51px 0 0;
}

.footer--logo {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .footer--logo {
    margin: 0 auto 20px;
    width: 54.0625%;
  }
}

.footer .app {
  margin: 0 auto 48px;
  width: 387px;
}

@media (max-width: 767px) {
  .footer .app {
    margin-bottom: 30px;
    width: 100%;
  }
}

.footer .app a {
  display: block;
  float: left;
  margin-right: 38px;
  padding: 0;
}

@media (max-width: 767px) {
  .footer .app a {
    float: none;
    margin: 0 auto 15px;
  }
  .footer .app a:first-child {
    width: 41.5%;
  }
  .footer .app a:nth-child(2) {
    width: 41.5%;
  }
}

.footer .app a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer .app a:last-child {
    margin: 0 auto 15px;
    width: 41.5%;
  }
}

.footer ul {
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .footer ul li {
    border: none;
    margin-bottom: 20px;
  }
}

.footer ul li a {
  color: #F3663A;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0 21px;
}

@media (max-width: 767px) {
  .footer ul li a {
    font-size: 1.6rem;
    padding: 0;
    font-weight: bold;
  }
}

.footer .copyright {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1rem;
    margin-bottom: 35px;
  }
}

.footer__link {
  margin: 0 auto;
  width: 68.90625%;
}

/* ==========================================================================
 CONTENTS
===========================================================================*/
/* -----------------------------------------------------------------
  CONTENTS
----------------------------------------------------------------- */
/* COMMON
----------------------------------------------------------------- */
.c-inner {
  margin: 0 auto;
  width: 1280px;
}

@media (max-width: 767px) {
  .c-inner {
    width: 100%;
  }
}

/* ABOUT
----------------------------------------------------------------- */
.p-about {
  background: #f3663a url("../img/bg_about.png") center top no-repeat;
  padding: 0 0 74px;
  height: 319px;
}

@media (max-width: 767px) {
  .p-about {
    background: #F3663A;
    height: auto;
    padding: 5px 0 42px;
  }
}

.p-about .c-title {
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-about .c-title {
    margin: 0 3.125% 17px;
  }
}

.p-about--desc {
  text-align: center;
}

@media (max-width: 767px) {
  .p-about--desc {
    margin: 0 3.125% 20px;
  }
}

/* CHARACTERISTIC
----------------------------------------------------------------- */
.p-characteristic {
  background: #fff1ec;
  padding: 50px 0 76px;
}

@media (max-width: 767px) {
  .p-characteristic {
    padding: 23px 0 32px;
  }
}

.p-characteristic .c-inner {
  margin: 0 auto;
  width: 1133px;
}

@media (max-width: 767px) {
  .p-characteristic .c-inner {
    width: 100%;
  }
}

.p-characteristic .c-title {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-characteristic .c-title {
    margin: 0 3.125% 22px;
  }
}

.p-characteristic--inner {
  background: url("../img/bg_characteristic.png") center top no-repeat;
}

@media (max-width: 767px) {
  .p-characteristic--inner {
    background: none;
  }
}

.p-characteristic--inbox {
  background: #FFF;
  border: 4px solid #ff9a7b;
  border-radius: 20px;
  box-sizing: border-box;
  height: 317px;
  margin-bottom: 40px;
  padding-left: 56px;
}

@media (max-width: 767px) {
  .p-characteristic--inbox {
    border-width: 2px;
    border-radius: 10px;
    margin: 0 3.125% 18px;
    height: auto;
  }
}

.p-characteristic--textwrap {
  float: left;
}

@media (max-width: 767px) {
  .p-characteristic--textwrap {
    float: none;
  }
}

.p-characteristic--image {
  float: right;
}

@media (max-width: 767px) {
  .p-characteristic--image {
    float: none;
  }
}

.p-characteristic .inbox-first {
  padding-top: 36px;
  padding-right: 121px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-first {
    padding: 18px 0 23px;
  }
}

.p-characteristic .inbox-first .p-characteristic--textwrap {
  width: 690px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-first .p-characteristic--textwrap {
    width: 100%;
  }
}

.p-characteristic .inbox-first .p-characteristic--image {
  margin-top: 7px;
  width: 192px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-first .p-characteristic--image {
    margin-top: 0;
    width: 100%;
  }
}

.p-characteristic .inbox-second {
  padding-top: 38px;
  padding-right: 41px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-second {
    padding: 18px 0 23px;
  }
}

.p-characteristic .inbox-second .p-characteristic--textwrap {
  width: 440px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-second .p-characteristic--textwrap {
    width: 100%;
  }
}

.p-characteristic .inbox-second .p-characteristic--image {
  margin-top: 34px;
  width: 574px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-second .p-characteristic--image {
    margin-top: 0;
    width: 100%;
  }
}

.p-characteristic .inbox-third {
  padding-top: 22px;
  padding-right: 84px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-third {
    padding: 18px 0 23px;
  }
}

.p-characteristic .inbox-third .p-characteristic--textwrap {
  margin-top: 16px;
  width: 595px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-third .p-characteristic--textwrap {
    margin-top: 0;
    width: 100%;
  }
}

.p-characteristic .inbox-third .p-characteristic--image {
  width: 327px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-third .p-characteristic--image {
    width: 100%;
  }
}

.p-characteristic .inbox-last {
  margin-bottom: 0;
  padding-top: 22px;
  padding-right: 86px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-last {
    padding: 18px 0 23px;
  }
}

.p-characteristic .inbox-last .p-characteristic--textwrap {
  margin-top: 16px;
  width: 600px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-last .p-characteristic--textwrap {
    margin-top: 0;
    width: 100%;
  }
}

.p-characteristic .inbox-last .p-characteristic--image {
  width: 325px;
}

@media (max-width: 767px) {
  .p-characteristic .inbox-last .p-characteristic--image {
    width: 100%;
  }
}

.p-characteristic--lead {
  color: #ED3901;
  font-size: 3rem;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .p-characteristic--lead {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 13px;
    text-align: center;
  }
}

.p-characteristic--lead span {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .p-characteristic--lead span {
    display: block;
    margin: 0 auto 8px;
    width: 28px;
  }
}

.p-characteristic--desc {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .p-characteristic--desc {
    font-size: 1.7rem;
    line-height: 1.47;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.p-characteristic--link {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .p-characteristic--link {
    background: #FDE3DA;
    border-radius: 5px;
    margin: 0 14px 17px 12px;
    padding: 10px 4px 12px 6px;
  }
  .p-characteristic--link a {
    display: block;
    margin-left: auto;
    width: 42.7%;
  }
  .p-characteristic--link a img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-characteristic--text {
    color: #F56530;
    font-size: 1.3rem;
    font-weight: bold;
  }
}

/* PRIVILEGE
----------------------------------------------------------------- */
.p-privilege {
  background: #f3663a;
  padding: 49px 0 71px;
}

@media (max-width: 767px) {
  .p-privilege {
    padding: 27px 0 36px;
  }
}

.p-privilege .c-title {
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-privilege .c-title {
    margin: 0 3.125% 18px;
  }
}

.p-privilege--desc {
  margin-bottom: 38px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-privilege--desc {
    margin: 0 3.125% 19px;
  }
}

.p-privilege--list {
  margin: 0 auto;
  width: 843px;
}

@media (max-width: 767px) {
  .p-privilege--list {
    width: 100%;
  }
}

.p-privilege--item {
  float: left;
  margin-right: 66px;
  width: 237px;
}

@media (max-width: 767px) {
  .p-privilege--item {
    float: none;
    margin: 0 auto 14px;
    width: 47.96875%;
  }
}

.p-privilege--item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .p-privilege--item:last-child {
    margin-right: auto;
  }
}

/* FACEBOOK
----------------------------------------------------------------- */
.p-facebook {
  background: url("../img/bg_facebook.png") center top no-repeat;
  padding: 88px 0 141px;
}

@media (max-width: 767px) {
  .p-facebook {
    background: url("../img/sp/bg_facebook.png") center top no-repeat;
    background-size: 100% auto;
    padding: 44px 0 65px;
  }
}

.p-facebook .c-title {
  margin-bottom: 31px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-facebook .c-title {
    margin: 0 3.125% 18px;
  }
}

.p-facebook--desc {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-facebook--desc {
    margin: 0 3.125% 21px;
  }
}

.p-facebook--link {
  text-align: center;
}

@media (max-width: 767px) {
  .p-facebook--link {
    margin: 0 auto;
    width: 93.75%;
  }
}

/* SUPERVISOR
----------------------------------------------------------------- */
#supervisor {
  background: #fff1ec;
  padding: 82px 0 76px;
}

@media (max-width: 767px) {
  #supervisor {
    padding: 32px 0 38px;
  }
}

.p-supervisor .c-inner {
  box-sizing: border-box;
  padding: 0 72px;
}

@media (max-width: 767px) {
  .p-supervisor .c-inner {
    padding: 0;
  }
}

.p-supervisor--title {
  color: #F3663A;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 25px !important;
  text-align: left !important;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-supervisor--title {
    font-size: 2rem;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
}

.p-supervisor--wrap {
  float: left;
  width: 962px;
}

@media (max-width: 767px) {
  .p-supervisor--wrap {
    float: none;
    width: 100%;
  }
}

.p-supervisor #profile .thumb-s {
  margin-right: 35px;
  width: 135px;
}

@media (max-width: 767px) {
  .p-supervisor #profile .thumb-s {
    margin: 0 auto 25px;
    width: 21.09375%;
  }
}

.p-supervisor #profile dl {
  width: 962px;
}

@media (max-width: 767px) {
  .p-supervisor #profile dl {
    width: 100%;
  }
}

.p-supervisor #profile dl dt {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.45;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-supervisor #profile dl dt {
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-supervisor #profile dl dd {
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-supervisor #profile dl dd {
    font-size: 1.5rem;
    margin: 0 3.125%;
    line-height: 1.6;
  }
}
