@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; 
}

body {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6875;
  z-index: 0;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
}

.section-title h3 {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
}

.section-title p {
  position: relative;
  display: inline-block;
}

.section-title p::before {
  position: absolute;
  content: "";
  left: -20px;
  background: radial-gradient( transparent 28%, #5f3fa1 35%);
  border-radius: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  width: 260px;
  height: 60px;
  background-image: linear-gradient(to left, #009AB8 0%, #5f3fa1 50%, #4f5ea1 100%);
  background-size: 200%;
  background-position: left;
  border-radius: 30px;
}

.btn p {
  color: #fff;
  width: 100%;
}

.btn i {
  color: #fff;
  margin-left: -35px;
}

/* header --------------------- */
.header {
  position: fixed;
  background: #fff;
  z-index: 500;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
}

.header__logo {
  display: block;
  margin-left: 30px;
}

.header__nav__cover {
  margin-right: 23px;
  text-align: right;
}

.header__tel {
  height: 50px;
  margin-right: 17px;
}

.tel-info {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.tel-info i {
  font-size: 20px;
  color: #4F5EA1;
  margin-right: 8px;
}

.tel-info a {
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  line-height: 1;
}

.tel-info p {
  font-size: 10px;
  line-height: 1;
  margin-left: 25px;
}

.header__nav {
  height: 40px;
}

.nav__items {
  height: inherit;
  display: flex;
  align-items: center;
}

.nav__items li {
  margin-left: 20px;
}

.nav__items li a {
  font-size: 17px;
  color: #333;
}

.header__contact {
  display: flex;
}

.header__contact a {
  display: inline-block;
}

.header__contact .header__contact__request {
  width: 100px;
  text-align: center;
  background: #4F5EA1;
  color: #fff;
  padding: 18px 0;
}

.header__contact .header__contact__request i {
  font-size: 30px;
}

.header__contact .header__contact__request p {
  font-size: 12px;
}

.header__contact .header__contact__contact {
  width: 100px;
  text-align: center;
  color: #333;
  padding: 18px 0;
}

.header__contact .header__contact__contact i {
  font-size: 30px;
  color: #4F5EA1;
}

.header__contact .header__contact__contact p {
  font-size: 12px;
}


/* top-main --------------------- */
.main {
  position: relative;
  background: url(/_common/img/main.jpg) center center / cover;
  width: 92%;
  border-radius: 0 0 0 20px;
  margin-left: auto;
}

.main::after {
  position: absolute;
  content: "";
  width: 76.5%;
  height: 356px;
  background: #f3f3f6;
  border-radius: 0 0 20px 0;
  z-index: -1;
  left: -9%;
}

.main__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main__title h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}

/* top-about */
.top-about {
  position: relative;
  margin: 155px 0 0;
  display: flex;
  overflow: hidden;
}

.top-about::after {
  position: absolute;
  content: "about";
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f3f3f6;
  right: -30px;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1101px) {
  .top-about__text__cover {
    width: 50%;
    max-width: 600px;
    margin-left: 10%;
  }
}

.top-about__lead {
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 68px;
}

.top-about__lead::after {
  position: absolute;
  content: "";
  background: #142474;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: -30px;
}

.top-about__title {
  color: #142473;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.top-about__text {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}

.top-about__img__cover {
  position: relative;
  width: 46%;
  margin-top: 120px;
}

.top-about__img img {
  border-radius: 20px 0 0 20px;
}

.top-about__img-1 {
  position: relative;
  width: 100%;
}

.top-about__img-1::before {
  content: "";
  display: block;
  padding-top: 80.22%;
}

.top-about__img-1 img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-about__img-2 {
  position: relative;
  width: 100%;
}

.top-about__img-2::before {
  content: "";
  display: block;
  padding-top: 93.97%;
  margin-bottom: -430px;
}

.top-about__img-2 img {
  position: absolute;
  top: -140px;
  right: 0;
  width: 39.4%;
  height: 39%;
  object-fit: cover;
}

/* top-caution */
.caution {
  background: url(/_common/img/caution_bg.jpg) center center / cover;
  margin-top: -30px;
}

.caution__text__cover {
  color: #fff;
  margin-top: 30px;
}

.caution__title {
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.caution__text {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 33px;
}

.caution__sub__cover {
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 22px 22px;
  margin-right: 23px;
}

.caution__sub__list {
  display: flex;
}

.caution__sub__list ul {
  width: 40%;
  text-align: left;
  margin: 0 auto;
}


/* top-reason */
.reason__cover {
  background: #f2f2f7;
  border-radius: 20px 20px 0 0;
  max-width: 1552px;
}

.reason .section-title {
  text-align: center;
}

.reason__contents__cover .cards {
  display: flex;
  flex-wrap: wrap;
}

.reason__contents__cover .cards--col3 {
  margin-bottom: -30px;
}

.reason__contents__cover .cards--col3 > .cards__item {
  position: relative;
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 30px;
}

.reason__contents__cover .cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}

.reason__contents__cover .card__body {
  position: absolute;
  top: 0;
  padding: 150px 40px 40px;
}

.reason__img__cover {
  padding-left: 10px;
}

.reason__contents__cover .card__title {
  font-size: 26px;
  color: #142474;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.reason__contents__cover .card__text {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2;
}


/* top-qualified */
.qualified__cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #4F5EA1;
  border-radius: 20px;
  width: 90%;
  max-width: 1148px;
  margin: 0 auto;
}

.qualified__text__cover {
  position: relative;
  color: #fff;
}

.qualified__text__cover::before {
  position: absolute;
  content: "QUALIFIED PERSON";
  font-family: 'Jost', sans-serif;
  line-height: 1;
  color: #5670b2;
  top: -24px;
  white-space: nowrap;
}

.qualified__text__cover span {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 30px;
  z-index: 10;
}

.qualified__title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.qualified__text {
  letter-spacing: 0.05em;
}

.qualified__img__cover {
  width: 34%;
}

.qualified__img {
  position: relative;
  width: 100%;
}

.qualified__img::before {
  content: "";
  display: block;
  padding-top: 67.46%;
}

.qualified__img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* top-price */
.price {
  position: relative;
  overflow: hidden;
}

.price::after {
  position: absolute;
  content: "price";
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: .1;
  right: -12px;
  bottom: -30px;
  margin-right: -12px;
}

.price__cover {
  background: linear-gradient(to top right, #142474 0%, #5670b2 100%);
}

.price .section-title {
  color: #fff;
  text-align: center;
}

.price .section-title p::before {
  background: radial-gradient( transparent 28%, #fff 35%);
}

.price__card__cover {
  z-index: 100;
}

.price__card {
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

.price__title {
  color: #142474;
  letter-spacing: 0.05em;
}

.price__text {
  letter-spacing: 0.05em;
}

.price__num {
  font-family: 'Jost', sans-serif;
}

.price__card__cover .btn {
  width: 100%;
}

.price__list__cover {
  text-align: left;
  margin-bottom: 10px;
}

.price__list__cover ul li span {
  color: #5f3fa1;
}

.price__card p:last-child {
  display: block;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.05em;
}

/* top-flow */
.flow {
  position: relative;
  overflow: hidden;
}

.flow::before {
  position: absolute;
  content: url(/_common/img/circle.png);
  top: 90px;
  left: -360px;
  z-index: -1;
  animation: move-y 3.5s infinite alternate ease-in-out;
  display: inline-block;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100px);
  }
}
.flow::after {
  position: absolute;
  content: url(/_common/img/circle.png);
  bottom: 150px;
  left: -170px;
  z-index: -1;
  animation: move-y 2.7s infinite alternate ease-in-out;
  display: inline-block;
}
@keyframes move-y {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}

.flow .section-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .flow .section-title {
    margin-bottom: 25px;
  }
}

.bg__circle {
  position: relative;
  overflow: hidden;
}
.bg__circle::before {
  position: absolute;
  content: url(/_common/img/circle.png);
  top: 38%;
  right: -330px;
  z-index: -1;
  animation: move-y 3s infinite alternate ease-in-out;
  display: inline-block;
}
@keyframes move-y {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0px);
  }
}

.flow__card {
  background: #fff;
  border: 3px solid #e9eaf5;
  border-radius: 20px;
  margin-bottom: 35px;
}
  
.flow__card:last-child {
  margin-bottom: 0;
}

.flow__card__num {
  border-radius: 50%;
  background: linear-gradient(to left, #4f5ea1 0%, #5f3fa1 100%);
  color: #fff;
  text-align: center;
}

.flow__title {
  color: #142474;
}

.flow__text {
  line-height: 2;
  letter-spacing: 0.05em;
}

.flow__btn__cover {
  display: flex;
  flex-direction: column;
}

.flow__btn__cover .btn {
  max-width: 350px;
  width: 100%;
}

.flow__btn__cover .btn:first-child {
  margin-bottom: 30px;
}

.flow__btn__cover .btn p i {
  margin-right: 10px;
}

.flow__img {
  height: 100%;
}

.flow__img img {
  object-fit: cover;
}

/* top-works */
.top-works {
  background: #f2f2f7;
}

.top-works .section-title{
  text-align: center;
}

.top-works .cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.top-works .cards--col3 > .cards__item {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 30px;
}

.top-works .cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}

.top-works .card__img img {
  border-radius: 20px;
}

.top-works .card__date {
  color: #555;
  font-size: 14px;
}

.top-works .card__text {
  color: #222;
}

.top-works .btn {
  display: flex;
  margin: 0 auto;
}


/* under-common --------------------- */
.under-main {
  position: relative;
  width: 100%;
}

.under-main__title {
  display: block;
  color: #fff;
  margin: 0 auto;
}

.under-main__title h2 {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.under-main__title span {
  font-size: 15px;
  letter-spacing: 0.05em;
}


/* breadcrumb */
.contents-breadcrumb {
  display: flex;
  margin-left: 6.66%;
}

.contents-breadcrumb li {
  display: flex;
  font-size: 12px;
}

.contents-breadcrumb li::after {
  content: "－";
  display: flex;
  margin: 0 10px;
  color: #ccc;
}

.contents-breadcrumb li:last-child::after {
  content: none;
}

.contents-breadcrumb li a {
  color: #5f3fa1;
  padding-bottom: 5px;
}


/* about --------------------- */
.about {
  background: #f3f3f6;
}

.under-main__about {
  background: url(/_common/img/main_about.jpg) center center / cover;
}

.about__content__cover {
  position: relative;
  background: #fff;
  border-radius: 20px 0 0 0;
  width: 93.75%;
  margin-left: auto;
}

.about__text__cover span {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-family: 'Jost', sans-serif;
  color: #f3f3f6;
}

.about__title {
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: -5px;
}

.about__text {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
  letter-spacing: 0.05em;
}

.about__img-1 img {
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.about__img__flex {
  display: flex;
  justify-content: space-between;
}

.about__img-2 {
  width: 48%;
}

.about__img-2 img {
  object-fit: cover;
  object-position: 23% center;
  border-radius: 20px;
}

.about__img-3 {
  width: 48%;
}

.about__img-3 img {
  object-fit: cover;
  object-position: 40% center;
  border-radius: 20px 0 0 20px;
}

.about__img-1 i,
.about__img-2 i,
.about__img-3 i {
  margin-right: 8px;
}

.about__img-1 div,
.about__img-2 div,
.about__img-3 div {
  font-size: 12px;
}

.about__content02__top {
  background: url(/_common/img/about_bg_02.jpg) center center / cover;
}

.about__content02__title,
.about__content03__title {
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

.about__content02__title span,
.about__content03__title span {
  font-size: 38px;
  font-family: 'Jost', sans-serif;
}

.about__content02__cover,
.about__content03__cover {
  position: relative;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.vertical-table__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse
}

.vertical-table__header-row {
  background-color: #142474;
  letter-spacing: 0.05em;
  color: #fff;
}

.vertical-table__header {
  padding: 15px;
  font-weight: bold;
  vertical-align: middle;
}

.vertical-table__header:nth-child(n+1) {
  border-left: 1px solid #fffef6;
}

.vertical-table__body-row {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.vertical-table__body-row td:first-child {
  text-align: left;
}

.vertical-table__body-row:nth-child(2) {
  background: #f3f3f6;
}

.vertical-table__body-row:nth-child(3) {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

.vertical-table__text {
  padding: 15px;
  vertical-align: middle;
  border-left: 1px solid #e5e5e5;
}

.vertical-table__text:last-child {
  border-right: 1px solid #e5e5e5;
}

.vertical-table__body-row:nth-child(3) td ul li {
  padding-left:1em;
	text-indent:-1em;
}

.vertical-table__body-row:nth-child(3) td {
  vertical-align: top;
}

.about__content03__top {
  background: url(/_common/img/about_bg_03.jpg) center center / cover;
}

.about__content03__lead {
  display: block;
  letter-spacing: 0.05em;
  color: #142474;
  padding-bottom: 10px;
  border-bottom: 1px solid #142474;
}

.about__img-4 {
  padding: 30px 0 60px;
}

.about__img-5 {
  padding: 50px 0 0;
}


/* faq */
.faq {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top right, #142474 0%, #5670b2 100%);
}

.faq::after {
  position: absolute;
  content: "faq";
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  line-height: 1;
  color: #fff;
  opacity: .1;
  right: 0;
  bottom: -30px;
  margin-right: -12px;
}

.faq .section-title {
  color: #fff;
  text-align: center;
}

.faq .section-title p::before {
  background: radial-gradient( transparent 28%, #fff 35%);
}

.faq__cover {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

.faq__title {
  display: block;
  letter-spacing: 0.05em;
  color: #142474;
  padding-bottom: 10px;
  border-bottom: 1px solid #142474;
}

.qa-box {
  border-bottom: 1px solid #e5e5e5;
}

.qa-box__q {
  position: relative;
  cursor: pointer;
}

.qa-box__q::before {
  position: absolute;
  content: "Q";
  border-radius: 50%;
  left: 0;
  font-family: 'Jost', sans-serif;
  background: #5f3fa1;
  color: #fff;
  text-align: center;
}

.qa-box__icon {
  position: absolute;
  border-radius: 50%;
  background: #5f3fa1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa-box__icon.is-open {
  background: #858585;
}

.qa-box__icon.is-open .qa-box__bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qa-box__bar1 {
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa-box__bar2 {
  position: absolute;
  width: 2px;
  height: 14px;
  background: #fff;
  border-radius: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.qa-box__a {
  display: none;
}

.qa-box__content {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.qa-box__content::before {
  position: absolute;
  content: "A";
  border-radius: 50%;
  left: 0;
  font-family: 'Jost', sans-serif;
  background: #e7e2f1;
  color: #5f3fa1;
  text-align: center;
}

.faq__cover .btn {
  display: flex;
  margin: 0 auto 40px;
}


/* company --------------------- */
.company {
  background: #f3f3f6;
}

.under-main__company {
  background: url(/_common/img/main_company.jpg) center center / cover;
}

.company__message__cover {
  position: relative;
  background: #fff;
  border-radius: 20px 0 0 20px;
  width: 93.75%;
  margin-left: auto;
  overflow: hidden;
}

.company__message__cover::after {
  position: absolute;
  content: "message";
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f3f3f6;
  right: -15px;
  bottom: -30px;
  margin-right: -12px;
}

.company__message {
  margin-left: 6.66%;
  margin-right: 10%;
}

.ceo__img {
  position: relative;
}

.ceo__img img {
  width: 100%;
  border-radius: 20px;
}

.ceo__sign {
  position: absolute;
  width: 250px;
  background: #fff;
  border-radius: 20px 0 0 0;
  right: 0;
  bottom: 0;
  padding: 30px 50px;
}

.ceo__sign span {
  letter-spacing: 0.05em;
}

.ceo__sign p {
  font-size: 26px;
  letter-spacing: 0.05em;
}

.message__text {
  display: block;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.message__sign__cover {
  position: relative;
  text-align: right;
  z-index: 100;
}

.message__sign {
  display: inline-block;
  font-weight: 500;
}

.message__sign img {
  margin-left: 20px;
}


/* philosophy */
.company__philosophy__cover {
  background: url(/_common/img/company_philosophy_bg.jpg) center center / cover;
}

.company__philosophy {
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
}

.philosophy__title {
  position: relative;
  margin-bottom: 60px;
}

.philosophy__title::after {
  position: absolute;
  content: "";
  height: 2px;
  background: #fff;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}


/* profile */
.company__profile {
  position: relative;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.company__profile__title {
  position: relative;
  text-align: center;
}

.company__profile__title::after {
position: absolute;
content: "";
height: 2px;
background: #142474;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
}

.profile__item {
  display: flex;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.profile__item:last-child {
  margin-bottom: 60px;
}

.profile__category {
  width: 21.6%;
  border-bottom: 1px solid #222;
}

.profile__content {
  width: 78.4%;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e5e5e5;
}

.profile__items iframe {
  border: 0;
}


/* contact / request --------------------- */
.contact,
.request {
  background: #f3f3f6;
}

.under-main__contact {
  background: url(/_common/img/main_contact.jpg) center center / cover;
}

.under-main__request {
  background: url(/_common/img/main_request.jpg) center center / cover;
}

.contact__contents__cover {
  position: relative;
  background: #fff;
  border-radius: 20px 0 0 20px;
  width: 93.75%;
  margin-left: auto;
  overflow: hidden;
}

.contact__contents {
  margin: 0 auto;
}

.contact__contents .section-title {
  text-align: center;
}

.contact__tel__cover {
  text-align: center;
}

.contact__tel__label {
  letter-spacing: 0.05em;
}

.contact__tel__cover .tel-num {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.contact__tel__cover .tel-num a {
  font-family: 'Jost', sans-serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #142474;
}

.contact__tel__cover .tel-time {
  letter-spacing: 0.05em;
}

.contact__text__label {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.contact__text p {
  max-width: 890px;
  letter-spacing: 0.05em;
}

.contact__item,
.contact__message {
  padding: 22px 0;
  border-top: 1px solid #e5e5e5;
}
.contact__item {
  align-items: center;
}

.contact__item__title {
  width: 22%;
  height: 22px;
  font-weight: bold;
  margin: 0 20px;
}

.contact__item:nth-child(6) dt {
  margin-top: 0;
}

input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 0.2em 0.6em;
  border-radius: 5px;
}

input[type="text"],
input[type="tel"] {
  height: 40px;
}

textarea {
  height: 185px;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #e5e5e5;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.contact__radio {
  display: inline-block;
}

.radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}

.radio__label::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  margin-right: 13px;
  min-width: 20px;
  min-height: 20px;
  background-color: #f4f4f4;
  border: 1px solid #c8c8c8;
  border-radius: 25px;
}

input.form__input:checked ~ .radio__label::before {
  background-image: radial-gradient(#5f3fa1 38%, #f4f4f4 45%);
  border: 1px solid #5f3fa1;
}

.required {
  background: #5f3fa1;
  color: #fff;
  font-size: 12px;
  padding: 0 15px 2px;
  margin-left: 10px;
  border-radius: 12px;
}

.optional {
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 0 15px 2px;
  margin-left: 10px;
  border-radius: 10px;
}

.contact__btn {
  margin: 0 auto 60px;
  text-align: center;
}

.contact__attention {
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #e5e5e5;
  padding: 20px;
}


/* works --------------------- */
.works,
.works-detail {
  background: #f3f3f6;
}

.under-main__works {
  background: url(/_common/img/main_works.jpg) center center / cover;
}

.works__contents__cover {
  position: relative;
  background: #fff;
  border-radius: 20px 0 0 20px;
  width: 93.75%;
  margin-left: auto;
  overflow: hidden;
}

.works__contents {
  width: 80%;
  margin: 0 auto;
}

.works__contents .section-title {
  text-align: center;
}

.works__contents .cards {
  display: flex;
  flex-wrap: wrap;
}

.works__contents .cards--col3 > .cards__item {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.works__contents .cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}

.works__contents .card__img {
  margin-bottom: 5px;
}

.works__contents .card__img img {
  border-radius: 20px;
}

.works__contents .card__title {
  display: block;
  color: #222;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.works__contents .card__title span {
  color: #5f3fa1;
  margin-right: 8px;
}

.works__contents .card__text {
  color: #222;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.works__contents .btn {
  display: inline-flex;
  align-items: baseline;
  text-align: right;
  width: 100%;
  height: auto;
  background: none;
  margin-bottom: 15px;
}

.works__contents .btn p {
  color: #222;
  width: 100%;
}

.works__contents .btn i {
  color: #5f3fa1;
  margin-left: 12px;
}

.pagenavi {
  display: flex;
  justify-content: center;
}

.pagenavi a, .pagenavi span {
  color: #222;
  font-size: 18px;
  margin: 0 5px;
  white-space: nowrap;
  letter-spacing: 2px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.pagenavi span.current {
  color: #fff;
  background-color: #5f3fa1;
}

.pagenavi {
  padding: 0 11px;
}



/* works-detail --------------------- */
.article__cover {
  max-width: 980px;
  margin: 0 auto;
}

.article__title {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  color: #142474;
}

.article__img {
  height: 100%;
}

.article__img img {
  max-height: 565px;
  border-radius: 20px;
  object-fit: cover;
}

.article__midashi {
  letter-spacing: 0.05em;
  color: #142474;
}

.article__text {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.article__cover .btn__cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f7;
  border-radius: 20px;
}

.article__cover .btn__cover .btn {
  width: 72px;
  margin-bottom: 0;
}

.article__cover .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5f3fa1;
  padding: 10px 0;
  width: 72px;
}

.tolist {
  text-align: center;
  width: 186px;
  color: #5f3fa1;
  background: #fff;
  border: 1px solid#5f3fa1;
  border-radius: 30px;
}

.article__cover .btn__cover i {
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to left, #5f3fa1 0%, #4f5ea1 100%);
}

.article__cover .btn__cover .fa-angle-left {
  margin-right: 10px;
  margin-left: 0;
}

.article__cover .btn__cover .fa-angle-right {
  margin-right: 0;
  margin-left: 10px;
}


/* footer --------------------- */
.footer {
  background: #25252b;
}

.footer__inner {
  margin-bottom: 60px;
}
@media (min-width: 1101px) {
  .footer__inner {
    display: flex;
  }
  .footer__left {
    width: 47.3%;
  }
}

.footer__left a {
  display: flex;
  flex-direction: column;
}

.footer__left a span {
  color: #fff;
  letter-spacing: 0.05em;
}

.footer__logo {
  margin-bottom: 35px;
}

.footer__logo a img {
  width: 150px;
}

.footer__info .address {
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.footer__info .tel p {
  color: #fff;
  letter-spacing: 0.05em;
}

.footer__info .tel p i {
  margin-right: 5px;
}

@media (min-width: 1101px) {
  .footer__right {
    width: 52.6%;
  }
  .footer__right {
    max-width: 750px;
  }
  .footer__nav {
    margin-bottom: 27px;
  }
  .footer__nav .nav__items {
    justify-content: flex-end;
  }
  .footer__nav .nav__items li {
    margin-left: 50px;
  }
}

.footer__nav .nav__items li a {
  color: #fff;
}

.footer__nav .nav__items li a i {
  margin-right: 12px;
}

.footer__right__inner p {
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.footer__right__inner p i {
  margin-right: 5px;
}

.footer__tel {
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}


.footer__tel a {
  font-size: 44px;
  font-family: 'Jost', sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 25px;
}

.footer__tel a img {
  width: 42px;
}

.footer__tel:nth-child(2) p {
  line-height: 1;
}

.footer__contacts {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (min-width: 1101px) {
  .footer__contacts {
    margin-right: 60px;
  }
}

.footer__contact .btn {
  background: #fff;
}

@media (min-width: 901px) {
  .footer__contact .btn {
    transition: .3s;
  }
  .footer__contact .btn:hover {
    opacity: .6;
  }
}

.footer__contact p {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.footer__contact p i {
  margin-right: 5px;
}

.footer__contact .btn p,
.footer__contact .btn i {
  color: #25252b;
}

.footer__copyright__cover {
  text-align: center;
}

.footer__copyright {
  color: #fff;
}
