@charset "UTF-8";
/* ==== Reset CSS - 全要素リセット ==== */
/* ボックスサイズを border-box に */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 セクショナル要素をブロックに */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* HTMLの基本設定 */
html, body {
  height: 100%;
  line-height: 1.5;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}

/* 見出し・段落・リスト系のリセット */
/* 見出し・段落・リスト系のリセット */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

/* テーブルのリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* リンク */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像・メディア */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム系 */
/* ボタン */
button {
  cursor: pointer;
}

/* iframeやobjectの縦ズレ防止 */
iframe, object {
  vertical-align: middle;
}

/*--共通パーツ--*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

.l-orange {
  color: #FC8A22;
}

.l-tac {
  text-align: center;
}

.l-row-reverse {
  flex-direction: row-reverse;
}

.l-bg-blue {
  background: #F7F9FD;
  padding: 156px 0 119px 0;
}
@media screen and (max-width: 768px) {
  .l-bg-blue {
    padding: 59px 0 50px 0;
  }
}

.l-fw500 {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l-fs12 {
    font-size: 12px;
  }
}

.l-content {
  padding-top: 94px;
}
@media screen and (max-width: 1233px) {
  .l-content {
    padding-top: 70px;
  }
}

.l-pcbr {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-pcbr {
    display: none;
  }
}

.l-spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-spbr {
    display: block;
  }
}

.l-page__inner {
  padding-top: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l-page__headerEn {
  font-size: 28px;
  font-weight: 800;
  font-family: "Outfit", Noto Sans;
  color: #2458A2;
  margin-bottom: 33px;
}
.l-page__headerJa {
  font-size: 50px;
  font-weight: 700;
  position: relative;
}
.l-page__headerJa::after {
  content: "";
  width: 68px;
  height: 6px;
  background: #FC8A22;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.breadcrumb {
  padding: 40px 0 30px 0;
}

.breadcrumb a span[property=name] {
  color: #6FA3D6;
  font-weight: 700;
  font-size: 14px;
  font-family: "Outfit", Noto Sans;
  padding-right: 5px;
}

.bcn-sep {
  color: #6FA3D6;
  font-weight: 700;
  font-size: 14px;
  font-family: "Outfit", Noto Sans;
  padding-right: 18px;
}

.archive.taxonomy.category.current-item {
  font-weight: 500;
  font-size: 14px;
}

.c-btn {
  background: #1C6AB7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 0 14px 0 30px;
  font-weight: 600;
}
.c-btn__access {
  width: 311px;
  height: 66px;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  .c-btn__access {
    font-size: 13px;
    width: 220px;
    height: 45px;
    border-radius: 22px;
    padding: 0 7px 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__accessIcon {
    width: 27px;
    height: 27px;
  }
}

.c-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}

.l-header__navBtn {
  width: 206px;
  height: 60px;
}

.c-sec {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 187px;
}
@media screen and (max-width: 768px) {
  .c-sec {
    padding: 0 3% 55px 3%;
  }
}
.c-sec__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-sec__titleEn {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-weight: 800;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .c-sec__titleEn {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.c-sec__titleJa {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .c-sec__titleJa {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.c-sec__titleJa::after {
  content: "";
  width: 68px;
  height: 6px;
  background: #FC8A22;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-sec__titleJa::after {
    width: 40px;
    height: 4px;
    bottom: -14px;
  }
}
.c-sec__h3 {
  color: #2458A2;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-left: 23px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .c-sec__h3 {
    font-size: 20px;
    padding-left: 12px;
    margin-bottom: 26px;
  }
}
.c-sec__h3::before {
  content: "";
  width: 6px;
  height: 35px;
  background: #FC8A22;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-sec__h3::before {
    height: 21px;
    width: 3px;
    top: 4px;
  }
}
.c-sec__textArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-sec__textArea {
    flex-direction: column;
    margin-bottom: 33px;
  }
}

.c-sec02 {
  background: #fff;
  border-radius: 20px;
  padding: 70px 0 73px 0;
}
.c-sec02__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-sec02__titleEn {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-weight: 800;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .c-sec02__titleEn {
    font-size: 16px;
  }
}
.c-sec02__titleJa {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .c-sec02__titleJa {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.c-sec02__titleJa::after {
  content: "";
  width: 68px;
  height: 6px;
  background: #FC8A22;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-sec02__titleJa::after {
    width: 40px;
    height: 4px;
    bottom: -16px;
  }
}

/*--swipre 共通--*/
.l-header-pc {
  width: 100vw;
  position: fixed;
  z-index: 999;
  background: #fff;
}
@media screen and (max-width: 1233px) {
  .l-header-pc {
    display: none;
  }
}
.l-header-pc__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px 0 32px;
  height: 94px;
}
.l-header-pc__logoLink {
  display: block;
  width: 300px;
}
.l-header-pc__logoImg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.l-header-pc.scroll {
  background: rgba(255, 255, 255, 0.4);
}

.l-header-sp {
  display: none;
  width: 100vw;
  height: 70px;
  position: fixed;
  z-index: 999;
}
@media screen and (max-width: 1233px) {
  .l-header-sp {
    display: block;
  }
}
.l-header-sp__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
}
.l-header-sp__nav {
  display: none;
}
.l-header-sp__nav.open {
  display: block;
}
.l-header-sp__logoImg {
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.hamburger {
  background: #1C6AB7;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.hamburger__line {
  display: inline-block;
  background: #fff;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: all ease 0.3s;
  transform-origin: center;
}

.hamburger.open .hamburger__top {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open .hamburger__med {
  opacity: 0;
}
.hamburger.open .hamburger__bottom {
  transform: translateY(-7px) rotate(-45deg);
}

.c-nav-sp {
  display: none;
  background: #fff;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  padding-left: clamp(16px, 5vw, 48px);
  padding-right: clamp(16px, 5vw, 48px);
  padding-top: 25px;
  overflow-y: auto;
}
.c-nav-sp.open {
  display: block;
}
.c-nav-sp__contactArea {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2DBD5;
}
.c-nav-sp__contactHeader {
  font-size: 14px;
  font-weight: 500;
  padding-left: 13px;
  position: relative;
  margin-bottom: 7px;
}
.c-nav-sp__contactHeader::before {
  content: "";
  width: 3px;
  height: 14px;
  background: #FC8A22;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-nav-sp__contactTel {
  font-family: "Outfit", Noto Sans;
  font-weight: 700;
  color: #2458A2;
  font-size: 32px;
  margin-bottom: 19px;
}
.c-nav-sp__contactAdd {
  font-weight: 500;
}
.c-nav-sp__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 43px;
  padding-top: 30px;
  padding-bottom: 38px;
  border-bottom: 1px solid #E2DBD5;
  margin-bottom: 26px;
}
.c-nav-sp__contentHeader {
  font-weight: 700;
  color: #2458A2;
  position: relative;
  margin-bottom: 32px;
}
.c-nav-sp__contentHeader::after {
  content: "";
  width: 21px;
  height: 3px;
  background: #FC8A22;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.c-nav-sp__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

/*--index.php--*/
.no-webp .hiro {
  /* background-image: url("../images/home/hiro-pc.jpg"); */
}
.no-webp .hiro-sp {
  background-image: url("../images/home/hiro-sp.jpg");
}

.hiro {
  /* background: url("../images/home/hiro-pc.webp") no-repeat center/cover; */
  width: 100vw;
  height: 800px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hiro {
    display: none;
  }
}
.hiro__inner {
  position: absolute;
  top: 0;
  left: 100px;
  height: calc(100vh - 94px);
}
.hiro__heading {
  font-size: 80px;
  font-weight: 800;
  color: #2458A2;
  margin-bottom: 18px;
  line-height: 1.2em;
  padding-top: 5.5vh;
  letter-spacing: 0.1em;
}
.hiro__link {
  max-width: 540px;
  height: 159px;
  margin-bottom: 8px;
  display: block;
}
.hiro__linkText {
  color: #fff;
  background: #FC8A22;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  padding: 7px 0 5px 0;
  border-radius: 20px 20px 0 0;
}
.hiro__linkBottom {
  background: #fff;
  border-radius: 0 0 20px 20px;
  color: #2458A2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
  padding: 0px 22px 0px 22px;
}
.hiro__people {
  background: #E2F0FD;
  color: #2458A2;
  font-size: 15px;
  width: 89px;
  height: 26px;
  border-radius: 13px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(10px);
}
.hiro__time {
  font-weight: 600;
  font-size: clamp(20px, 3vw, 33px);
}
.hiro__timeNum {
  font-family: "Outfit", Noto Sans;
  font-size: 44px;
  font-weight: 700;
}
.hiro__price {
  font-family: "Outfit", Noto Sans;
  font-weight: 700;
  font-size: 70px;
  line-height: 1em;
  transform: translateY(5px);
}
.hiro__priceEn {
  font-size: clamp(26px, 4.5vw, 54px);
}
.hiro__arrow {
  width: 60px;
  height: 60px;
}
.hiro__h3 {
  color: #4D4F48;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 43px;
}
.hiro__crown {
  display: flex;
  gap: 10px;
}

.hiro-sp {
  display: none;
  background: url("../images/home/hiro-sp.webp") no-repeat center/cover;
  width: 100vw;
  height: calc(100vh - 70px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .hiro-sp {
    display: block;
  }
}
.hiro-sp__inner {
  position: absolute;
  top: 2%;
  left: 2%;
}
.hiro-sp__heading {
  color: #2458A2;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 12px;
}
.hiro-sp__link {
  max-width: 198px;
  width: 100%;
  height: 165px;
  margin-bottom: 16px;
  display: block;
}
.hiro-sp__linkText {
  color: #fff;
  background: #FC8A22;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 0;
  border-radius: 20px 20px 0 0;
}
.hiro-sp__linkBottom {
  background: #fff;
  border-radius: 0 0 20px 20px;
  color: #2458A2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 17px 9px 17px;
}
.hiro-sp__timeWrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hiro-sp__people {
  background: #E2F0FD;
  color: #2458A2;
  font-size: 13px;
  width: 89px;
  height: 26px;
  border-radius: 13px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hiro-sp__time {
  font-weight: 600;
  font-size: 21px;
}
.hiro-sp__timeNum {
  font-family: "Outfit", Noto Sans;
  font-weight: 700;
  font-size: 29px;
}
.hiro-sp__price {
  font-family: "Outfit", Noto Sans;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
}
.hiro-sp__priceEn {
  font-size: 31px;
}
.hiro-sp__btn {
  width: 100%;
  height: 35px;
  font-size: 15px;
  padding: 7px 6px 7px 16px;
}
.hiro-sp__btnText {
  letter-spacing: -0.08em;
}
.hiro-sp__btnArrow {
  width: 25px;
  height: 25px;
}
.hiro-sp__h3 {
  font-size: 22px;
  font-weight: 700;
  color: #4D4F48;
  line-height: 26px;
  margin-bottom: 9px;
}
.hiro-sp__crown {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hiro-sp__crownImg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 104px;
  height: 104px;
}

.p-top-trialPlan {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan {
    padding-top: 0;
  }
}
.p-top-trialPlan__content {
  text-align: center;
  background: #F7F9FD;
  width: 100%;
  margin: 0 auto;
  padding: 50px 110px 72px 110px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__content {
    padding: 20px 3% 24px 3%;
  }
}
.p-top-trialPlan__header {
  font-size: 50px;
  color: #2458A2;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__header {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.p-top-trialPlan__header::before {
  content: "";
  width: 8px;
  height: 56px;
  background: #FC8A22;
  position: absolute;
  bottom: 10px;
  left: -50px;
  display: inline-block;
  transform: rotate(-33deg);
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__header::before {
    width: 3px;
    left: -20px;
    height: 23px;
    transform: rotate(-26deg);
  }
}
.p-top-trialPlan__header::after {
  content: "";
  width: 8px;
  height: 56px;
  background: #FC8A22;
  position: absolute;
  bottom: 10px;
  right: -50px;
  display: inline-block;
  transform: rotate(33deg);
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__header::after {
    width: 3px;
    right: -20px;
    height: 23px;
    transform: rotate(26deg);
  }
}
.p-top-trialPlan__hr {
  width: 100%;
  border: 1px solid #EDEEEF;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__hr {
    margin-bottom: 20px;
  }
}
.p-top-trialPlan__headerText {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__headerText {
    font-size: 12px;
    margin-top: 40px;
  }
}
.p-top-trialPlan__headerTextBrSm {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__headerTextBrSm {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__headerTextBr {
    display: none;
  }
}
.p-top-trialPlan__priceArea {
  color: #2458A2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", Noto Sans;
  margin: 58px 0 59px 0;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__priceArea {
    margin: 6px 0 22px 0;
  }
}
.p-top-trialPlan__timeWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #2458A2;
  width: 183px;
  height: 109px;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__timeWrapper {
    width: 100px;
    height: 60px;
    margin-right: 10px;
  }
}
.p-top-trialPlan__time {
  font-size: 86px;
  font-weight: 700;
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__time {
    font-size: 46px;
    margin-right: 0px;
    line-height: 50px;
  }
}
.p-top-trialPlan__timeJa {
  font-size: 43px;
  font-weight: 500;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__timeJa {
    font-size: 30px;
    line-height: 40px;
  }
}
.p-top-trialPlan__price {
  font-size: 100px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__price {
    font-size: 60px;
  }
}
.p-top-trialPlan__priceEn {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .p-top-trialPlan__priceEn {
    font-size: 40px;
  }
}

.trialContact {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.trialContact__num {
  font-family: "Outfit", Noto Sans;
}
.trialContact__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}
.trialContact__lineBox {
  background: linear-gradient(to bottom, #11E011, #01B901);
}
.trialContact__lineTop {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  line-height: 50px;
}
.trialContact__numMinute {
  font-size: 83px;
  transform: translateY(3px);
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .trialContact__numMinute {
    font-size: 68px;
  }
}
.trialContact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: 700;
  position: relative;
}
.trialContact__btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  z-index: 1;
  display: block;
  width: 40px;
}
.trialContact__lineBtn {
  color: #01B901;
}
.trialContact__lineBtn::after {
  content: url(../images/common/arrow_contact_line.png);
  display: block;
}
.trialContact__mailBtn::after {
  content: url(../images/common/arrow_contact_mail.png);
  display: block;
}
.trialContact__telBtn::after {
  content: url(../images/common/arrow_contact_tel.png);
  display: block;
}
.trialContact__mailBox {
  background: linear-gradient(to bottom, #75B1DD, #2C79C6);
}
.trialContact__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .trialContact__top {
    padding: 3px 12px;
  }
}
.trialContact__mailMiddle {
  font-weight: 700;
}
.trialContact__mailBtn {
  color: #357ABF;
}
.trialContact__telBox {
  background: linear-gradient(to bottom, #FFA452, #EE7F1A);
}
.trialContact__telMiddle {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .trialContact__telMiddle {
    margin-bottom: 5px;
  }
}
.trialContact__telIcon {
  width: 27px;
  height: 41px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .trialContact__telIcon {
    width: 21px;
    height: 32px;
  }
}
.trialContact__telNum {
  font-weight: 600;
  font-family: "Outfit", Noto Sans;
}
@media screen and (max-width: 768px) {
  .trialContact__telNum {
    line-height: 1em;
  }
}
.trialContact__telBtn {
  color: #EE7F1A;
}
@media screen and (max-width: 768px) {
  .trialContact {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.trialContact__box {
  padding: 22px 0 22px 0;
  width: 338px;
  height: 190px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .trialContact__box {
    padding: 8px 0 8px 0;
    height: 130px;
  }
}
.trialContact__lineBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.trialContact__lineTop {
  font-size: 41px;
  gap: 17px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .trialContact__lineTop {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.trialContact__btn {
  width: 292px;
  height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .trialContact__btn {
    height: 34px;
    border-radius: 17px;
    width: 260px;
    padding: 5px 0;
  }
}
.trialContact__btn::after {
  top: 26px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .trialContact__btn::after {
    top: 20px;
    right: 10px;
  }
}
.trialContact__btnText {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .trialContact__btnText {
    font-size: 16px;
  }
}
.trialContact__top {
  font-size: 20px;
  margin-bottom: 9px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .trialContact__top {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.trialContact__lineIcon {
  width: 54px;
  height: 54px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.trialContact__mailIcon {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .trialContact__mailIcon {
    width: 25px;
  }
}
.trialContact__mailMiddle {
  font-size: 27px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .trialContact__mailMiddle {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
.trialContact__telNum {
  font-size: 38px;
  line-height: 1em;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .trialContact__telNum {
    font-size: 30px;
  }
}
.trialContact__telIcon {
  transform: translateY(-6px);
}

.trialContact-sp-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.trialContact-sp-header__num {
  font-family: "Outfit", Noto Sans;
}
.trialContact-sp-header__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}
.trialContact-sp-header__lineBox {
  background: linear-gradient(to bottom, #11E011, #01B901);
}
.trialContact-sp-header__lineTop {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  line-height: 50px;
}
.trialContact-sp-header__numMinute {
  font-size: 83px;
  transform: translateY(3px);
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .trialContact-sp-header__numMinute {
    font-size: 68px;
  }
}
.trialContact-sp-header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: 700;
  position: relative;
}
.trialContact-sp-header__btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  z-index: 1;
  display: block;
  width: 40px;
}
.trialContact-sp-header__lineBtn {
  color: #01B901;
}
.trialContact-sp-header__lineBtn::after {
  content: url(../images/common/arrow_contact_line.png);
  display: block;
}
.trialContact-sp-header__mailBtn::after {
  content: url(../images/common/arrow_contact_mail.png);
  display: block;
}
.trialContact-sp-header__telBtn::after {
  content: url(../images/common/arrow_contact_tel.png);
  display: block;
}
.trialContact-sp-header__mailBox {
  background: linear-gradient(to bottom, #75B1DD, #2C79C6);
}
.trialContact-sp-header__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .trialContact-sp-header__top {
    padding: 3px 12px;
  }
}
.trialContact-sp-header__mailMiddle {
  font-weight: 700;
}
.trialContact-sp-header__mailBtn {
  color: #357ABF;
}
.trialContact-sp-header__telBox {
  background: linear-gradient(to bottom, #FFA452, #EE7F1A);
}
.trialContact-sp-header__telMiddle {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .trialContact-sp-header__telMiddle {
    margin-bottom: 5px;
  }
}
.trialContact-sp-header__telIcon {
  width: 27px;
  height: 41px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .trialContact-sp-header__telIcon {
    width: 21px;
    height: 32px;
  }
}
.trialContact-sp-header__telNum {
  font-weight: 600;
  font-family: "Outfit", Noto Sans;
}
@media screen and (max-width: 768px) {
  .trialContact-sp-header__telNum {
    line-height: 1em;
  }
}
.trialContact-sp-header__telBtn {
  color: #EE7F1A;
}
.trialContact-sp-header__box {
  padding: 7px 0 7px;
  width: auto;
  height: 69px;
}
.trialContact-sp-header__btn {
  width: 113px;
  height: 19px;
  font-size: 10px;
  border-radius: 10px;
  gap: 6px;
  line-height: 6px;
}
.trialContact-sp-header__top {
  font-size: 9px;
  margin-bottom: 0;
  height: 15px;
  border-radius: 7.5px;
  border: 1px solid #fff;
}
.trialContact-sp-header__mailIcon {
  width: 13px;
  height: 9px;
}
.trialContact-sp-header__mailMiddle {
  font-size: 10px;
  margin-bottom: 3px;
}
.trialContact-sp-header__lineIcon {
  width: 30px;
  height: 30px;
}
.trialContact-sp-header__lineTop {
  gap: 3px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}
.trialContact-sp-header__lineTopText {
  transform: translateY(-2px);
}
.trialContact-sp-header__num {
  font-size: 36px;
}
.trialContact-sp-header__telNum {
  font-size: 16px;
  font-weight: 700;
}
.trialContact-sp-header__mailBtn::after {
  width: 4px;
  height: 7px;
}

.p-top-fee {
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-fee {
    max-width: 94%;
    width: 100%;
  }
}
.p-top-fee__btn {
  width: 260px;
  height: 65px;
  border-radius: 32px;
}

.p-top-secret {
  margin-bottom: 198px;
}
@media screen and (max-width: 768px) {
  .p-top-secret {
    margin-bottom: 26px;
  }
}
.p-top-secret__content {
  margin-bottom: 111px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__content {
    margin-bottom: 0;
  }
}
.p-top-secret__qBox {
  display: flex;
  align-items: center;
  background: #1C6AB7;
  color: #fff;
  height: 88px;
  padding-left: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-secret__qBox {
    height: 69px;
    border-radius: 10px 10px 0 0;
  }
}
.p-top-secret__enQ {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-size: 40px;
  background: #fff;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-secret__enQ {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}
.p-top-secret__qBoxText {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-secret__qBoxText {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-secret__qBoxText {
    font-size: 16px;
    margin-left: 20px;
  }
}
.p-top-secret__aBox {
  background: #F7F9FD;
  border-radius: 0 0 20px 20px;
  padding: 40px 70px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__aBox {
    padding: 16px 20px;
  }
}
.p-top-secret__aAreaWrapper {
  background: #fff;
  margin: 0 auto;
  padding: 26px 33px;
  margin-bottom: 71px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__aAreaWrapper {
    padding: 16px 10px;
    margin-bottom: 50px;
  }
}
.p-top-secret__aArea {
  display: flex;
  gap: 47px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__aArea {
    gap: 11px;
  }
}
.p-top-secret__enA {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-size: 40px;
  background: #F7F9FD;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-secret__enA {
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
.p-top-secret__aText {
  font-size: 22px;
  font-weight: 600;
  color: #1C6AB7;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__aText {
    font-size: 13px;
    width: 90%;
  }
}
.p-top-secret__attentionArea {
  font-weight: 600;
  display: flex;
  padding-left: 105px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__attentionArea {
    font-size: 12px;
    gap: 11px;
    padding-left: 0;
  }
}
.p-top-secret__attention {
  background: #FC8A22;
  color: #fff !important;
  padding: 3px 6px;
  font-size: 15px;
  border-radius: 4px;
  width: 43px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-secret__attention {
    height: 20px;
    width: 43px;
    font-size: 12px;
    padding: 0 0 0 0;
  }
}
.p-top-secret__attentionText {
  color: #4D4F48;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__attentionText {
    max-width: 90%;
    width: 100%;
    margin-left: 0;
  }
}
.p-top-secret__orangeArea01 {
  border: 3px solid #FC8A22;
  padding: 90px 71px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 90px 71px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeArea01 {
    padding: 60px 20px;
    max-width: 100;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeArea01 {
    padding: 40px 3%;
  }
}
.p-top-secret__orangeArea02 {
  border: 3px solid #FC8A22;
  padding: 90px 71px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 60px 71px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeArea02 {
    padding: 60px 20px;
    max-width: 100;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeArea02 {
    padding: 40px 3% 22px 3%;
  }
}
.p-top-secret__orangeHeader {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #FC8A22;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  height: 66px;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 13px 0;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeHeader {
    font-size: 14px;
    height: 54px;
    border-radius: 27px;
  }
}
.p-top-secret__orangeHeader01 {
  width: 666px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeHeader01 {
    max-width: 94%;
    width: 100%;
  }
}
.p-top-secret__orangeHeader02 {
  width: 920px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeHeader02 {
    max-width: 94%;
    width: 100%;
  }
}
.p-top-secret__orangeHeaderFs {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeHeaderFs {
    font-size: 16px;
  }
}
.p-top-secret__orangeListHeader {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeListHeader {
    gap: 25px;
  }
}
.p-top-secret__orangeContent {
  display: flex;
  gap: 108px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeContent {
    flex-direction: column;
    gap: 23px;
  }
}
.p-top-secret__orangeList {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeList {
    gap: 20px;
  }
}
.p-top-secret__orangeNum {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-size: 23px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeNum {
    font-size: 20px;
  }
}
.p-top-secret__orangeNum::after {
  content: "";
  width: 4px;
  height: 20px;
  display: block;
  background: #FC8A22;
  position: absolute;
  top: 7px;
  right: -17px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeNum::after {
    width: 3px;
    height: 15px;
    right: -15px;
  }
}
.p-top-secret__orangeListText {
  font-size: 22px;
  transform: translateY(-1px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-secret__orangeListText {
    font-size: 16px;
  }
}
.p-top-secret__orangeImg {
  max-width: 448px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-top-secret__safetyArea {
  margin-top: 42px;
  background: #F7F9FD;
  padding: 37px 0;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyArea {
    padding: 20px 0;
  }
}
.p-top-secret__safetyHeader {
  color: #fff;
  background: #1C6AB7;
  width: 320px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto 25px auto;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyHeader {
    width: 100%;
    font-size: 16px;
    width: 180px;
    height: 33px;
    margin-bottom: 14px;
  }
}
.p-top-secret__safetyText {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyText {
    font-size: 12px;
    margin-bottom: 28px;
  }
}
.p-top-secret__safetyTextOrange {
  font-size: 22px;
  color: #FC8A22;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyTextOrange {
    font-size: 16px;
  }
}
.p-top-secret__safetyList {
  display: grid;
  justify-content: center;
  grid-template-columns: 4, 1fr;
}
.p-top-secret__safetyList01 {
  grid-template-columns: repeat(4, 142px);
  margin-bottom: 25px;
  gap: 75px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyList01 {
    grid-template-columns: repeat(3, 90px);
    row-gap: 14px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 0;
  }
}
.p-top-secret__safetyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyItem {
    gap: 8px;
  }
}
.p-top-secret__safetyImg {
  height: 75px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyImg {
    height: 50px;
  }
}
.p-top-secret__safetyItemText {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-top-secret__safetyItemText {
    font-size: 11px;
  }
}

.p-top-plan {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-top-plan {
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 43px;
  }
}
.p-top-plan__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-top-plan__list {
    grid-template-columns: repeat(2, 170px);
    gap: 20px;
  }
}
.p-top-plan__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-top-plan__link {
    padding: 18px 0;
  }
}
.p-top-plan__num {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .p-top-plan__num {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.p-top-plan__num::after {
  content: "";
  width: 27px;
  height: 4px;
  display: block;
  background: #FC8A22;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-plan__num::after {
    width: 20px;
    height: 3px;
  }
}
.p-top-plan__h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-top-plan__h4 {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
.p-top-plan__hr {
  width: 192px;
  border: 1px solid #D8D8D8;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .p-top-plan__hr {
    width: 140px;
    margin-bottom: 13px;
  }
}
.p-top-plan__text {
  margin-bottom: 24px;
  font-style: 500;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-plan__text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.p-top-plan__icon {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-plan__icon {
    width: 27px;
    height: 27px;
  }
}
.p-top-plan__box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.p-top-plan__qBox {
  display: flex;
  align-items: center;
  background: #1C6AB7;
  color: #fff;
  height: 88px;
  padding-left: 20px;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-plan__qBox {
    height: 69px;
    border-radius: 10px 10px 0 0;
  }
}
.p-top-plan__qBoxText {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-plan__qBoxText {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__qBoxText {
    font-size: 18px;
  }
}
.p-top-plan__detail {
  background: #F7F9FD;
  padding: 62px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-top-plan__detail {
    display: none;
  }
}
.p-top-plan__detailSm {
  display: none;
  background: #F7F9FD;
}
@media screen and (max-width: 768px) {
  .p-top-plan__detailSm {
    display: block;
  }
}
.p-top-plan__detailList {
  display: flex;
  justify-content: center;
  gap: 42px;
  background: #F7F9FD;
}
.p-top-plan__detailListSm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top-plan__detailListSm {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-plan__item {
  display: inline-block;
}
.p-top-plan__detailLink {
  background: #FC8A22;
  color: #fff;
  padding: 22px;
  height: 65px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-plan__detailLink {
    font-size: 12px;
    height: 38px;
    padding: 0;
    justify-content: center;
  }
}
.p-top-plan__detailIcon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-plan__detailIcon {
    width: 23px;
    height: 23px;
  }
}

.p-top-about {
  background-image: url("../images/home/bg-circle.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.p-top-about__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-top-about__inner {
    max-width: 94%;
    padding-bottom: 40px;
  }
}
.p-top-about__headerArea {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-about__headerTextArea {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
.p-top-about__btn {
  width: 260px;
  height: 65px;
  border-radius: 32px;
}
.p-top-about__container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-about__container {
    gap: 50px;
  }
}
.p-top-about__box {
  display: flex;
  justify-content: space-between;
  gap: 98px;
}
@media screen and (max-width: 768px) {
  .p-top-about__box {
    flex-direction: column;
    align-items: flex-end;
    gap: 31px;
  }
}
.p-top-about__textArea {
  line-height: 28px;
}
.p-top-about__img {
  max-width: 620px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-top-about__mb {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .p-top-about__mb {
    margin-bottom: 1em;
  }
}

.p-top-qualification {
  padding: 67px 70px;
  margin-top: 140px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-top-qualification {
    margin-top: 32px;
    padding: 26px 20px;
  }
}
.p-top-qualification__textArea {
  line-height: 28px;
  margin-bottom: 50px;
}
.p-top-qualification__imgArea {
  display: grid;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}
.p-top-qualification__imgArea:nth-of-type(1) {
  margin-bottom: 47px;
  grid-template-columns: repeat(4, 206px);
}
@media screen and (max-width: 768px) {
  .p-top-qualification__imgArea:nth-of-type(1) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-top-qualification__imgArea:nth-of-type(2) {
  grid-template-columns: repeat(2, 206px);
}
@media screen and (max-width: 768px) {
  .p-top-qualification__imgArea:nth-of-type(2) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-top-qualification__img {
  width: 206px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-top-service {
  margin: 0 auto 125px auto;
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding-top: 49px;
  }
}
.p-top-service__btn {
  width: 260px;
  height: 65px;
  border-radius: 32px;
}
.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 346px);
  justify-content: center;
  gap: 81px;
}
@media screen and (max-width: 1233px) {
  .p-top-service__list {
    grid-template-columns: repeat(2, 346px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    display: none;
  }
}
.p-top-service__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  height: 450px;
  padding: 22px 25px 24px 25px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-service__link {
    padding: 20px 20px 20px 20px;
    height: 262px;
    position: relative;
  }
}
.p-top-service__num {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-size: 40px;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .p-top-service__num {
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 18px;
  }
}
.p-top-service__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-top-service__img01 {
  width: 99px;
  height: 101px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-service__img01 {
    width: 44px;
    height: 45px;
    margin-bottom: 21px;
    margin-top: 10px;
  }
}
.p-top-service__img02 {
  width: 113px;
  height: 109px;
  margin-bottom: 32px;
}
.p-top-service__img03 {
  width: 99px;
  height: 117px;
  margin-bottom: 24px;
}
.p-top-service__img04 {
  width: 136px;
  height: 82px;
  margin-bottom: 43px;
}
.p-top-service__img05 {
  width: 96px;
  height: 112px;
  margin-bottom: 10px;
}
.p-top-service__h3 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .p-top-service__h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-top-service__h3::after {
  content: "";
  width: 294px;
  height: 1px;
  display: block;
  background: #D8D8D8;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-service__h3::after {
    width: 100%;
    bottom: -12px;
  }
}
.p-top-service__text {
  line-height: 25px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    max-width: 80%;
    width: 100%;
  }
}
.p-top-service__icon {
  margin-top: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon {
    margin-top: 10px;
  }
}

/*--service swiper--*/
.p-top-service-swiper-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-service-swiper-wrapper {
    display: block;
  }
}

.p-top-service-swiper.swiper {
  overflow: visible !important;
}

/* スクロールバー全体 */
.p-top-service-swiper .swiper-scrollbar {
  position: absolute;
  bottom: -30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 145px !important;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  z-index: 10 !important;
}

/* ドラッグ部分（つまみ） */
.p-top-service-swiper .swiper-scrollbar-drag {
  background: #707070;
  border-radius: 2px;
}

.p-top-lawyer {
  background: #F7F9FD;
  border-radius: 20px;
  padding: 73px 70px;
  margin-bottom: 146px;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer {
    padding: 36px 20px;
    max-width: 94%;
    width: 100;
    margin: 0 auto 30px auto;
  }
}
.p-top-lawyer__inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.p-top-lawyer__headerText {
  line-height: 28px;
  margin-bottom: 67px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__headerText {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 23px;
  }
}
.p-top-lawyer__content {
  display: flex;
  padding: 53px 54px;
  gap: 51px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__content {
    flex-direction: column;
    padding: 18px 15px;
    gap: 18px;
  }
}
.p-top-lawyer__img {
  max-width: 425px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-top-lawyer__cat {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #1C6AB7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 32px;
  border-radius: 16px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__cat {
    font-size: 11px;
    width: 141px;
    height: 26px;
  }
}
.p-top-lawyer__name {
  font-size: 35px;
  font-weight: 600;
  color: #2458A2;
  position: relative;
  padding-left: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__name {
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 12px;
  }
}
.p-top-lawyer__name::before {
  content: "";
  width: 6px;
  height: 35px;
  background: #FC8A22;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__name::before {
    width: 3px;
    height: 21px;
    top: 5px;
  }
}
.p-top-lawyer__en {
  font-family: "Outfit", Noto Sans;
  color: #B0C3DD;
  font-size: 25px;
  margin-left: 21px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__en {
    font-size: 16px;
    margin-left: 14px;
  }
}
.p-top-lawyer__textArea {
  line-height: 32px;
  font-size: 14px;
}
.p-top-lawyer__text {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 19px;
  }
}
.p-top-lawyer__blue {
  font-size: 13px;
  font-weight: 600;
  color: #2458A2;
}
@media screen and (max-width: 768px) {
  .p-top-lawyer__blue {
    font-size: 12px;
    line-height: 17px;
  }
}

.p-top-voice {
  background: #F7F9FD;
}
@media screen and (max-width: 768px) {
  .p-top-voice__textArea {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
.p-top-voice__btn {
  width: 260px;
  height: 65px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__btn {
    width: 165px;
    height: 45px;
    border-radius: 22px;
  }
}
.p-top-voice__btnText {
  font-family: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__btnText {
    font-size: 13px;
  }
}
.p-top-voice__btnIcon {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__btnIcon {
    width: 27px;
    height: 27px;
  }
}
.p-top-voice__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 187px;
}

@media screen and (max-width: 768px) {
  .p-top-achievement__textArea {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
.p-top-achievement__btn {
  width: 260px;
  height: 65px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-achievement__btn {
    width: 165px;
    height: 45px;
    border-radius: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-achievement__btnText {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-achievement__btnIcon {
    width: 27px;
    height: 27px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-column__textArea {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
.p-top-column__btn {
  width: 260px;
  height: 65px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-column__btn {
    width: 165px;
    height: 45px;
    border-radius: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__btnText {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__btnIcon {
    width: 27px;
    height: 27px;
  }
}

.p-top-post__list {
  display: grid;
  grid-template-columns: repeat(3, 378px);
  gap: 33px;
  justify-content: center;
}
@media screen and (max-width: 1233px) {
  .p-top-post__list {
    grid-template-columns: repeat(1, 378px);
  }
}
.p-top-post__item {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.p-top-post__thumb img {
  max-width: 376px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-top-post__textArea {
  padding: 25px 20px 25px 20px;
}
.p-top-post__taxonomyArea {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-top-post__taxonomy {
  padding: 5px 16px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 15px;
}
.p-top-post__taxService {
  background: #1C6AB7;
}
.p-top-post__taxArea {
  background: #FC8A22;
}
.p-top-post__date {
  font-family: "Outfit", Noto Sans;
  color: #707070;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.p-top-post__date::after {
  content: "";
  width: 245px;
  height: 1px;
  background: #E2DBD5;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -263px;
}
.p-top-post__title {
  font-size: 18px;
  font-weight: 500;
  color: #2458A2;
  margin-bottom: 20px;
}
.p-top-post__excerpt {
  font-size: 14px;
}

.p-top-faq {
  padding: 126px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 42px 3% 20px 3%;
  }
}
.p-top-faq__container {
  margin-bottom: 15px;
  overflow: visible;
  position: relative;
}
.p-top-faq__content {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.p-top-faq__df {
  display: flex;
  align-items: center;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__df {
    height: 50px;
  }
}
.p-top-faq__en {
  color: #2458A2;
  font-family: "Outfit", Noto Sans;
  font-weight: 600;
  font-size: 35px;
  margin-right: 29px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-faq__en {
    font-size: 25px;
    margin-right: 18px;
  }
}
.p-top-faq__en::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-faq__en::after {
    width: 4px;
    height: 4px;
  }
}
.p-top-faq__enQ {
  color: #fff;
}
.p-top-faq__enQ::after {
  background: #fff;
  top: 34px;
  right: -7px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__enQ::after {
    top: 24px;
  }
}
.p-top-faq__enA::after {
  background: #2458A2;
  top: 24px;
  right: -7px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__enA::after {
    top: 18px;
  }
}
.p-top-faq__qHeader {
  background: #1C6AB7;
  color: #fff;
  padding: 0 30px 0 30px;
  border-radius: 20px 20px 20px 20px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-faq__qHeader {
    padding: 0 15px 0 15px;
  }
}
.p-top-faq__qHeader::before {
  content: "";
  width: 28px;
  height: 4px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-faq__qHeader::before {
    width: 15px;
    height: 3px;
    right: 14px;
  }
}
.p-top-faq__qHeader::after {
  content: "";
  height: 28px;
  width: 4px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 10;
  transition: all 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-faq__qHeader::after {
    width: 3px;
    height: 15px;
    right: 20px;
  }
}
.p-top-faq__qHeader.open {
  border-radius: 20px 20px 0 0;
}
.p-top-faq__qHeader.open::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.p-top-faq__qHeaderText {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-faq__qHeaderText {
    font-size: 14px;
  }
}
.p-top-faq__aBoxWrapper {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease, opacity 0.5s ease;
  position: relative;
  z-index: 2;
  opacity: 100;
}
.p-top-faq__aBoxWrapper.open {
  opacity: 100;
  max-height: 1000px;
}
.p-top-faq__aBox {
  background: #F7F9FD;
  padding: 26px 32px 30px 32px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__aBox {
    padding: 12px 20px 43px 16px;
  }
}
.p-top-faq__aHeader {
  color: #2458A2;
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__aHeader {
    margin-bottom: 12px;
  }
}
.p-top-faq__enA {
  line-height: 1em;
}
.p-top-faq__aHeaderText {
  font-size: 20px;
  font-weight: 600;
  padding-top: 8px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-faq__aHeaderText {
    padding-top: 0;
    font-size: 14px;
  }
}
.p-top-faq__textArea {
  padding-left: 56px;
  line-height: 24px;
  max-width: 800px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-faq__textArea {
    padding-left: 36px;
  }
}
.p-top-faq__listArea {
  color: #000;
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__listArea {
    padding-left: 36px;
    font-size: 14px;
  }
}
.p-top-faq__list {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    text-indent: -1.2em;
    padding-left: 1.1em;
  }
}
.p-top-faq__listNum {
  font-family: "Outfit", Noto Sans;
  margin-right: 0.5em;
}

.p-top-access {
  margin-bottom: 97px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-top-access {
    padding: 35px 3% 24px 3%;
    max-width: 94%;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.p-top-access__content {
  display: flex;
  gap: 48px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-access__content {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-access__gmap {
    max-width: 100%;
    width: 100%;
  }
}
.p-top-access__add {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-access__add {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-top-access__train {
  display: flex;
  justify-content: space-between;
  width: 354px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-access__train {
    font-size: 12px;
    display: grid;
    grid-template-columns: 100px 140px 1fr;
    max-width: 100%;
    width: 100%;
  }
}
.p-top-access__train:nth-of-type(3) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-access__train:nth-of-type(3) {
    margin-bottom: 20px;
  }
}

#contact {
  transform: translateY(-70px);
}

.p-top-contact {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-top-contact {
    padding: 35px 3% 24px 3%;
    max-width: 94%;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.p-top-contact__textArea {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-contact__textArea {
    font-size: 14px;
  }
}
.p-top-contact__header {
  color: #2458A2;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-contact__header {
    font-size: 15px;
    margin-top: 20px;
  }
}
.p-top-contact__header::before {
  content: "";
  width: 4px;
  height: 56px;
  background: #FC8A22;
  position: absolute;
  bottom: 10px;
  left: -50px;
  display: inline-block;
  transform: rotate(-33deg);
}
@media screen and (max-width: 768px) {
  .p-top-contact__header::before {
    width: 3px;
    height: 21px;
    left: -16px;
    bottom: 5px;
  }
}
.p-top-contact__header::after {
  content: "";
  width: 4px;
  height: 56px;
  background: #FC8A22;
  position: absolute;
  bottom: 10px;
  right: -50px;
  display: inline-block;
  transform: rotate(33deg);
}
@media screen and (max-width: 768px) {
  .p-top-contact__header::after {
    width: 3px;
    height: 21px;
    right: -16px;
    bottom: 5px;
  }
}
.p-top-contact__headerEn {
  font-family: "Outfit", Noto Sans;
  font-size: 45px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-contact__headerEn {
    font-size: 22px;
  }
}
.p-top-contact__headerJa {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .p-top-contact__headerJa {
    font-size: 22px;
  }
}
.p-top-contact__hr {
  border: 1px solid #EDEEEF;
  width: 1060px;
  margin: 0 auto 36px auto;
}
@media screen and (max-width: 1233px) {
  .p-top-contact__hr {
    display: none;
  }
}
.p-top-contact__content {
  background: #F7F9FD;
  max-width: 1060px;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 78px;
  position: relative;
}
.p-top-contact__h3 {
  color: #fff;
  background: #1C6AB7;
  width: 322px;
  height: 66px;
  border-radius: 33px;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-contact__h3 {
    font-size: 16px;
    width: 192px;
    height: 38px;
    border-radius: 19px;
    top: -20px;
  }
}

.form {
  padding: 92px 78px 83px 78px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 40px 20px 20px 20px;
  }
}
.form__dl {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .form__dl {
    margin-bottom: 20px;
  }
}
.form__dt {
  display: flex;
  align-items: center;
  gap: 23px;
}
.form__heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .form__heading {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.form__required {
  color: #fff;
  background: #FC8A22;
  font-size: 12px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 32px;
  transform: translateY(-6px);
}
.form__inputText {
  background: #fff;
  border: 2px solid #AFB7C9;
  height: 65px;
  padding-left: 22px;
  font-size: 18px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inputText {
    height: 45px;
    border-radius: 5px;
  }
}
.form__inputNumber[type=number] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  background: #fff;
  border: 2px solid #AFB7C9;
  border-radius: 10px;
  max-width: 100px;
  width: 100%;
  height: 65px;
  padding-left: 22px;
  font-size: 18px;
}
.form__inputTel {
  background: #fff;
  border: 2px solid #AFB7C9;
  height: 65px;
  padding-left: 22px;
  font-size: 18px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inputTel {
    height: 45px;
    border-radius: 5px;
  }
}
.form__inputMail {
  background: #fff;
  border: 2px solid #AFB7C9;
  height: 65px;
  padding-left: 22px;
  font-size: 18px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inputMail {
    height: 45px;
    border-radius: 5px;
  }
}
.form__inputSelect {
  background: #fff;
  border: 2px solid #AFB7C9;
  height: 65px;
  padding-left: 22px;
  font-size: 18px;
  border-radius: 10px;
  padding: 0 22px 0 22px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inputSelect {
    height: 45px;
    border-radius: 5px;
  }
}
.form__inputTextarea {
  background: #fff;
  border: 2px solid #AFB7C9;
  height: 65px;
  padding-left: 22px;
  font-size: 18px;
  border-radius: 10px;
  width: 100%;
  height: 285px;
  padding: 22px 22px 22px 22px;
}
@media screen and (max-width: 768px) {
  .form__inputTextarea {
    height: 45px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .form__inputTextarea {
    height: 180px !important;
  }
}
.form__privacy {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .form__privacy {
    margin-top: 28px;
    margin-bottom: 26px;
  }
}
.form__privacyText p {
  text-align: center;
  line-height: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form__privacyText p {
    font-size: 12px;
  }
}
.form__privacyLink {
  color: #357ABF;
  border-bottom: 1px solid #357ABF;
}
.form__checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.form__checkbox input[type=checkbox] {
  background: #fff;
  border: 2px solid #AFB7C9;
  height: 65px;
  padding-left: 22px;
  font-size: 18px;
  border-radius: 10px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .form__checkbox input[type=checkbox] {
    height: 45px;
    border-radius: 5px;
  }
}
.form__submitWrapper {
  background: #1C6AB7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  width: 260px;
  height: 65px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form__submitWrapper {
    width: 152px;
    height: 45px;
    border-radius: 22px;
  }
}
.form__submitWrapper .form__submit {
  color: #fff;
  font-size: 18px;
  background: #1C6AB7;
  margin-right: auto;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .form__submitWrapper .form__submit {
    font-size: 13px;
  }
}
.form__submitWrapper::after {
  content: url("../images/common/arrow_white_right.png");
  margin-left: 8px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .form__submitWrapper::after {
    width: 27px;
    height: 27px;
    top: 5px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 13px;
  }
}

.wpcf7-list-item.first.last {
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 124px 122px 50px 122px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    padding: 40px 3% 40px 3%;
  }
}
.footer__copy {
  padding: 36px 122px 25px 122px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    padding: 28px 3% 28px 3%;
  }
}
.footer__copy::before {
  content: "";
  max-width: 100%;
  min-width: 1340px;
  height: 1px;
  background: #E2DBD5;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1233px) {
  .footer__copy::before {
    min-width: 100%;
  }
}
.footer__copyText {
  text-align: center;
  font-size: 11px;
  color: #656565;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .footer__copyText {
    text-align: center;
  }
}

.footer-rightArea {
  margin-right: 120px;
}
.footer-rightArea__link {
  display: block;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .footer-rightArea__link {
    margin-bottom: 36px;
  }
}
.footer-rightArea__img {
  width: 285px;
  height: 63px;
}
.footer-rightArea__telText {
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .footer-rightArea__telText {
    margin-bottom: 0;
  }
}
.footer-rightArea__telText::before {
  content: "";
  width: 3px;
  height: 15px;
  background: #FC8A22;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
}
.footer-rightArea__telNum {
  font-family: "Outfit", Noto Sans;
  font-size: 35px;
  color: #2458A2;
  font-weight: 700;
  margin-bottom: 27px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-rightArea__telNum {
    margin-bottom: 12px;
  }
}
.footer-rightArea__add {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .footer-rightArea__add {
    padding-bottom: 31px;
    border-bottom: 1px solid #E2DBD5;
    margin-bottom: 31px;
  }
}

.f-nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 52px;
}
@media screen and (max-width: 768px) {
  .f-nav {
    grid-template-columns: repeat(2, auto);
  }
}
.f-nav__h3 {
  font-family: "Outfit", Noto Sans;
  color: #2458A2;
  font-weight: 700;
  position: relative;
  margin-bottom: 31px;
}
.f-nav__h3::after {
  content: "";
  width: 21px;
  height: 3px;
  display: block;
  background: #FC8A22;
  position: absolute;
  bottom: -9px;
  left: 0;
}
.f-nav__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
  font-size: 12px;
}
.f-nav__external {
  display: flex;
  align-items: center;
  gap: 7px;
}

/*--category共通--*/
.p-cat__header-catList {
  margin-top: 62px;
  color: #2458A2;
  font-weight: 700;
  display: flex;
  gap: 47px;
  margin-bottom: 89px;
}
.p-cat__header-catLink {
  display: flex;
  align-items: center;
  gap: 29px;
}
.p-cat__header-catIcon {
  width: 35px;
  height: 35px;
}
.p-cat__headerEn {
  font-size: 22px;
  color: "Outfit", Noto Sans;
  font-weight: 800;
}

.p-cat-content {
  display: flex;
  gap: 30px;
}
.p-cat-content__headerEn {
  font-family: "Outfit", Noto Sans;
  color: #2458A2;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
}
.p-cat-content__headerJa {
  font-size: 40px;
  font-weight: 700;
  position: relative;
}
.p-cat-content__headerJa::after {
  content: "";
  width: 55px;
  height: 6px;
  background: #FC8A22;
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.p-cat-content__text {
  margin: 83px 0 60px 0;
  font-weight: 500;
  line-height: 22px;
}

.p-cat-post__list {
  display: grid;
  grid-template-columns: repeat(3, 378px);
  gap: 33px;
  justify-content: center;
}
@media screen and (max-width: 1233px) {
  .p-cat-post__list {
    grid-template-columns: repeat(1, 378px);
  }
}
.p-cat-post__item {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.p-cat-post__thumb img {
  max-width: 376px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-cat-post__textArea {
  padding: 25px 20px 25px 20px;
}
.p-cat-post__taxonomyArea {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-cat-post__taxonomy {
  padding: 5px 16px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 15px;
}
.p-cat-post__taxService {
  background: #1C6AB7;
}
.p-cat-post__taxArea {
  background: #FC8A22;
}
.p-cat-post__date {
  font-family: "Outfit", Noto Sans;
  color: #707070;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.p-cat-post__date::after {
  content: "";
  width: 245px;
  height: 1px;
  background: #E2DBD5;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -263px;
}
.p-cat-post__title {
  font-size: 18px;
  font-weight: 500;
  color: #2458A2;
  margin-bottom: 20px;
}
.p-cat-post__excerpt {
  font-size: 14px;
}
.p-cat-post__list {
  grid-template-columns: repeat(3, 260px);
  gap: 20px;
  margin-bottom: 47px;
}
.p-cat-post__thumb img {
  max-width: 260px;
}
.p-cat-post__taxonomyArea {
  margin-bottom: 11px;
}
.p-cat-post__taxonomy {
  font-size: 12px;
  height: 25px;
}
.p-cat-post__date {
  margin-bottom: 8px;
}
.p-cat-post__date::after {
  content: "";
  width: 130px;
  right: -140px;
}
.p-cat-post__title {
  margin-bottom: 18px;
}
.p-cat-post__excerpt {
  font-size: 12px;
}

.p-cat-right {
  width: 350px;
  height: auto;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  font-family: "Outfit", Noto Sans;
  color: #2458A2;
  font-weight: 700;
  font-size: 25px;
  margin-left: 13px;
  margin-right: 13px;
}

.prev.page-numbers {
  color: #fff;
  font-size: 18px;
  background: #1C6AB7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  width: 135px;
  height: 65px;
  border-radius: 32px;
  padding-left: 15px;
  margin: 0 30px 0 0;
}

.next.page-numbers {
  color: #fff;
  font-size: 18px;
  background: #1C6AB7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  width: 135px;
  height: 65px;
  border-radius: 32px;
  padding-right: 15px;
  margin: 0 0 0 30px;
}

.p-cat-right {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  padding: 32px 28px;
}
.p-cat-right__h3 {
  color: #2458A2;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 12px;
}
.p-cat-right__h3::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #FC8A22;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

/*--single.php--*/
.p-single-post {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  width: 820px;
  padding: 68px 70px;
  margin-top: 120px;
  margin-bottom: 60px;
}
.p-single-post__title {
  font-size: 28px;
  font-weight: 700;
  color: #2458A2;
  margin-top: 21px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DADBDF;
  margin-bottom: 40px;
}

.p-single-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-single-btn__link {
  display: flex;
  align-items: center;
  gap: 17px;
  height: 65px;
  border-radius: 32px;
  color: #fff;
  font-weight: 700;
}
.p-single-btn__prev {
  background: #1C6AB7;
  width: 135px;
  padding-left: 15px;
  justify-content: flex-start;
}
.p-single-btn__home {
  background: #FC8A22;
  width: 211px;
  justify-content: center;
}
.p-single-btn__next {
  background: #1C6AB7;
  width: 135px;
  padding-right: 15px;
  justify-content: flex-end;
}/*# sourceMappingURL=index.css.map */