@charset "UTF-8";
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline-block !important;
  }
}

/*---------------------------全体-------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

h1, h2, h3, dl, dt, dd, p, ul, li {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.inner {
  width: 100%;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
  max-width: 1230px;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}

/*---------------------------header-------------------------------*/
header {
  border-top: 10px solid #0f3aab;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  header {
    border-top: 8px solid #0f3aab;
  }
}
@media (max-width: 768px) {
  header .inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 769px) {
  .header {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .header {
    display: block;
  }
}
.header__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__left {
    width: calc(100% - 38px);
    height: 54px;
  }
}
@media (max-width: 768px) {
  .header__left a {
    display: block;
    width: calc(100% - 140px);
    max-width: 192px;
    box-sizing: border-box;
  }
  .header__left a img {
    height: 50px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .header__left a {
    width: 47%;
  }
  .header__left a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .header__right {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.header__title {
  padding-left: 75px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 8px;
    width: 140px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .header__title {
    font-size: 12px;
    width: 53%;
  }
}
.header__button a {
  text-decoration: none;
  color: #fff;
  width: 305px;
  height: 60px;
  background: #65ac0e;
  box-sizing: border-box;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__button a {
    width: 100%;
    height: 52px;
    padding-left: 0;
  }
}
.header__button a:hover, .header__button a:active, .header__button a:visited {
  text-decoration: none;
  color: #fff;
}
.header__button a span {
  display: block;
}
@media (max-width: 768px) {
  .header__button--icon {
    width: 32px;
  }
}
.header__button--text {
  padding-left: 15px;
  padding-right: 38px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .header__button--text {
    padding-left: 13px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .header__button--arrow {
    width: 12px;
  }
}

/*---------------------------nav-------------------------------*/
@media (min-width: 769px) {
  .nav-panel {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .nav-panel {
    position: absolute;
    top: 54px;
    width: 100%;
    z-index: 9999;
    display: none;
  }
}

nav {
  background: #0e5bad;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #0e5bac;
}
@media (max-width: 768px) {
  nav {
    height: auto;
  }
  nav .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
nav ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  nav ul {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 1;
  }
}
nav ul li {
  list-style: none;
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
@media (min-width: 768px) and (max-width: 1070px) {
  nav ul li {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  nav ul li {
    border-bottom: 1px solid #fff;
    line-height: 40px;
    padding: 0 30px;
  }
}
nav ul li:last-child {
  border: none;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1070px) {
  nav ul li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  nav ul li a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
  }
}

.btn-gNav-block {
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
}
@media (max-width: 768px) {
  .btn-gNav-block {
    display: block;
  }
}

.btn-gNav {
  position: absolute;
  width: 38px;
  height: 38px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  display: none;
  background: #0e5bab;
  top: 8px;
  right: 8px;
}
@media (max-width: 768px) {
  .btn-gNav {
    display: block;
  }
}
.btn-gNav__inner {
  position: relative;
}
.btn-gNav span {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 50%;
  transform: translateX(-50%);
}
.btn-gNav span:nth-child(1) {
  top: 10px;
}
.btn-gNav span:nth-child(2) {
  top: 18px;
}
.btn-gNav span:nth-child(3) {
  top: 26px;
}

/*---------------------------KV-------------------------------*/
.kv {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .kv {
    height: 205px;
  }
}
.kv .swiper {
  height: 100%;
}
.kv .swiper-slide {
  background-size: cover;
  background-position: center;
}
.kv .kv01 {
  background-image: url(images/slide01.jpg);
}
.kv .kv02 {
  background-image: url(images/slide02.jpg);
}
.kv .kv03 {
  background-image: url(images/slide03.jpg);
}
.kv .kv04 {
  background-image: url(images/slide04.jpg);
}
.kv .kv05 {
  background-image: url(images/slide05.jpg);
}
.kv .kv06 {
  background-image: url(images/slide06.jpg);
}
.kv__lead {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .kv__lead {
    font-size: 13px;
  }
}

/*---------------------------top sec01-------------------------------*/
.top-sec01 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .top-sec01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.top-sec01-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-sec01-buttons {
    display: block;
  }
}

.top-sec01-button {
  width: 580px;
  max-width: 48%;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .top-sec01-button {
    width: 100%;
    max-width: 355px;
    margin: auto;
  }
}
.top-sec01-button a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .top-sec01-button.is-button01 {
    margin-bottom: 10px;
  }
}

/*---------------------------top sec02-------------------------------*/
.top-sec02 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #bfd4e9;
}
@media (max-width: 768px) {
  .top-sec02 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 769px) {
  .top-sec02-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .top-sec02-button {
    width: 580px;
    max-width: 48.5%;
    height: 258px;
    margin-bottom: 40px;
  }
  .top-sec02-button.is-wide {
    width: 100%;
    max-width: 100%;
  }
  .top-sec02-button.is-wide a {
    padding-left: 3%;
    padding-right: 2%;
  }
  .top-sec02-button.is-wide .top-sec02-button__texts {
    width: 580px;
  }
  .top-sec02-button.is-wide .top-sec02-button__image {
    padding-left: 0;
    text-align: center;
    width: calc(100% - 580px);
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .top-sec02-button {
    width: 100%;
    height: 157px;
    margin-bottom: 10px;
  }
  .top-sec02-button:last-child {
    margin-bottom: 0;
  }
  .top-sec02-button.is-wide .top-sec02-button__image img {
    width: 92%;
  }
}
.top-sec02-button a {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #333333;
  height: 100%;
}
@media (min-width: 769px) {
  .top-sec02-button a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 7%;
    padding-right: 4%;
  }
}
@media (max-width: 768px) {
  .top-sec02-button a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 6%;
    padding-right: 4%;
  }
}
.top-sec02-button__texts {
  border-right: 2px solid #bfd4e9;
  width: 65%;
  box-sizing: border-box;
  line-height: 1.25;
  font-size: 21px;
}
@media (min-width: 769px) {
  .top-sec02-button__texts {
    height: 198px;
    padding-right: 4%;
  }
}
@media (max-width: 768px) {
  .top-sec02-button__texts {
    height: 120px;
    padding-right: 3%;
    font-size: 14px;
  }
}
.top-sec02-button__title {
  border-bottom: 5px solid #0395e0;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 28px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 36px;
}
.top-sec02-button__title span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .top-sec02-button__title {
    border-bottom: 4px solid #0395e0;
    padding-top: 20px;
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .top-sec02-button__title span {
    font-size: 9px;
  }
}
.top-sec02-button__image {
  width: 35%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .top-sec02-button__image img {
    width: 86%;
    max-width: 93px;
  }
}

footer {
  background: #1d2c55;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}
@media (max-width: 768px) {
  footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
footer .inner {
  position: relative;
}

.footer__menu-list {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .footer__menu-list {
    margin-bottom: 25px;
  }
}
.footer__menu-list ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.footer__menu-list ul li {
  list-style: none;
}
.footer__menu-list ul li a {
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 768px) {
  .footer__menu-list ul li a {
    font-size: 16px;
  }
}
.footer__menu-list ul li a:hover, .footer__menu-list ul li a:active, .footer__menu-list ul li a:visited {
  color: #fff;
  text-decoration: none;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer-copyright {
    font-size: 10px;
  }
}

.page-top {
  position: absolute;
  right: 10px;
  top: -85px;
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .page-top {
    width: 50px;
    height: 50px;
    top: -60px;
    right: 10px;
  }
}
.page-top a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #000;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.page-top__icon {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-top__icon {
    width: 21px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }
  .page-top__icon img {
    vertical-align: top;
  }
}
.page-top__text {
  display: block;
  font-size: 12px;
}
@media (max-width: 768px) {
  .page-top__text {
    font-size: 7px;
  }
}

/*----------------------------サブページ--------------------------------*/
.contents-title {
  background: #0b498a;
}

.subpage-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .subpage-title {
    font-size: 26px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.subpage-title span {
  font-size: 24px;
  display: block;
}
@media (max-width: 768px) {
  .subpage-title span {
    font-size: 15px;
  }
}

.button-oubo {
  width: 600px;
  max-width: 100%;
  height: 120px;
  background: #64ac0e;
  margin: 50px auto 45px;
}
@media (max-width: 768px) {
  .button-oubo {
    margin-bottom: 50px;
    height: 72px;
    width: 100%;
    max-width: 355px;
  }
}
.button-oubo__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .button-oubo__icon {
    width: 39px;
  }
}
.button-oubo__text {
  color: #fff;
  font-size: 36px;
  padding-left: 65px;
  padding-right: 95px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .button-oubo__text {
    font-size: 21px;
    padding-left: 38px;
    padding-right: 45px;
  }
}

/*---------------------------guidance_f-------------------------------*/
.guidance_f .subpage-title {
  padding-left: 120px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .guidance_f .subpage-title {
    padding-left: 70px;
  }
}
.guidance_f .subpage-title:before {
  content: '';
  width: 100px;
  height: 100px;
  background: url(images/guidance/icon-guidance_f-title.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .guidance_f .subpage-title:before {
    width: 62px;
    height: 62px;
  }
}
.guidance_f .guidance01 {
  padding-top: 75px;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
@media (max-width: 768px) {
  .guidance_f .guidance01 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.guidance_f .guidance01 h2 {
  font-weight: 600;
  margin-bottom: 0.8em;
  font-size: 24px;
}
@media (max-width: 768px) {
  .guidance_f .guidance01 h2 {
    font-size: 18px;
  }
}
.guidance_f .guidance01 strong {
  font-size: 24px;
  font-weight: 600;
}
.guidance_f .guidance01__note {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 15px 20px;
  margin-top: 35px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .guidance_f .guidance01__note {
    padding: 15px 13px;
  }
}
.guidance_f .guidance02 {
  background: #618695;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .guidance_f .guidance02 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.guidance_f .guidance02 h2 {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .guidance_f .guidance02 h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.guidance_f .guidance02 h2 span {
  width: 270px;
  height: 54px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  font-size: 36px;
  color: #618695;
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .guidance_f .guidance02 h2 span {
    width: 165px;
    height: 35px;
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.guidance_f .guidance02 h2 span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #FFFFFF transparent transparent transparent;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .guidance_f .guidance02 h2 span:after {
    border-width: 11px 6.5px 0 6.5px;
    bottom: -10px;
  }
}
.guidance_f .guidance02 h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .guidance_f .guidance02 h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
.guidance_f .features-block {
  background: #fff;
  margin-bottom: 10px;
}
.guidance_f .features-block:last-child {
  margin-bottom: 0;
}
.guidance_f .features-block a {
  text-decoration: underline;
  color: #333;
}
.guidance_f .features-block__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 80px;
  border-bottom: 1px solid #618695;
}
@media (max-width: 768px) {
  .guidance_f .features-block__title {
    min-height: 50px;
  }
}
.guidance_f .features-block__title-num {
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  width: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .guidance_f .features-block__title-num {
    font-size: 18px;
    width: 124px;
  }
}
.guidance_f .features-block__title-num .num {
  color: #d4f20b;
  font-size: 48px;
  padding-left: 10px;
  font-weight: 800;
  margin-bottom:5px;
}
@media (max-width: 768px) {
  .guidance_f .features-block__title-num .num {
    font-size: 29px;
    padding-left: 6px;
    margin-top: -3px;
    display: block;
	margin-bottom:0;
  }
}
.guidance_f .features-block__title-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 36px;
	font-weight: 800;
	padding-left: 30px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
  .guidance_f .features-block__title-text {
    font-size: 21px;
    width: calc(100% - 124px);
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.guidance_f .features-block__text {
  font-size: 18px;
  line-height: 1.66;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .guidance_f .features-block__text {
    padding: 15px 12px 20px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .guidance_f .features-block__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .guidance_f .features-block__flex .features-block__text {
    width: 52%;
  }
}
@media (min-width: 769px) {
  .guidance_f .features-block__image {
    padding-right: 50px;
    box-sizing: border-box;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .guidance_f .features-block__image {
    padding: 10px 12px 20px;
    text-align: center;
  }
}
.guidance_f .guidance03 {
  padding-top: 80px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.66;
}
@media (max-width: 768px) {
  .guidance_f .guidance03 {
    padding-top: 30px;
    padding-bottom: 0;
	font-size: 16px;
  }
}
.guidance_f .guidance03 h2 {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .guidance_f .guidance03 h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.guidance_f .guidance03 h2 span {
  width: 270px;
  height: 54px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #618695;
  font-size: 36px;
  color: #fff;
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .guidance_f .guidance03 h2 span {
    width: 165px;
    height: 35px;
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.guidance_f .guidance03 h2 span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #618695 transparent transparent transparent;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .guidance_f .guidance03 h2 span:after {
    border-width: 11px 6.5px 0 6.5px;
    bottom: -10px;
  }
}
.guidance_f .guidance03 h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .guidance_f .guidance03 h3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .guidance_f p {
    font-size: 16px;
  }
}
.guidance_f .work-block {
  margin-top: 45px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .guidance_f .work-block {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.guidance_f .work-block a {
  color: #333;
  text-decoration: underline;
}
.guidance_f .work-block__title {
  border-top: 1px solid #000;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  height: auto;
}
@media (max-width: 768px) {
  .guidance_f .work-block__title {
    margin-bottom: 12px;
  }
}
.guidance_f .work-block__title-type,.guidance_f .work-block__title-type2 {
  background: #000;
  color: #d4f20b;
  font-size: 48px;
  width: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 800;
}
.guidance_f .work-block__title-type2 {
	font-size:30px;
}
@media (max-width: 768px) {
  .guidance_f .work-block__title-type,.guidance_f .work-block__title-type2 {
    width: 124px;
    font-size: 30px;
  }
  .guidance_f .work-block__title-type2 {
    font-size: 18px;
  }
}
.guidance_f .work-block__title-type2 .num {
  color: #d4f20b;
  font-size: 48px;
  padding-left: 10px;
  font-weight: 800;
  margin-bottom:5px;
}
@media (max-width: 768px) {
  .guidance_f .work-block__title-type2 .num {
    font-size: 29px;
    padding-left: 6px;
    display: block;
	margin-bottom:0;
  }
}

.guidance_f .work-block__title-text {
  width: calc(100% - 200px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 36px;
  padding-left: 30px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .guidance_f .work-block__title-text {
    width: calc(100% - 124px);
    font-size: 21px;
    padding-left: 15px;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .guidance_f .work-block-flex__texts {
    font-size: 16px;
    line-height: 1.75;
  }
}
.guidance_f .work-block-flex__texts strong {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .guidance_f .work-block-flex__texts strong {
    font-size: 18px;
  }
}
.guidance_f .work-block-flex__image {
  text-align: center;
}
@media (max-width: 768px) {
  .guidance_f .work-block-flex__image {
    margin-top: 20px;
  }
  .guidance_f .work-block-flex__image img {
    width: 80%;
    max-width: 290px;
  }
}
.guidance_f .work-block-flex__image strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .guidance_f .work-block-flex__image strong {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
  }
}
.guidance_f .work-block-flex__image strong + .note {
  margin-top: -1em;
}
.guidance_f .work-block-flex__image .note {
  font-size: 16px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .guidance_f .work-block-flex__image .note {
    font-size: 9px;
  }
}
.guidance_f .work-block-flex__image--note {
  font-size: 18px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .guidance_f .work-block-flex__image--note {
    font-size: 10px;
  }
}
.red {
  color: #dc496d;
}
@media (min-width: 769px) {
  .guidance_f .work-block-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .guidance_f .work-block-flex__texts {
    width: 58%;
  }
  .guidance_f .work-block-flex__image {
    width: 39%;
    text-align: center;
  }
  .guidance_f .work-block-flex__image strong {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
  }
}
.guidance_f .guidance04 {
  background: #ececec;
  padding-top: 75px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.guidance_f .guidance04 dl {
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 dl {
    margin-bottom: 30px;
  }
}
.guidance_f .guidance04 dl.flow {
  border: none;
  margin-bottom: 0;
}
.guidance_f .guidance04 dl.flow dd {
  padding-bottom: 0;
}
.guidance_f .guidance04 dl dt {
  font-size: 36px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 dl dt {
    font-size: 21px;
  }
}
.guidance_f .guidance04 dl dd {
  padding: 30px 0 45px;
  font-size: 18px;
  line-height: 1.66;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 dl dd {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.75;
  }
}
.guidance_f .guidance04 dl dd a {
  color: #333;
  text-decoration: underline;
}
.guidance_f .guidance04 dl dd a:hover, .guidance_f .guidance04 dl dd a:active, .guidance_f .guidance04 dl dd a:visited {
  color: #333;
}
.guidance_f .guidance04 .step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 .step {
    margin-bottom: 25px;
  }
}
.guidance_f .guidance04 .step:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 26px solid #000000;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .guidance_f .guidance04 .step:after {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 17px solid #000000;
    bottom: -22px;
  }
}
.guidance_f .guidance04 .step:last-child {
  margin-bottom: 0;
}
.guidance_f .guidance04 .step:last-child:after {
  display: none;
}
.guidance_f .guidance04 .step__num {
  width: 13%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  padding-top: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 .step__num {
    width: 95px;
    font-size: 18px;
    padding-top: 15px;
  }
}
.guidance_f .guidance04 .step__detail {
  width: 87%;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.66;
  color: #fff;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 .step__detail {
    width: calc(100% - 95px);
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.25;
    padding-top: 18px;
  }
}
.guidance_f .guidance04 .step__detail strong {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .guidance_f .guidance04 .step__detail strong {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.guidance_f .guidance04 .step__detail ul li {
  list-style: none;
  position: relative;
  margin-left: 1.2em;
}
.guidance_f .guidance04 .step__detail ul li:before {
  content: '※';
  position: absolute;
  left: -1.2em;
}
.guidance_f .guidance04 .step.step01 {
  background: #68bc69;
}
.guidance_f .guidance04 .step.step02, .guidance_f .guidance04 .step.step03 {
  background: #4981dc;
}
.guidance_f .guidance04 .step.step04 {
  background: #ff9200;
}
.guidance_f .guidance03__note {
	border:1px solid #ff9200;
	margin-top:45px;
}
.guidance_f .guidance03__note p {
	color:#fff;
	padding:15px 20px;
	background-color:#ff9200;
}
.guidance_f .guidance03__note ul {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding:15px 20px;
  background-color:#fff0dd;
}
.guidance_f .guidance03__note ul li {
	list-style:none;
	margin-right:55px;
}
@media (max-width: 768px) {
  .guidance_f .guidance03__note {
	margin-top:30px;
}
.guidance_f .guidance03__note p {
	padding:10px 20px;
}
.guidance_f .guidance03__note ul {
  display: block;
  padding:10px 20px;
}
.guidance_f .guidance03__note ul li {
	margin-right:0;
}
}


/*---------------------------member01-09-------------------------------*/
.member-kv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 27%;
  height: 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  .member-kv {
    padding-top: 109%;
  }
}

.member-kv-texts {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (min-width: 769px) {
  .member-kv-texts {
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .member-kv-texts {
    left: 0;
    bottom: 40px;
  }
}
@media (max-width: 340px) {
  .member-kv-texts {
    bottom: 20px;
  }
}
.member-kv-texts__left {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .member-kv-texts__left {
    margin-right: 10px;
  }
}
.member-kv-texts__type {
  color: #64ac0e;
  width: 100px;
  height: 100px;
  background: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 36px;
  font-weight: 800;
}
.member-kv-texts__type_b {
  color: #00b0f6;
  width: 100px;
  height: 100px;
  background: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 36px;
  font-weight: 800;
}
.member-kv-texts__type_o {
  color: #f69c00;
  width: 100px;
  height: 100px;
  background: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 36px;
  font-weight: 800;
}
@media (max-width: 480px) {
  .member-kv-texts__type,.member-kv-texts__type_b,.member-kv-texts__type_o {
    width: 62px;
    height: 62px;
    font-size: 21px;
  }
}
.member-kv-texts__number {
  color: #64ac0e;
  width: 100px;
  height: 100px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 36px;
  font-weight: 300;
}
.member-kv-texts__number_b {
  color: #00b0f6;
  width: 100px;
  height: 100px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 36px;
  font-weight: 300;
}
.member-kv-texts__number_o {
  color: #f69c00;
  width: 100px;
  height: 100px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .member-kv-texts__number,.member-kv-texts__number_b,.member-kv-texts__number_o {
    width: 62px;
    height: 62px;
    font-size: 21px;
  }
}
.member-kv-texts__right {
  color: #fff;
}
.member-kv-texts__right h1 {
  font-weight: 800;
  font-size: 36px;
  display: block;
  margin-bottom: 30px;
  line-height: 1.3;
  padding-top: 5px;
}
@media (max-width: 480px) {
  .member-kv-texts__right h1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media (max-width: 329px) {
  .member-kv-texts__right h1 {
    font-size: 18px;
  }
}
.member-kv-texts__name {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .member-kv-texts__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 329px) {
  .member-kv-texts__name {
    font-size: 18px;
  }
}
.member-kv-texts__name span {
  font-size: 18px;
  display: block;
}
@media (max-width: 480px) {
  .member-kv-texts__name span {
    font-size: 11px;
  }
}
@media (max-width: 329px) {
  .member-kv-texts__name span {
    font-size: 9px;
  }
}
.member-kv-texts__text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .member-kv-texts__text {
    font-size: 12px;
  }
}

.member .contents {
  padding-top: 75px;
}
@media (max-width: 768px) {
  .member .contents {
    padding-top: 30px;
  }
}

.member-sec {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .member-sec {
    margin-bottom: 40px;
  }
}
.member-sec__title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .member-sec__title {
    font-size: 18px;
  }
}
.member-sec__text {
  font-size: 18px;
  line-height: 1.66;
}
@media (max-width: 768px) {
  .member-sec__text {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .member-sec-columns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .member-sec-columns__image {
    width: 519px;
  }
  .member-sec-columns__image.is-left {
    margin-right: 30px;
  }
  .member-sec-columns__image.is-right {
    margin-left: 30px;
  }
  .member-sec-columns__text {
    width: calc(100% - 529px);
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .member-sec-columns__image.is-left {
    margin-bottom: 20px;
    text-align: center;
  }
  .member-sec-columns__image.is-right {
    margin-top: 20px;
    text-align: center;
  }
}

.member-footer {
  background: #ededed;
}

.member-footer-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 50px;
  padding-bottom: 75px;
}
@media (min-width: 769px) {
  .member-footer-menu {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .member-footer-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.member-footer-menu li {
  list-style: none;
}
@media (min-width: 769px) {
  .member-footer-menu li {
    width: 150px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .member-footer-menu li {
    width: calc((100% - 15px) / 4);
    max-width: 86px;
    margin-right: 5px;
  }
  .member-footer-menu li:last-child {
    margin-right: 0;
  }
}
.member-footer-menu__link {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  display: block;
  background: #95d715;
}
.member-footer-menu__link_b {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  display: block;
  background: #00b0f6;
}
.member-footer-menu__link_o {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  display: block;
  background: #f69c00;
}
.member-footer-menu__inner,.member-footer-menu__inner_b,.member-footer-menu__inner_o {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .member-footer-menu__inner,.member-footer-menu__inner_b,.member-footer-menu__inner_o {
    font-size: 17px;
  }
}
.member-footer-menu__inner span,.member-footer-menu__inner_b span,.member-footer-menu__inner_o span{
  font-weight: 300;
}
.member-footer-menu__index .member-footer-menu__link {
  background: #000;
}
.member-footer-menu__index .member-footer-menu__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: left;
}
.member-footer-menu__index .member-footer-menu__index--text {
  font-size: 18px;
  margin-left: 15px;
  font-weight: 800;
  line-height: 1.33;
}
@media (max-width: 768px) {
  .member-footer-menu__index .member-footer-menu__index--text {
    font-size: 11px;
    margin-left: 8px;
  }
}
.member-footer-menu__index .member-footer-menu__index--arrow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 768px) {
  .member-footer-menu__index .member-footer-menu__index--arrow {
    width: 11px;
  }
}
.member-footer-menu__active .member-footer-menu__link {
  background: #fff;
}
.member-footer-menu__active .member-footer-menu__inner {
  color: #95d715;
}
.member-footer-menu__active .member-footer-menu__inner_b {
  color: #00a0e0;
}
.member-footer-menu__active .member-footer-menu__inner_o {
  color: #f69c00;
}

.member01 .member-kv {
  background-image: url(images/member/member01-kv_pc.jpg);
}
.member02 .member-kv {
  background-image: url(images/member/member02-kv_pc.jpg);
}
.member03 .member-kv {
  background-image: url(images/member/member03-kv_pc.jpg);
}
.member04 .member-kv {
  background-image: url(images/member/member04-kv_pc.jpg);
}
.member05 .member-kv {
  background-image: url(images/member/member05-kv_pc.jpg);
}
.member06 .member-kv {
  background-image: url(images/member/member06-kv_pc.jpg);
}
.member07 .member-kv {
  background-image: url(images/member/member07-kv_pc.jpg);
}
.member08 .member-kv {
  background-image: url(images/member/member08-kv_pc.jpg);
}
.member09 .member-kv {
  background-image: url(images/member/member09-kv_pc.jpg);
}
@media (max-width: 768px) {
  .member01 .member-kv {
    background-image: url(images/member/member01-kv_sp.jpg);
  }
  .member02 .member-kv {
    background-image: url(images/member/member02-kv_sp.jpg);
  }
  .member03 .member-kv {
    background-image: url(images/member/member03-kv_sp.jpg);
  }
  .member04 .member-kv {
    background-image: url(images/member/member04-kv_sp.jpg);
  }
  .member05 .member-kv {
    background-image: url(images/member/member05-kv_sp.jpg);
  }
  .member06 .member-kv {
    background-image: url(images/member/member06-kv_sp.jpg);
  }
  .member07 .member-kv {
    background-image: url(images/member/member07-kv_sp.jpg);
  }
  .member08 .member-kv {
    background-image: url(images/member/member08-kv_sp.jpg);
  }
  .member09 .member-kv {
    background-image: url(images/member/member09-kv_sp.jpg);
  }	
}

.member_top01 {
	padding-top: 75px;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.member_top02 {
	padding-bottom: 30px;
}
.member_sumbox {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;;
  -moz-flex-wrap: wrap;;
  -ms-flex-wrap: wrap;;
  -o-flex-wrap: wrap;;
 flex-wrap: wrap;
  width:100%;
}
.member_sumbox a {
	width:48.33%;
	height:300px;
	margin-bottom:50px;
}
.member_sumbox-left,.member_sumbox-right {
	position:relative;
	width:100%;
	height:250px;
}
.member_sumbox-ttl {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position:absolute;
  top:10px;
  left:10px;
}
.member_sumbox-left p,.member_sumbox-right p {
	font-size:18px;
	color:#fff;
	padding:10px 20px;
	text-align:right;
	background-color:#000;
	position: absolute;
    width: calc(100% - 40px);
    left: 0;
	top: 250px;
}

.member_sumbox .sum01 {
	 background-image: url(images/member/top_sum1.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}
.member_sumbox .sum02 {
	 background-image: url(images/member/top_sum2.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}
.member_sumbox .sum03 {
	 background-image: url(images/member/top_sum3.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}
.member_sumbox .sum04 {
	 background-image: url(images/member/top_sum4.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}
.member_sumbox .sum05 {
	 background-image: url(images/member/top_sum5.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}
.member_sumbox .sum06 {
	 background-image: url(images/member/top_sum6.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}
.member_sumbox .sum07 {
	 background-image: url(images/member/top_sum7.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}
.member_sumbox .sum08 {
	 background-image: url(images/member/top_sum8.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}

.member_sumbox .sum09 {
	 background-image: url(images/member/top_sum9.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
}


@media (max-width: 768px) {
	.member_top01 {
	padding-top: 15px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
}
.member_top02 {
	padding-bottom: 50px;
}
.member_sumbox {
  display: block;
}
.member_sumbox a {
	width:100%;
	height:155px;
	display:block;
	margin-bottom:40px;
}
.member_sumbox-left,.member_sumbox-right {
	width:100%;
	height:155px;
}
.member_sumbox-left p,.member_sumbox-right p {
	font-size:12px;
	padding:5px 10px;
    width: calc(100% - 20px);
    left: 0;
	top: 155px;
}
}

/*---------------------------company-------------------------------*/
.company01 {
	padding-top: 75px;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.company01 a {
	color:#333;
}
.company01 h2 {
  font-weight: 600;
  margin-bottom: 0.8em;
  font-size: 24px;
}
.company01 .arrowbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin:20px 0;
  line-height: 1.4;
}
.company01 .arrowbox a {
	width:48.3%;
	display:block;
	text-decoration:none;
	color:#333;
}
.company01 .arrowbox_left,.company01 .arrowbox_right {
  width:100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border:1px solid #ccc;
  background-color:#f5f5f5;
  padding:10px 20px;
  box-sizing:border-box;
}
.company01 .arrowbox_left p,.company01 .arrowbox_right p {
	font-size:18px;
}
.company01 .arrowbox_left .arrow_ml,.company01 .arrowbox_right .arrow_ml {
	margin-left:20px;
}
.company02 {
	background-color:#ececec;
	padding-top: 75px;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.company02 a,.company03 a {
  color:#333;
}
.company02 h2,.company03 h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom:40px;
}
.company_cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.company_cont_center {
  -ms-align-items: center;
  align-items: center
}
.company_cont_left {
	width:56.2%;
}
.company_cont_right {
	width:39.5%;
}
.company03 {
	background-color:#fff;
	padding-top: 75px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.66;
}
.company04 {
	background-color:#fff;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.company04 .graph {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.company04 .graph li {
	list-style:none;
}	

@media (max-width: 768px) {
  .company01 {
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.75;
  }
  .company01 h2 {
    font-size: 18px;
  }
  .company01 .arrowbox {
  display: block;
  margin:20px 0;
}
.company01 .arrowbox a {
	width:100%;
}
.company01 .arrowbox_left,.company01 .arrowbox_right {
  padding:10px 20px 10px 10px;
  margin-bottom:10px;
}
.company01 .arrowbox_left p,.company01 .arrowbox_right p {
	font-size:16px;
}
.company01 .arrowbox_left .arrow_ml,.company01 .arrowbox_right .arrow_ml {
  width: 4%;
  display: flex;
}
.company02 {
	background-color:#ececec;
	padding-top: 25px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.company02 h2,.company03 h2 {
  font-size: 21px;
  margin-bottom:10px;
}
.company_cont {
  display: block;
}
.company_cont_left {
	width:100%;
}
.company_cont_right {
	width:80%;
	margin:25px auto 0 auto;
}
.company03 {
	background-color:#fff;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
}
.company04 {
	background-color:#fff;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 1.75;
}
.company04 .graph {
  display: block;
  width:80%;
  margin: 0 auto;
}
.company04 .graph li {
  margin-top: 20px;
}
}

/*---------------------------occupation-------------------------------*/
.occupation01 {
	padding-top: 75px;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.occupation01 a {
	color:#333;
}
.occupation01 h2 {
  font-weight: 600;
  margin-bottom: 0.8em;
  font-size: 24px;
}
.occupation01 .arrowbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top:50px;
  line-height: 1.4;
}
.occupation01 .arrowbox a {
	width:32%;
	display:block;
	text-decoration:none;
	color:#333;
}
.occupation01 .arrowbox_left,.occupation01 .arrowbox_center,.occupation01 .arrowbox_right {
  width:100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border:1px solid #ccc;
  background-color:#f5f5f5;
  padding:10px 20px;
  box-sizing:border-box;
}
.occupation01 .arrowbox_left p,.occupation01 .arrowbox_center p,.occupation01 .arrowbox_right p {
	font-size:18px;
}
.occupation01 .arrowbox_left .arrow_ml,.coccupation01 .arrowbox_center .arrow_ml,.coccupation01 .arrowbox_right .arrow_ml {
	margin-left:20px;
}
.occupation02 {
	background-color:#ececec;
	padding-top: 60px;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.occupation02 a,.occupation03 a {
  color:#333;
}
.occupation02 h2,.occupation03 h2 {
  font-weight: 900;
  font-size: 60px;
  margin-bottom:60px;
  text-align:center;
}
.occupation02 .eigyo {
  color:#00b0f6;
}
.occupation03 .gyoumu {
  color:#f69c00;
}
.occupation02 .sekou {
  color:#95d715;
}
.occupation02 h2 span,.occupation03 h2 span {
	color:#333;
	margin:0 10px;
}
.occupation02 h3,.occupation03 h3 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom:25px;
}
.occupation02 .txt,.occupation03 .txt {
  margin-bottom:70px;
}
.occupation03 {
	background-color:#fff;
	padding-top: 75px;
  padding-bottom: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.occupation_cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
   margin-bottom:70px;
}
.occupation_cont_left {
	width:56.2%;
}
.occupation_cont_right {
	width:39.5%;
}

@media (max-width: 768px) {
  .occupation01 {
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.75;
  }
  .occupation01 h2 {
    font-size: 18px;
  }
  .occupation01 .arrowbox {
  display: block;
  margin:20px 0;
}
.occupation01 .arrowbox a {
	width:100%;
}
.occupation01 .arrowbox_left,.occupation01 .arrowbox_center,.occupation01 .arrowbox_right {
  padding:10px 20px 10px 10px;
  margin-bottom:10px;
}
.occupation01 .arrowbox_left p,.occupation01 .arrowbox_center p,.occupation01 .arrowbox_right p {
	font-size:16px;
}
.occupation01 .arrowbox_left .arrow_ml,.occupation01 .arrowbox_center .arrow_ml,.occupation01 .arrowbox_right .arrow_ml {
	width: 5%;
  display: flex;
}
.occupation02 {
	background-color:#ececec;
	padding-top: 25px;
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 1.75;
}
.occupation02 h2,.occupation03 h2 {
  font-size: 36px;
  margin-bottom:25px;
}
.occupation02 h2 span {
	color:#333;
	margin:0 10px;
}
.occupation02 h3,.occupation03 h3 {
  font-weight: 900;
  font-size: 21px;
  margin-bottom:25px;
  line-height: 1.5;
}
.occupation02 .txt,.occupation03 .txt {
  margin-bottom:25px;
}
.occupation_cont {
  display: block;
  margin-bottom: 25px;
}
.occupation_cont_left {
	width:100%;
}
.occupation_cont_right {
	width:80%;
	margin:25px auto 0 auto;
}
.occupation03 {
	background-color:#fff;
	padding-top: 25px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.75;
}
}

/*---------------------------location-------------------------------*/
.location01 {
	padding-top: 75px;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 1.66;
}
.location01 a {
	color:#333;
}
.location01 h2 {
  font-weight: 600;
  margin-bottom: 0.8em;
  font-size: 24px;
}
.location02 {
	background-color:#ebf0f3;
	padding-top: 50px;
  padding-bottom: 50px;
}
.location02 p {
  text-align: center;
}
.location03 {
	padding-top: 75px;
  font-size: 18px;
  line-height: 1.66;
}
.location03 h2 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom:20px;
}
.location03 dl {
  margin-bottom: 75px;
  width:100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;;
  -moz-flex-wrap: wrap;;
  -ms-flex-wrap: wrap;;
  -o-flex-wrap: wrap;;
 flex-wrap: wrap;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
}
.location03 dl a {
  color: #333;
  text-decoration: none;
}
.location03 .deco a {
  text-decoration: underline;
}
.location03 dt {
  padding: 15px;
  box-sizing: border-box;
  width: 17%;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.location03 dd {
  padding: 15px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 83%;
  display: flex;
  align-items: center;
}
.location03 dt:nth-of-type(even), .location03 dd:nth-of-type(even){
    background: #f5f5f5;
}

@media (max-width: 768px) {
  .location01 {
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.75;
  }
.location02 {
	padding-top: 25px;
  padding-bottom: 25px;
}
.location02 p {
  text-align: center;
}
.location03 {
	padding-top: 25px;
  font-size: 16px;
  line-height: 1.75;
}
.location03 h2 {
  font-size: 21px;
  margin-bottom:15px;
}
.location03 dl {
  margin-bottom: 25px;
}
.location03 dt {
  padding: 7px;
  width: 30%;
}
.location03 dd {
  padding: 7px;
  width: 70%;
}
}

@media (min-width: 769px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }

/*---------------------------conditions-------------------------------*/
.conditions01 {
	padding-top: 75px;
  padding-bottom:60x;
  font-size: 18px;
  line-height: 1.66;
}
.conditions01 .arrowbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  line-height: 1.4;
}
.conditions01 .arrowbox a {
	width:48.3%;
	display:block;
	text-decoration:none;
	color:#333;
}
.conditions01 .arrowbox_left,.conditions01 .arrowbox_right {
  width:100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border:1px solid #ccc;
  background-color:#f5f5f5;
  padding:10px 20px;
  box-sizing:border-box;
}
.conditions01 .arrowbox_left p,.conditions01 .arrowbox_right p {
	font-size:18px;
}
.conditions01 .arrowbox_left .arrow_ml,.conditions01 .arrowbox_right .arrow_ml {
	margin-left:20px;
}
.conditions02 {
  font-size: 18px;
  line-height: 1.66;
}
.conditions02 h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom:35px;
}
.conditions02 h3 {
  font-weight: 600;
  font-size: 21px;
  margin-top: 20px;
}
.conditions02_list ul {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  list-style: disc inside;
}
.conditions02_list ul:last-child {
  border-bottom: none;
}
.conditions02_list li {
padding-left: 1em;
    text-indent: -1em;
}
.conditions02_list .stylenone {
  list-style: none;
}
.conditions02__note {
	border:1px solid #ff9200;
	margin-bottom:10px;
}
.conditions02__note p {
	color:#fff;
	padding:15px 20px;
	background-color:#ff9200;
}
.conditions02__note ul {
  padding:15px 20px;
  background-color:#fff0dd;
  list-style: disc inside;
}
.conditions02__note ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.conditions02__note-lastnote {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .conditions01 {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .conditions01 h2 {
    font-size: 18px;
  }
  .conditions01 .arrowbox {
  display: block;
  margin:20px 0;
}
.conditions01 .arrowbox a {
	width:100%;
}
.conditions01 .arrowbox_left,.conditions01 .arrowbox_right {
  padding:10px 20px 10px 10px;
  margin-bottom:10px;
}
.conditions01 .arrowbox_left p,.conditions01 .arrowbox_right p {
	font-size:16px;
}
.conditions01 .arrowbox_left .arrow_ml,.conditions01 .arrowbox_right .arrow_ml {
  width: 5%;
  display: flex;;
}
.conditions02 {
  font-size: 16px;
  line-height: 1.75;
}
.conditions02 h2 {
  font-size: 21px;
  margin-bottom:15px;
}
.conditions02 h3 {
  font-size: 18px;
  margin-top: 20px;
}
.conditions02_list ul {
  padding-bottom: 15px;
}
.conditions02__note {
	border:1px solid #ff9200;
	margin-bottom:10px;
}
.conditions02__note p {
	padding:15px 15px;
}
.conditions02__note ul {
  padding:15px 15px;
  background-color:#fff0dd;
  list-style: disc inside;
}
.conditions02__note-lastnote {
  margin-bottom: 45px;
}
}