@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-style: normal;
  box-sizing: border-box; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

:root {
  --base: #349261; }

.sp {
  display: none; }

.pc {
  display: block; }

@media only screen and (max-width: 768px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
body {
  color: #000;
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  position: relative; }

.green_txt,
.green_ttl {
  color: var(--base); }

.maison_ttl {
  color: #d8959e; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  transition-duration: 0.3s; }
  @media (hover: hover) and (pointer: fine) {
    a:hover {
      opacity: 0.8; } }

.trigger {
  box-sizing: border-box; }

.slideTrain,
.slideUpTrain {
  opacity: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header */
header {
  position: relative; }

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: center;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0; }
  .header_wrap .logo {
    line-height: 1; }
    .header_wrap .logo a img {
      max-width: unset;
      width: auto;
      height: 48px; }
  .header_wrap .nav_toggle {
    display: none; }
  .header_wrap .green_btn {
    width: 120px;
    text-align: center;
    line-height: 1.4;
    transition: 0.4s ease;
    white-space: nowrap; }
    .header_wrap .green_btn:hover {
      opacity: 0.8; }
    .header_wrap .green_btn a {
      display: block;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      height: auto;
      padding-right: 40px;
      font-size: 15px;
      color: white;
      padding: 8px 12px;
      background-color: var(--base); }

#navigation {
  width: calc(100% - 120px - 120px); }
  #navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    height: 80px;
    margin: 0;
    white-space: nowrap;
    line-height: 1.4;
    padding: 0 30px; }
    #navigation ul li.service_nav {
      display: none; }
    #navigation ul li a {
      color: #000;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-size: 15px;
      transition: color 0.3s, background 0.3s; }
      #navigation ul li a:hover {
        color: var(--base); }
  #navigation.show ul {
    position: absolute;
    display: block;
    height: auto;
    top: 48px;
    right: 0;
    left: 0;
    padding: 0 0 20px;
    background-color: white; }
    #navigation.show ul li {
      border-bottom: #ccc solid 1px; }
      #navigation.show ul li a {
        display: block;
        padding: 20px 0;
        padding-left: 20px;
        height: auto;
        align-items: center;
        position: relative; }
        #navigation.show ul li a::after {
          content: "";
          position: absolute;
          clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
          height: 8px;
          aspect-ratio: 1;
          width: 6px;
          background-color: #019261;
          z-index: 100;
          right: 20px;
          top: 44%; }

@media only screen and (max-width: 768px) {
  .header_wrap {
    height: 48px;
    padding: 0;
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999; }
    .header_wrap::after {
      content: "";
      position: absolute;
      width: 100vw;
      height: 2px;
      top: 48px;
      border-bottom: 1px;
      box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
      z-index: 999; }
    .header_wrap h1.logo {
      line-height: 1;
      padding-left: 20px; }
      .header_wrap h1.logo a img {
        height: 32px;
        width: unset; }
    .header_wrap .nav_toggle {
      display: block;
      position: relative;
      width: 24px;
      height: 48px;
      position: absolute;
      right: 20px;
      top: 0; }
      .header_wrap .nav_toggle i {
        display: block;
        width: 24px;
        height: 3px;
        background-color: #019261;
        position: absolute;
        transition: transform 0.5s; }
        .header_wrap .nav_toggle i:nth-child(1) {
          top: 15px; }
        .header_wrap .nav_toggle i:nth-child(2) {
          top: 0;
          bottom: 0;
          margin: auto; }
        .header_wrap .nav_toggle i:nth-child(3) {
          bottom: 14px; }
      .header_wrap .nav_toggle.show {
        display: block;
        position: relative;
        width: 24px;
        height: 48px;
        position: absolute;
        right: 20px; }
        .header_wrap .nav_toggle.show i {
          display: block;
          width: 24px;
          height: 3px;
          background-color: #019261;
          position: absolute;
          transition: transform 0.5s; }
          .header_wrap .nav_toggle.show i:nth-child(1) {
            transform: translateY(7px) rotate(-225deg); }
          .header_wrap .nav_toggle.show i:nth-child(2) {
            opacity: 0; }
          .header_wrap .nav_toggle.show i:nth-child(3) {
            transform: translateY(-9px) rotate(225deg); }
    .header_wrap .green_btn {
      display: none; }

  #navigation {
    width: unset;
    margin-right: unset; }
    #navigation ul {
      display: none; }
      #navigation ul li.service_nav {
        display: block; }
        #navigation ul li.service_nav a {
          color: var(--base); } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: overlay */
#overlay {
  display: none; }
  @media only screen and (max-width: 768px) {
    #overlay.active {
      display: block;
      position: fixed;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 100; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: main */
.bg {
  background-image: linear-gradient(180deg, #f4d7cd 30%, #c49fcf); }

.main {
  font-family: "Noto Serif JP", serif;
  margin-top: 80px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .main {
      margin-top: 48px; } }

.container {
  margin: auto;
  max-width: 1040px;
  width: 90%; }

.sec .container {
  background: #fff;
  padding: 60px clamp(5%, 8.3333333333%, 120px) 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .sec .container {
      padding: 30px 5%;
      gap: 20px; } }
.sec .title {
  border: 1px dashed var(--base);
  border-width: 2px 0;
  color: var(--base);
  font-size: clamp(33px, 2.2916666667vw, 33px);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  padding: 30px 0 20px; }
  @media only screen and (max-width: 768px) {
    .sec .title {
      font-size: clamp(14px, 4vw, 21px);
      padding: 20px 0 15px; } }
.sec .img {
  display: block; }

.sec_title {
  color: #1f286f;
  font-size: clamp(60px, 4.1666666667vw, 60px);
  font-weight: 600;
  line-height: 1.25;
  padding: 3.5rem 0;
  text-align: center; }
  .sec_title p {
    align-items: center;
    display: flex;
    font-size: clamp(40px, 2.7777777778vw, 40px);
    font-weight: 500;
    justify-content: center;
    margin-bottom: 10px; }
    .sec_title p span {
      border: 1px solid #1f286f;
      display: block;
      font-size: 55%;
      line-height: 1;
      margin-right: 5px;
      padding: 8px 20px;
      vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .sec_title {
      font-size: clamp(25px, 6.6666666667vw, 25px);
      padding: 2rem 0; }
      .sec_title p {
        font-size: clamp(18px, 4.8vw, 18px); }
        .sec_title p span {
          font-size: 70%;
          padding: 5px 15px; } }

.button {
  background-color: #fff;
  color: #000;
  display: block;
  font-size: clamp(30px, 2.0833333333vw, 30px);
  height: 80px;
  line-height: 80px;
  max-width: 500px;
  margin: auto;
  padding-left: 8.5rem;
  position: relative; }
  .button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.5em;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media only screen and (max-width: 768px) {
    .button {
      font-size: clamp(16px, 4.2666666667vw, 16px);
      line-height: 60px;
      max-width: 320px;
      height: 60px;
      padding-left: 6rem; }
      .button:after {
        right: 5.5rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: main_visual */
.main_visual {
  overflow: hidden; }
  .main_visual .container {
    max-width: 1040px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .main_visual .container {
        width: 90%; } }
  .main_visual picture {
    box-shadow: 12px 12px 8px rgba(0, 0, 0, 0.15);
    display: block; }
    @media only screen and (max-width: 768px) {
      .main_visual picture {
        box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.15); } }
  .main_visual .text {
    font-size: clamp(25px, 1.7361111111vw, 25px);
    line-height: 2;
    padding: 5rem 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .main_visual .text {
        font-size: clamp(17px, 4.5333333333vw, 17px);
        line-height: 1.75;
        padding: 3rem 0 2rem; } }
  .main_visual .bg-text p {
    width: 110%;
    left: -3%;
    position: relative; }
  .main_visual .bg-text .button {
    margin: -3.5rem auto 0; }
    @media only screen and (max-width: 768px) {
      .main_visual .bg-text .button {
        margin: -4% auto 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: sec_campaign_present */
.sec_campaign_present {
  padding: 8rem 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sec_campaign_present {
      padding: 3rem 0; } }
  .sec_campaign_present .bg-text {
    position: absolute;
    width: 170px;
    height: 845px;
    left: 1%;
    top: 22%; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_present .bg-text {
        width: 15%;
        height: auto;
        top: 22%; } }
  .sec_campaign_present .title {
    color: #1f286f;
    font-size: clamp(50px, 3.4722222222vw, 50px);
    text-align: center; }
    .sec_campaign_present .title span {
      display: block;
      font-size: 45%; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_present .title {
        font-size: clamp(25px, 12537500vw, 25px); } }
  .sec_campaign_present .text {
    font-size: clamp(25px, 1.7361111111vw, 25px);
    line-height: 2;
    padding: 3rem 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_present .text {
        font-size: clamp(17px, 4.5333333333vw, 17px);
        line-height: 1.75;
        padding: 2rem 0; } }
  .sec_campaign_present picture {
    box-shadow: 12px 12px 8px rgba(0, 0, 0, 0.15);
    display: block; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_present picture {
        box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.15); } }
  .sec_campaign_present .border {
    border-top: 1px solid #1f286f;
    border-bottom: 1px solid #1f286f;
    max-width: 530px;
    margin: 0 auto 7rem;
    padding: 1.5rem 3rem; }
    .sec_campaign_present .border p {
      font-size: clamp(25px, 1.7361111111vw, 25px); }
    .sec_campaign_present .border small {
      display: block;
      font-size: clamp(20px, 1.3888888889vw, 20px);
      margin-top: 1rem; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_present .border {
        margin: 0 auto 4rem;
        padding: 1rem 1.5rem; }
        .sec_campaign_present .border p {
          font-size: clamp(17px, 4.5333333333vw, 17px); }
        .sec_campaign_present .border small {
          font-size: clamp(13px, 3.4666666667vw, 13px);
          margin-top: .75rem; } }
  .sec_campaign_present .button {
    background-color: #1f286f;
    color: #fff;
    padding-left: 7rem; }
    .sec_campaign_present .button:after {
      border-color: #fff; }
    .sec_campaign_present .button + .button {
      background-color: #000;
      margin-top: 2rem; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_present .button {
        padding-left: 5rem; }
        .sec_campaign_present .button + .button {
          margin-top: 1rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: sec_campaign_about */
.sec_campaign_about {
  padding: 5rem 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sec_campaign_about {
      padding: 3rem 0; } }
  .sec_campaign_about .bg-text {
    position: absolute;
    width: 1050px;
    height: 166px;
    top: 1%;
    right: -2.5%; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_about .bg-text {
        width: 120%;
        height: auto;
        top: 3%;
        right: -35%; } }
  .sec_campaign_about .title {
    color: #1f286f;
    font-size: clamp(50px, 3.4722222222vw, 50px);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_about .title {
        font-size: clamp(25px, 12537500vw, 25px); } }
  .sec_campaign_about .box {
    background-color: #fff;
    box-sizing: border-box;
    max-width: 940px;
    margin: 4rem auto 0;
    padding: 4rem 8rem; }
    .sec_campaign_about .box p {
      font-size: clamp(25px, 1.7361111111vw, 25px);
      font-weight: 600;
      margin-bottom: 5rem;
      text-align: center; }
    .sec_campaign_about .box dl {
      margin-top: 3rem; }
      .sec_campaign_about .box dl dt {
        align-items: center;
        display: flex;
        font-size: clamp(25px, 1.7361111111vw, 25px);
        font-weight: 600;
        line-height: 1;
        margin-bottom: 1rem; }
        .sec_campaign_about .box dl dt span {
          color: #1f286f;
          font-size: 70%;
          padding-right: .5rem; }
      .sec_campaign_about .box dl dd {
        font-size: clamp(18px, 1.25vw, 18px); }
        .sec_campaign_about .box dl dd li span {
          display: table-cell; }
        .sec_campaign_about .box dl dd li + li {
          margin-top: .5rem; }
    @media only screen and (max-width: 768px) {
      .sec_campaign_about .box {
        margin: 2rem auto 0;
        padding: 2rem 5%; }
        .sec_campaign_about .box p {
          font-size: clamp(18px, 4.8vw, 18px);
          margin-bottom: 2rem; }
        .sec_campaign_about .box dl {
          margin-top: 1.5rem; }
          .sec_campaign_about .box dl dt {
            font-size: clamp(18px, 4.8vw, 18px);
            margin-bottom: .5rem; }
          .sec_campaign_about .box dl dd {
            font-size: clamp(13px, 3.4666666667vw, 13px); } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: service */
.sec_service {
  background-color: #8275a0;
  padding: 5rem 0 8rem; }
  .sec_service .service_list {
    display: flex;
    flex-direction: column;
    gap: 60px; }
    @media only screen and (max-width: 768px) {
      .sec_service .service_list {
        gap: 40px; } }
  .sec_service .service_bnr {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media only screen and (max-width: 768px) {
      .sec_service .service_bnr {
        gap: 20px; } }
  @media only screen and (max-width: 768px) {
    .sec_service {
      padding: 3rem 0 4rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: pagetop_btn */
.sec_company {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  text-align: center;
  z-index: 2; }
  .sec_company .company {
    font-size: clamp(15px, 1.0416666667vw, 15px);
    font-weight: bold; }
  .sec_company .address {
    font-size: clamp(13px, 0.9027777778vw, 13px);
    font-weight: bold;
    margin: 5px 0; }
  .sec_company ul {
    margin: auto;
    max-width: 250px;
    text-align: left; }
    .sec_company ul li {
      color: #000;
      font-size: clamp(11px, 0.7638888889vw, 11px);
      font-weight: bold; }
      .sec_company ul li img {
        width: 15px; }
  @media only screen and (max-width: 768px) {
    .sec_company {
      padding: 20px 0; }
      .sec_company .company {
        font-size: clamp(13px, 3.4666666667vw, 13px); }
      .sec_company .address {
        font-size: clamp(11px, 2.9333333333vw, 11px);
        margin: 0 0 5px; }
      .sec_company ul {
        max-width: 230px; }
        .sec_company ul li {
          font-size: clamp(10px, 2.6666666667vw, 10px); } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: pagetop_btn */
.pagetop_btn {
  position: relative;
  z-index: 3; }
  .pagetop_btn .pagetop {
    display: block;
    padding: 20px;
    color: white;
    background: var(--base);
    border: 3px solid var(--base);
    bottom: 24px;
    right: 24px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s; }
    .pagetop_btn .pagetop:hover {
      color: var(--base);
      background: white;
      border: 3px solid var(--base); }
    .pagetop_btn .pagetop.active {
      opacity: 1;
      visibility: visible; }
    .pagetop_btn .pagetop.absolute {
      position: absolute;
      top: -100px;
      bottom: auto; }
    .pagetop_btn .pagetop svg {
      fill: currentcolor; }

@media only screen and (max-width: 768px) {
  .pagetop_btn .pagetop {
    right: 4%;
    padding: 0.8rem; }
    .pagetop_btn .pagetop.absolute {
      top: 90px; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer */
footer {
  padding: 8px 20px 10px;
  background-color: var(--base);
  color: #fff;
  font-weight: 500;
  position: relative; }
  footer .container {
    display: grid;
    grid-template: auto auto/auto 264px; }
  footer .link {
    padding-top: 0.3rem;
    font-size: 12px;
    line-height: 1.4;
    margin-right: 1rem; }
    footer .link a {
      color: white;
      text-decoration: inherit;
      text-decoration-skip-ink: auto;
      margin-right: 1rem; }
    footer .link span {
      color: white; }
  footer .banner {
    position: relative;
    display: flex;
    align-items: center;
    width: 264px;
    height: 54px;
    color: #666;
    grid-area: 1/2/3/3; }
    footer .banner img {
      position: absolute; }
    footer .banner span.t {
      position: relative;
      padding: 0.4em 1em 0;
      font-size: 10px;
      line-height: 1.4;
      letter-spacing: 0; }
  footer .copyright {
    font-size: 10px;
    margin-top: 1rem;
    line-height: 1.4; }

@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 20px;
    text-align: center; }
    footer .container {
      display: flex;
      flex-direction: column;
      align-items: center; }
    footer .link {
      margin: 0 auto; }
    footer .banner {
      order: 1;
      margin-top: 8px; } }
