@charset "UTF-8";
*,
*::before *::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  html,
body {
    position: relative;
    width: 100%;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  margin: auto;
  max-width: 100%;
  height: auto;
}

ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 32px;
    font-weight: bold;
  }
}

h2 {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 24px;
    font-weight: bold;
  }
}

p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}

/*.drawer-icon {
    position: fixed;
    top: 20px;
    right: 20px;
}

.drawer__icon__bars {
    position: relative;
    width: 22px;
    height: 20px;
    display: block;
}

.drawer__icon__bar1,
.drawer__icon__bar2,
.drawer__icon__bar3 {
    position: absolute;
    width: 22px;
    height: 4px;
    background: #fff;
}

//.drawer__icon__bar1 {

//}

//.drawer__icon__bar2 {

//}

//.drawer__icon__bar3 {

//}

//.drawer-content {

//}

//.drawer__content__items {

//}

//.drawer__content__item {

//}

//.drawer-background {

//}*/
header {
  background-color: #4C0BA1;
  width: 100%;
  margin: auto;
  height: 72px;
}
@media (max-width: 767px) {
  header {
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header {
    height: 60px;
  }
}

.header__nav {
  display: flex;
  float: right;
  width: 100%;
  height: 100%;
  margin-right: 5px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.header__nav li:not(:first-child) {
  margin-left: 20px;
}
.header__nav li a {
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .header__nav li a {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__nav li a {
    font-size: 16px;
  }
}

.top {
  background-image: url(/img/main-img2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.top__logo {
  position: absolute;
  width: 250px;
  max-width: 100%;
  height: 250px;
  padding: 10px;
}
@media (max-width: 767px) {
  .top__logo {
    width: 100px;
    max-width: 100%;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top__logo {
    width: 180px;
    max-width: 100%;
    height: 180px;
  }
}

.top__title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 75px;
  background-color: #fff;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top__title {
    font-size: 24px;
    top: 150px;
    padding: 0;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top__title {
    font-size: 36px;
    top: 250px;
    padding: 0;
    line-height: 36px;
  }
}

.container {
  width: 1200px;
  max-width: 100%;
  padding-top: 10px;
  margin: auto;
  height: 740px;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%;
    height: 500px;
  }
}

.title {
  border-bottom: 3px solid #98A6B5;
  width: 60%;
  max-width: 100%;
}

.bgc {
  background-color: #A2E0F3;
}

.main__content {
  width: calc(100% - 160px);
  max-width: 100%;
  height: 276px;
  margin: auto;
  margin-top: 30px;
  background-color: #F7F355;
  text-align: center;
  line-height: 69px;
}
@media (max-width: 767px) {
  .main__content {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main__content {
    height: 200px;
    margin-top: 10px;
    line-height: 48px;
  }
}

.profile {
  display: flex;
  width: calc(100% - 160px);
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .profile {
    width: calc(100% - 50px);
  }
}
.profile__titles {
  width: 200px;
  max-width: 100%;
  margin-top: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .profile__titles {
    margin-top: 15px;
    width: 150px;
    max-width: 100%;
  }
  .profile__titles li {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .profile__titles {
    margin-top: 15px;
    width: 150px;
    max-width: 100%;
  }
  .profile__titles li {
    font-size: 16px;
  }
}

.profile__title {
  padding-top: 40px;
  border-bottom: 3px solid #F7F355;
}
@media (max-width: 767px) {
  .profile__title {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .profile__title {
    padding-top: 15px;
  }
}

.profile__items {
  width: calc(100% - 200px);
  max-width: 100%;
  margin-top: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .profile__items {
    margin-top: 15px;
    width: calc(100% - 50px);
    max-width: 100%;
  }
  .profile__items li {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .profile__items {
    margin-top: 15px;
    width: calc(100% - 50px);
    max-width: 100%;
  }
  .profile__items li {
    font-size: 16px;
  }
}

.profile__item {
  padding-top: 40px;
  border-bottom: 3px solid #F7F355;
}
@media (max-width: 767px) {
  .profile__item {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .profile__item {
    padding-top: 15px;
  }
}

.sub {
  line-height: 30px;
}

.card__block {
  display: flex;
  margin: auto;
  width: calc(100% - 160px);
  max-width: 100%;
  background-color: #707F89;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .card__block {
    display: block;
    height: auto;
  }
}
h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  color: #FFFFFF;
}

.title__inner {
  width: calc(100% - 160px);
  max-width: 100%;
  height: 55px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .title__inner {
    margin: 10px auto 0;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .title__inner {
    margin: 10px auto 0;
    height: 40px;
  }
}

.individual {
  width: 180px;
  max-width: 100%;
  height: 55px;
  padding: 10px 54px;
  background-color: #707F89;
}
@media (max-width: 767px) {
  .individual {
    width: 100px;
    max-width: 100%;
    height: 40px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .individual {
    width: 100px;
    max-width: 100%;
    height: 40px;
    padding: 0;
  }
}

.corp {
  position: absolute;
  width: 180px;
  max-width: 100%;
  height: 55px;
  padding: 10px 54px;
  margin-top: -555px;
  margin-left: 160px;
  background-color: #685B62;
}
@media (max-width: 767px) {
  .corp {
    width: 100px;
    max-width: 100%;
    height: 40px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .corp {
    width: 100px;
    max-width: 100%;
    height: 40px;
    padding: 0;
  }
}

.card__box {
  width: 343.3333333333px;
  max-width: 100%;
  height: 410px;
  margin: 40px 0 20px 0;
}
.card__box:not(:last-child) {
  border-right: 3px solid #FFFFFF;
}
@media (max-width: 767px) {
  .card__box {
    width: auto;
    height: auto;
    margin: 0;
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__box {
    width: auto;
    height: auto;
    margin: 0;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .box {
    width: auto;
    height: 740px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box {
    width: auto;
    height: 740px;
  }
}

.card__title {
  width: 160px;
  max-width: 100%;
  height: 160px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  text-align: center;
  margin: 16px 0 0 70px;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .card__title {
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin: auto;
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__title {
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin: auto;
    padding-top: 24px;
  }
}
.card__title p {
  font-size: 24px;
  font-weight: bold;
  color: #707F89;
}
@media (max-width: 767px) {
  .card__title p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__title p {
    font-size: 18px;
  }
}

.card__explanation {
  width: 260px;
  max-width: 100%;
  height: 90px;
  margin: 64px 0 0 28px;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  .card__explanation {
    width: 200px;
    max-width: 100%;
    height: 80px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__explanation {
    width: 200px;
    max-width: 100%;
    height: 80px;
    margin: auto;
  }
}
.card__explanation p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .card__explanation p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__explanation p {
    font-size: 12px;
  }
}

button {
  width: 160px;
  max-width: 100%;
  height: 50px;
  margin: 10px 0 0 78px;
  background-color: #707F89;
  border-radius: 50px;
  border: 3px solid #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  button {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  button {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.is-yellow {
  background-color: #F7F355;
}

.is-cyan {
  background-color: #A2E0F3;
}

.is-blue {
  background-color: #004BB1;
}

.text-is-yellow {
  color: #F7F355;
}

.text-is-cyan {
  color: #A2E0F3;
}

.text-is-blue {
  color: #004BB1;
}

.corp__title {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  text-align: center;
  margin: 16px 0 0 70px;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .corp__title {
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin: auto;
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .corp__title {
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin: auto;
    padding-top: 24px;
  }
}
.corp__title p {
  font-size: 24px;
  font-weight: bold;
  color: #685B62;
}
@media (max-width: 767px) {
  .corp__title p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .corp__title p {
    font-size: 18px;
  }
}

.corp__explanation {
  width: 260px;
  height: 90px;
  margin: 64px 0 0 28px;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  .corp__explanation {
    width: 200px;
    max-width: 100%;
    height: 80px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .corp__explanation {
    width: 200px;
    max-width: 100%;
    height: 80px;
    margin: auto;
  }
}
.corp__explanation p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .corp__explanation p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .corp__explanation p {
    font-size: 12px;
  }
}

.is-mud {
  position: relative;
  margin-top: -555px;
  background-color: #685B62;
}
@media (max-width: 767px) {
  .is-mud {
    opacity: 0;
  }
}
.consultation {
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}

.con {
  display: flex;
}
@media (max-width: 767px) {
  .con {
    display: contents;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .con {
    display: contents;
  }
}

.contact__left {
  width: 50%;
  max-width: 100%;
  height: inherit;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact__left {
    margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact__left {
    margin-top: 20px;
    width: 100%;
  }
}

.contact__right {
  width: 50%;
  max-width: 100%;
  height: inherit;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact__right {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact__right {
    margin-top: 20px;
  }
}

.contact__left-flex {
  margin-top: 40px;
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}

.contact__mail {
  font-size: 16px;
  color: #004BB1;
  margin-right: 10px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .contact__mail {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact__mail {
    font-size: 16px;
    line-height: 20px;
  }
}

.contact__img {
  width: 25px;
  max-width: 100%;
  height: 10px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .contact__img {
    margin: 0 10px;
  }
}
.contact__logo {
  height: auto;
}

.img__mail {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .img__mail {
    width: 80%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .img__mail {
    width: 70%;
    height: auto;
  }
}

.achievement__text {
  line-height: 32px;
  padding: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .achievement__text {
    line-height: 20px;
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .achievement__text {
    line-height: 32px;
    padding: 20px 0 0 20px;
  }
}

.outer {
  background-color: #4C0BA1;
  max-width: 100%;
  margin: auto;
  height: 72px;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 160px;
  height: 72px;
  color: #FFFFFF;
  text-align: center;
  line-height: 72px;
}

.test__inner {
  margin: auto;
  width: calc(100% - 160px);
}

.test__block {
  display: flex;
  margin: auto;
  width: calc(100% - 160px);
  background-color: #707F89;
}