@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: inline-block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 'YakuHanJP', "Inter" , 'BIZ UDGothic', sans-serif;
}

.en {
  font-family: "Inter", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.letter-spacing-1 {
  letter-spacing: 0.1em;
}

.letter-spacing-05 {
  letter-spacing: 0.05em;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-blue: #009CEF;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
  --color-primary: #F4F3EF;
  --color-orange: #EA5520;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header {
    padding: 10px;
  }
}
@media screen and (max-width: 1260px) {
  .l-header {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 86px;
    padding: 8px 65px 8px 5px;
  }
}
.l-header__logo {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 300px;
    height: 65px;
    background: url(../common/logo_sp.png) no-repeat left top;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .l-header__logo {
    width: 350px;
    height: 75px;
    background: url(../common/logo_sp.png) no-repeat left top;
    background-size: contain;
  }
}
@media screen and (min-width: 1259px) {
  .l-header__logo {
    width: 632px;
    height: 102px;
    background: url(../common/logo_pc.png) no-repeat left top;
    background-size: contain;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    height: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .l-header__logo a {
    height: 75px;
  }
}
@media screen and (min-width: 1259px) {
  .l-header__logo a {
    height: 102px;
  }
}
.l-header__home a {
  color: #000;
}

.l-header__logo--inner {
  display: none;
}

#g-nav.panelactive .l-header__logo--inner {
  display: block;
  background: url(../common/logo_sp.png) no-repeat left top;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  #g-nav.panelactive .l-header__logo--inner {
    margin: 7px 10px 10px;
    width: 350px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  #g-nav.panelactive .l-header__logo--inner {
    margin: 5px 65px 8px 5px;
    width: 300px;
    height: 65px;
  }
}

@media screen and (max-width: 920px) {
  header .pcOnwards {
    display: none !important;
  }
}
@media screen and (min-width: 919px) {
  header .tabOnwards {
    display: none !important;
  }
}

.g-nav__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 919px) {
  .g-nav__info {
    margin-left: auto;
    margin-top: 5px;
  }
}
@media screen and (max-width: 920px) {
  .g-nav__info {
    margin: 30px auto;
  }
}
.g-nav__info ul {
  background: #F7F7F5;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 28px;
  padding: 5px 40px;
  border-radius: 100vh;
}
@media screen and (max-width: 920px) {
  .g-nav__info ul {
    gap: 10px 28px;
    padding: 12px 20px 10px 20px;
    margin: 0 !important;
  }
}
.g-nav__info ul li a {
  color: #000;
  text-decoration: none;
  font-size: 0.75rem;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 5px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.g-nav__info ul li:nth-of-type(1) a::before {
  content: "";
  background: url("../common/ico_sns.svg") no-repeat center center;
  width: 1em;
  height: 1em;
  background-size: contain;
  display: inline-block;
}
.g-nav__info ul li:nth-of-type(2) a::before {
  content: "";
  background: url("../common/ico_link.svg") no-repeat center center;
  width: 1em;
  height: 1em;
  background-size: contain;
  display: inline-block;
}
.g-nav__info ul li:nth-of-type(3) a::before {
  content: "";
  background: url("../common/ico_contact.svg") no-repeat center center;
  width: 1em;
  height: 1em;
  background-size: contain;
  display: inline-block;
}

@media screen and (min-width: 921px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 10px 13px 18px;
  }
  #g-nav {
    margin-left: auto;
  }
  #g-nav-list .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 25px;
    margin-top: 40px;
  }
  #g-nav-list .gnavi li {
    line-height: 1.2;
  }
  #g-nav-list .gnavi li a {
    color: #000;
    font-size: 0.9375rem;
    text-decoration: none;
    position: relative;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: auto 6px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
  #g-nav-list .gnavi li a::before {
    content: "";
    background: url("../common/ico_menu.svg") no-repeat center center;
    width: 0.9375rem;
    height: 0.9375rem;
    display: block;
    background-size: contain;
  }
  #g-nav-list .gnavi li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  #g-nav-list .gnavi li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 921px) and (max-width: 1259px) {
  .l-header {
    padding: 10px 10px 15px;
  }
  .l-header #g-nav {
    margin-left: auto;
  }
  .l-header #g-nav-list .gnavi {
    gap: 5px 15px;
    margin-top: 15px;
  }
  .l-header #g-nav-list .gnavi a {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 920px) {
  #display.UpMove {
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  /*　下に下がる動き　*/
  #display.DownMove {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/*========= ナビゲーションのためのCSS ===============*/
@media screen and (max-width: 920px) {
  #g-nav {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  /*アクティブになったエリア*/
  #g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    top: 0;
    border-top: 3px solid var(--color-primary);
    z-index: 999;
    right: inherit;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f6f9f8;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  /*ナビゲーション*/
  #g-nav ul {
    opacity: 0;
    z-index: 999;
  }
  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 30px;
  }
  /*リストのレイアウト設定*/
  #g-nav.panelactive .gnavi li {
    border-bottom: 1px solid #DDDDDD;
  }
  #g-nav.panelactive .gnavi li a {
    padding: 17px 0;
    display: block;
    font-size: 1.0625rem;
    color: #000;
    text-decoration: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.9375rem 23px auto 23px 1.2rem;
    grid-template-columns: 0.9375rem auto 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 23px;
  }
  #g-nav.panelactive .gnavi li a::before {
    content: "";
    background: url(../common/ico_menu.svg) no-repeat center center;
    width: 0.9375rem;
    height: 0.9375rem;
    display: block;
    background-size: contain;
  }
  #g-nav.panelactive .gnavi li a::after {
    content: "";
    background: url(../common/ico_right_black.svg) no-repeat center center;
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-size: contain;
    margin-left: auto;
  }
  #g-nav.panelactive .g-nav__wrap {
    overflow: auto;
    position: relative;
    height: 100vh;
    padding-bottom: 117px;
  }
  /*==================================================
  機能編 　5-2-6 3本線が回転して×に
  ===================================*/
  .openbtn {
    display: none;
  }
}
@media screen and (max-width: 920px) and (max-width: 920px) {
  /*ボタン外側*/
  .openbtn {
    position: fixed;
    display: block;
    top: 10px;
    right: 5px;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 100vh;
    background: #F7F7F5;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 920px) and (max-width: 920px) and (max-width: 320px) {
  .openbtn {
    right: 5px;
  }
}
@media screen and (max-width: 920px) and (max-width: 920px) {
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 4px;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    background: #000;
  }
  .openbtn span:nth-of-type(1) {
    top: 20px;
    width: 50%;
  }
  .openbtn span:nth-of-type(3) {
    top: 29px;
    width: 50%;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .openbtn.active {
    border: none;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 14px;
    -webkit-transform: translateY(6px) rotate(-135deg) scaleY(0.5);
            transform: translateY(6px) rotate(-135deg) scaleY(0.5);
    width: 50%;
    height: 4px;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 32px;
    left: 14px;
    -webkit-transform: translateY(-6px) rotate(135deg) scaleY(0.5);
            transform: translateY(-6px) rotate(135deg) scaleY(0.5);
    width: 50%;
    height: 4px;
  }
}
body.overflow__hidden {
  overflow: hidden;
}

footer {
  background: #333333;
  padding: 40px 0;
}
footer a {
  color: #fff;
}
footer p {
  color: #fff;
}
footer .c-btn__scroll {
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 767px) {
  footer .c-btn__scroll {
    right: 9px;
    top: 0px;
  }
}

.footer-copy {
  font-size: 0.75rem;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .footer-list {
    margin: 0 20px;
  }
}
.footer-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4em;
}
@media screen and (max-width: 767px) {
  .footer-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em 0;
  }
}
.footer-list__nav li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-list__sns {
  margin-top: 20px;
  gap: 1em 2em !important;
}
@media screen and (max-width: 767px) {
  .footer-list__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 10px !important;
  }
}
.footer-list__sns li a {
  font-size: 0.6875rem;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 9px 1fr;
  grid-template-columns: auto 1fr;
  gap: 4px 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px 8px 14px;
  border-radius: 100vh;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer-list__sns li a {
    width: 100%;
    padding: 8px 12px 8px 15px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.footer-list__sns li a.instagram::before {
  content: "";
  background: url("../common/ico_sns_instagram_white.svg") no-repeat center center;
  width: 1rem;
  height: 1rem;
  background-size: contain;
}
.footer-list__sns li a.x::before {
  content: "";
  background: url("../common/ico_sns_x_white.svg") no-repeat center center;
  width: 1rem;
  height: 1rem;
  background-size: contain;
}
.footer-list__sns li a.youtube::before {
  content: "";
  background: url("../common/ico_sns_youtube_white.svg") no-repeat center center;
  width: 1.2rem;
  height: 1rem;
  background-size: contain;
}
.footer-list__sns li a:hover {
  background: #222;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}
.footer-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .footer-info__list {
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-info__list--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px 30px;
}
@media screen and (max-width: 767px) {
  .footer-info__list--nav {
    padding-right: 40px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.footer-info__list--nav li a {
  font-size: 0.6875rem;
  color: #fff;
  text-decoration: none;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 4px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.footer-info__list--nav li a:hover {
  text-decoration: underline;
}
.footer-info__list--nav li a.link::before {
  content: "";
  background: url("../common/ico_link_white.svg") no-repeat center center;
  width: 1rem;
  height: 1rem;
  background-size: contain;
}
.footer-info__list--nav li a.contact::before {
  content: "";
  background: url("../common/ico_contact_white.svg") no-repeat center center;
  width: 1rem;
  height: 1rem;
  background-size: contain;
}
.footer-info__list--etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px 30px;
}
@media screen and (max-width: 767px) {
  .footer-info__list--etc {
    padding-right: 40px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-top: 10px;
  }
}
.footer-info__list--etc li a {
  font-size: 0.8125rem;
  color: #fff;
  text-decoration: none;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 4px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.footer-info__list--etc li a:hover {
  text-decoration: underline;
}
.footer-info__list--etc li a::before {
  content: "";
  background: url("../common/ico_right_white.svg") no-repeat center center;
  width: 1em;
  height: 1em;
  background-size: contain;
}
.footer-heading {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer-heading {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-heading .lighter {
    line-height: 1.1;
  }
}
.footer-copy {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    text-align: right;
    padding: 40px 23px 0 0;
  }
}

body {
  font: var(--font_base);
  color: #333333;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  letter-spacing: 0.04em;
}
body.cke_editable {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  min-height: inherit;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body > footer {
  position: sticky;
  top: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (min-width: 1100px) {
  .l-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  .l-container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1070px) {
  .l-container__contents {
    max-width: 1070px;
    margin: 20px auto 80px;
  }
}
@media screen and (max-width: 1069px) {
  .l-container__contents {
    padding: 0 10px;
    margin: 10px auto 30px;
  }
}

.edti-area {
  padding: 0 20px;
}

@media all and (min-width: 768px) {
  .l-flex__item.-ord-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-flex__item.-ord-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-flex__item.-ord-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-flex__item.-ord-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-flex__item.-ord-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-flex__item.-ord-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .l-flex__item.-ord-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .l-flex__item.-ord-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .l-flex__item.-ord-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .l-flex__item.-ord-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-flex.-fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-flex.-fxd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-flex.-fxd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-flex.-fxd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-flex.-fxw-n {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .l-flex.-fxw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-flex.-fxw-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .l-flex.-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-flex.-jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-flex.-jc-fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-flex.-jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .l-flex.-jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-flex.-ai-b {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .l-flex.-ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-flex.-ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-flex.-ai-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-flex.-ai-s {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-flex.-ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .l-flex.-ac-fe {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .l-flex.-ac-fs {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .l-flex.-ac-s {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .l-flex.-ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .l-flex.-ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .l-flex .-ar {
    margin-left: auto;
  }
  .l-flex.col-1-2 {
    gap: 20px 20px;
  }
  .l-flex.col-1-2 .l-flex__item:first-child {
    width: 67%;
  }
  .l-flex.col-1-2 .l-flex__item:nth-child(2n) {
    width: 33%;
  }
  .l-flex.col-2 .l-flex__item {
    width: 50%;
  }
  .l-flex.col-3 .l-flex__item {
    width: 33.3333333333%;
  }
  .l-flex.col-4 .l-flex__item {
    width: 25%;
  }
  .l-flex.-gap10 {
    gap: 10px 10px;
  }
  .l-flex.-gap10.col-2 .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex.-gap10.col-4 .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex.col-5 .l-flex__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .l-flex__item.-ord-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-flex__item.-ord-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-flex__item.-ord-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-flex__item.-ord-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-flex__item.-ord-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-flex__item.-ord-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .l-flex__item.-ord-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .l-flex__item.-ord-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .l-flex__item.-ord-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .l-flex__item.-ord-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .l-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-flex-sp.-fxd-c-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-flex-sp.-fxd-cr-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-flex-sp.-fxd-r-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-flex-sp.-fxd-rr-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-flex-sp.-fxw-n-sp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .l-flex-sp.-fxw-w-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-flex-sp.-fxw-wr-sp {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .l-flex-sp.-jc-c-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-flex-sp.-jc-fe-sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-flex-sp.-jc-fs-sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-flex-sp.-jc-sa-sp {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .l-flex-sp.-jc-sb-sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-flex-sp.-ai-b-sp {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .l-flex-sp.-ai-c-sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-flex-sp.-ai-fe-sp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-flex-sp.-ai-fs-sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-flex-sp.-ai-s-sp {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-flex-sp.-ac-c-sp {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .l-flex-sp.-ac-fe-sp {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .l-flex-sp.-ac-fs-sp {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .l-flex-sp.-ac-s-sp {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .l-flex-sp.-ac-sa-sp {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .l-flex-sp.-ac-sb-sp {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .l-flex-sp.col-1-2-sp {
    gap: 20px 20px;
  }
  .l-flex-sp.col-1-2-sp .l-flex__item-sp:first-child {
    width: 65%;
  }
  .l-flex-sp.col-1-2-sp .l-flex__item-sp:nth-child(2n) {
    width: 35%;
  }
  .l-flex-sp.col-2-sp .l-flex__item {
    width: 50%;
  }
  .l-flex-sp.-gap10-sp {
    gap: 10px 10px;
  }
  .l-flex-sp.-gap10-sp.col-2-sp .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex-sp.-gap10-sp.col-4-sp .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex-sp.col-3-sp .l-flex__item {
    width: 33.3333333333%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

@media all and (min-width: 768px) {
  .text_center_Pc {
    text-align: center;
  }
  .text_right_Pc {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text_center_Sp {
    text-align: center;
  }
  .text_right_Sp {
    text-align: right;
  }
}
.c-btn {
  background: #F7F7F5;
  border: 1px solid #333333;
  color: #333333;
  padding: 10px 8px 8px 18px;
  gap: 0 25px;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 25px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  will-change: transform, box-shadow;
}
.c-btn::after {
  content: "";
  background: url(../common/ico_right_black.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: auto;
}
.c-btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #333333 !important;
  text-decoration: none !important;
}
.c-btn__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  position: relative;
  padding: 18px 40px 18px 18px;
}
@media all and (min-width: 768px) {
  .c-btn__logo {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__logo {
    padding: 20px 34px 20px 18px;
  }
}
.c-btn__logo::after {
  content: "";
  background: url(../common/ico_right_black.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__logo::after {
    width: 22px;
    height: 22px;
    right: 13px;
  }
}
.c-btn__logo--text {
  position: relative;
  padding-left: 70px;
  -ms-grid-column: 1;
  grid-column: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__logo--text {
    padding-left: 40px;
  }
}
.c-btn__logo--text::before {
  content: "";
  background: url(../common/logo.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 47px;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn__logo--text::before {
    width: 32px;
    height: 34px;
  }
}
.c-btn__scroll {
  background: #333333;
  color: #fff;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../common/ico_top_scroll.svg) no-repeat center center;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.c-btn__scroll:hover {
  color: #fff !important;
}

.link_btn {
  background: #F7F7F5;
  display: inline-block;
  padding: 12px 40px 12px 20px;
  border-radius: 100vh;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  position: relative;
  margin: 3px 10px 10px 0;
  cursor: pointer;
  line-height: 1.6;
}
.link_btn::after {
  content: "";
  background: url(../common/ico_right_black.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link_btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #333333 !important;
  text-decoration: none !important;
}
.link_btn-secondary {
  background: var(--color-orange);
  color: #fff;
}
.link_btn-dark {
  background: #585858;
  color: #fff;
}
.link_btn-dark:hover {
  color: #fff !important;
}
.link_btn-large {
  padding: 20px 40px 20px 38px;
  display: block;
  margin: 5px 0 10px 0;
  font-size: 1.4375rem;
  line-height: 1.5;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .link_btn-large {
    padding: 20px 50px 20px 38px;
  }
}
@media all and (min-width: 768px) {
  .link_btn-large::after {
    right: 20px;
  }
}
.link_btn-small {
  padding: 9px 30px 9px 18px;
  font-size: 0.75rem;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w630_Pc {
    width: 630px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.c-document {
  letter-spacing: 0.08em;
  line-height: 2;
}

.line-height-14 {
  line-height: 1.4 !important;
}
.line-height-16 {
  line-height: 1.6 !important;
}
.line-height-15 {
  line-height: 1.5 !important;
}
.line-height-17 {
  line-height: 1.7 !important;
}
.line-height-18 {
  line-height: 1.8 !important;
}
.line-height-19 {
  line-height: 1.9 !important;
}
.line-height-20 {
  line-height: 2 !important;
}
.line-height-21 {
  line-height: 2.1 !important;
}
.line-height-22 {
  line-height: 2.2 !important;
}

.lighter {
  font-weight: lighter;
}

.color_orange_default {
  color: var(--color-orange);
}

.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS6_Sp {
    font-size: 0.375rem;
    line-height: 1.4;
  }
  .foS8_Sp {
    font-size: 0.5rem;
    line-height: 1.4;
  }
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS8_Pc {
    font-size: 0.5rem;
    line-height: 1.4;
  }
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

.edit-area a:hover,
.cke_editable a:hover {
  color: #0085CB;
  text-decoration: underline;
}
.edit-area img,
.cke_editable img {
  vertical-align: bottom;
}

.cke_editable {
  line-height: 2;
}

/*タイトル*/
.h2_title01 {
  border-bottom: 3px solid #333333;
  font-size: 1.75rem;
  padding: 20px 0;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.h3_title01 {
  font-size: 1.4375rem;
  padding: 5px 0px 20px;
  margin: 0 0 0.8em;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .h3_title01 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.h3_title01::before {
  content: "";
  background: url(../common/ico_h3_bottom.svg) no-repeat center center;
  background-size: contain;
  width: 2.5rem;
  height: 0.25em;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.h3_title01::after {
  content: "";
  background: #F7F7F5;
  width: calc(100% - 3.5rem);
  height: 0.25em;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media all and (min-width: 768px) {
  .nav_scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav_scroll {
    margin-top: 14px;
    position: relative;
    display: block;
    text-align: center;
    background-color: #ccc;
    font-size: 0.85rem;
  }
}
.table_scroll {
  overflow-x: scroll;
}
.table_scroll table {
  min-width: 700px;
}
@media screen and (max-width: 767px) {
  .table_scroll table {
    max-width: 700px;
  }
}

/* 下層index用 card型 css */
.page-index__card {
  border-radius: 10px;
}
.page-index__card .card {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page-index__card .card a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.page-index__card .card:has(a:hover) a {
  color: #fff;
}
.page-index__card .card:has(a:hover) .thum img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-index__card .card .heading {
  padding: 10px 15px 20px;
  text-align: center;
  display: block;
  background: rgba(13, 142, 168, 0.8);
  backdrop-filter: blur(9px);
  margin-top: -30px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0px 0px 5px;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
}
.page-index__card .card .thum {
  height: 8em;
  overflow: hidden;
  display: block;
}
.page-index__card .card .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0px auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.page-index__card--sdg .card a {
  text-decoration: none;
  color: #000;
  display: block;
}
.page-index__card--sdg .card a:hover {
  opacity: 0.7;
}
.page-index__card--sdg .thum {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.page-index__card--sdg .thum::before {
  content: "\e909";
  font-family: "icomoon" !important;
  color: #fff;
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 1em;
  z-index: 1;
}
.page-index__card--sdg .thum::after {
  content: "";
  background: #c79637;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.3em;
  height: 2.3em;
}
.page-index__card--sdg .heading {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-index__card--sdg .heading::before {
  content: "";
  display: block;
  width: 4em;
  height: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#E5243B), color-stop(25%, #E5243B), color-stop(25%, #DCA639), color-stop(50%, #DCA639), color-stop(50%, #3E7E45), color-stop(75%, #3E7E45), color-stop(75%, #0A96D9), to(#0A96D9));
  background: linear-gradient(to right, #E5243B 0%, #E5243B 25%, #DCA639 25%, #DCA639 50%, #3E7E45 50%, #3E7E45 75%, #0A96D9 75%, #0A96D9 100%);
}
.page-index__card--sdg .heading-cate {
  color: #c79637;
  display: inline-block;
  width: 100%;
  font-size: 0.8125rem;
  margin: 5px 0;
}
.page-index__card--simply .card a {
  text-decoration: none;
  color: #000;
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.page-index__card--simply .card a:hover {
  opacity: 0.7;
}
.page-index__card--simply .card .link_btn {
  pointer-events: none;
}
.page-index__card--simply .heading {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
}
.page-index__card--simply .heading-cate {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  margin: 5px 0;
}

/* テキスト+画像（大）並び（スマホで縦並び・画像が下） など反転用 */
@media screen and (max-width: 767px) {
  .grid_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 1em 0;
  }
}

@media screen and (max-width: 767px) {
  .grid_colum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1em 0;
  }
}

/* テーブル　一覧に戻る */
.c-table {
  width: 100%;
  border: none !important;
}
.c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-table tr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 1em;
  }
}
.c-table tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e2e2e2 !important;
  color: var(--color-secondary) !important;
}
@media all and (min-width: 768px) {
  .c-table tr th {
    max-width: 18em;
    text-align: left;
    width: 100%;
  }
}
.c-table tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f7f5f2;
}
.c-table tr th,
.c-table tr td {
  border: none !important;
  padding: 1em !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table__default {
  border: none !important;
  width: 100%;
}
.c-table__default tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-table__default tr {
    margin-bottom: 0.3em;
  }
}
.c-table__default td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}
.c-table__default th,
.c-table__default td {
  border: none !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none !important;
}

/* 編集パーツ 一覧に戻る */
.part-btn__toall {
  border-top: 1px solid #dadad0;
  border-bottom: 1px solid #dadad0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* グリッド（CSS Grid使用） */
.row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

/* 各カラム（.col, .col-1 ~ .col-12） */
.colm {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.col_1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.col_2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.col_3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.col_4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.col_5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.col_6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.col_7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.col_8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.col_9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.col_10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.col_11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.col_12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

/* レスポンシブ対応（例: col-md-6） */
@media screen and (max-width: 767px) {
  .col_md-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .col_md-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .col_md-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .col_md-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .col_md-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .col_md-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .col_md-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .col_md-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .col_md-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .col_md-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .col_md-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .col_md-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.c-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-interview dt {
  text-align: center;
  line-height: 1;
}
.c-interview dt span {
  font-size: 0.8125rem;
  display: inline-block;
}
.c-interview dt img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  aspect-ratio: 1/1;
  border-radius: 100vh;
}

.NewsCountList {
  margin-top: 20px;
}
.NewsCountList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.NewsCountList ul li {
  margin-right: 10px;
}
.NewsCountList ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li:last-child {
    margin-right: initial;
  }
}
.NewsCountList ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-weight: 400;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .NewsCountList ul li a {
    padding: 16px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.NewsCountList ul li:first-child a, .NewsCountList ul li:last-child a {
  background: var(--color-orange);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover, .NewsCountList ul li:last-child a:hover {
  background: var(--default-blue);
  color: #fff;
}
.NewsCountList ul li:first-child a:hover::after, .NewsCountList ul li:last-child a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a, .NewsCountList ul li:nth-of-type(3) a {
  background: #D6E2EA;
  color: #000;
}
.NewsCountList ul li:nth-of-type(2) a:hover, .NewsCountList ul li:nth-of-type(3) a:hover {
  background: #666;
  color: #fff;
}
.NewsCountList ul li:nth-of-type(2) a:hover::before, .NewsCountList ul li:nth-of-type(3) a:hover::before {
  color: #fff;
}

.l-cke {
  margin: 10px auto 10px auto;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .l-cke {
    margin: 20px 0px;
  }
}

.edit-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edit-area:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*topicpath*/
.topicpath {
  margin: 20px 0;
  border-top: 1px solid #E5E5E5;
}
.topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topicpath ul li {
  font-size: 0.875rem;
  margin-right: 10px;
  color: #9A9A9A;
}
.topicpath ul li a {
  position: relative;
  padding-right: 1em;
  color: var(--default-blue);
  text-decoration: underline;
}
.topicpath ul li a::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  right: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: inline-block;
  top: 50%;
}

/*アコーディオンのオプション表示削除*/
.dis_none {
  display: none !important;
}

.cke_editable .dis_none {
  display: block !important;
}

.cke_editable {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.cke_editable .cke-accordion_start,
.cke_editable .cke-accordion_end {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* ------------------------------PDFマーク */
.txtLink01-pdf {
  padding-left: 30px;
  background: url(../common/ico_pdf01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------ダウンロードマーク */
.txtLink01-dl {
  padding-left: 30px;
  background: url(../common/ico_dl01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------WORDマーク */
.txtLink01-word {
  padding-left: 30px;
  background: url(../common/ico_word01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------EXCELマーク */
.txtLink01-excel {
  padding-left: 30px;
  background: url(../common/ico_excel01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------PowerPointマーク */
.txtLink01-power {
  padding-left: 30px;
  background: url(../common/ico_power01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ボタン・リンク END  =============================================================== */
/* ==========================================================================
リスト
========================================================================== */
.edit-area ol,
.edit-area ul,
.cke_editable ol,
.cke_editable ul,
.list_style {
  position: relative;
}

.edit-area ol,
.cke_editable ol {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
}

.edit-area ol li,
.cke_editable ol li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 15px;
}
.edit-area ol li ul li,
.cke_editable ol li ul li {
  line-height: 1.2;
}

.edit-area ol li::marker {
  display: none;
}

.edit-area ol li:before,
.cke_editable ol li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  font-weight: 400;
  /* 14px */
}

.edit-area ul li,
.cke_editable ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 15px;
  counter-reset: item;
}

.edit-area ul li:before,
.cke_editable ul li:before,
.list_style li:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  top: 0.9em !important;
  left: 0px;
  border-radius: 100%;
  background: #000;
  vertical-align: middle;
  line-height: 1;
}

.list_none li::before {
  display: none !important;
}

/* リスト END  =============================================================== */
/* ==========================================================================
テーブル※適宜変更してください。
========================================================================== */
.edit-area table th,
.cke_editable table th {
  background: #EDF2F5;
}

.edit-area table,
.cke_editable table {
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

.edit-area table td,
.edit-area table th,
.cke_editable table td,
.cke_editable table th {
  padding: 10px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

table {
  border-collapse: initial !important;
  border-spacing: 0 !important;
}

.table__addr .td_no {
  max-width: 5em;
}
@media screen and (max-width: 767px) {
  .table__scroll {
    overflow: auto;
  }
  .table__scroll table {
    width: 100%;
    white-space: nowrap;
  }
}

/* テーブル END  =============================================================== */
/* 右寄せ 左寄せ  =============================================================== */
.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
  .float_L_Pc {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .float_R_Sp {
    float: right;
  }
  .float_L_Sp {
    float: left;
  }
}
/* 右寄せ 左寄せ  =============================================================== */
/* ==========================================================================
　画像
========================================================================== */
.cke_editable img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

.newsImg03,
.newsImg02,
.newsImg01 {
  margin: 10px 0;
}

.newsImg03 ul,
.newsImg02 ul,
.newsImg01 ul {
  margin: 0;
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  padding: 0 !important;
  list-style: none;
}
.newsImg03 ul li::before,
.newsImg02 ul li::before,
.newsImg01 ul li::before {
  display: none !important;
}

@media all and (min-width: 768px) {
  .newsImg03 ul,
  .newsImg02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsImg03 ul li {
    width: calc(33.3333333333% - 10px) !important;
  }
  .newsImg02 ul li {
    width: calc(50% - 10px);
  }
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  padding: 0;
}
.newsImg03 ul li img,
.newsImg02 ul li img,
.newsImg01 ul li img {
  width: 100%;
  display: inline-block;
}

.newsImg03 ul li:before,
.newsImg02 ul li:before,
.newsImg01 ul li:before {
  display: none !important;
}

/* ------------------------------------------------------------絵文字 */
.ico_20 {
  width: 30px;
  height: 30px;
  padding: 0 4px;
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline-block;
}

/* 画像 END  =============================================================== */
/* ==========================================================================
　境界線
========================================================================== */
hr.div_hr01 {
  display: block;
  margin: 15px 0;
  border: none;
  border-bottom: dashed 1px #CFCFCF;
}

/*管理画面側*/
.cke_editable .ckeditor_divline {
  background: url(../common/ckeditor_divline.gif) no-repeat;
}

/* 境界線 END  =============================================================== */
/* ==========================================================================
ckエディター
========================================================================== */
.pagesummary {
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F7F7F5;
  border-radius: 2vh;
}
@media screen and (max-width: 767px) {
  .pagesummary {
    padding: 15px;
  }
}
.pagesummary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 20px;
}
@media screen and (max-width: 767px) {
  .pagesummary ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pagesummary ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagesummary ul li::before {
  display: none;
}
.pagesummary ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  padding: 2px 10px 2px 31px;
  border-radius: 100vh;
  position: relative;
  text-decoration: none;
}
.pagesummary ul li a:hover {
  background: var(--color-orange);
  color: #fff !important;
  text-decoration: none;
}
.pagesummary ul li a:hover::before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .pagesummary ul li a {
    width: 100%;
  }
}
.pagesummary ul li a::before {
  position: absolute;
  content: "";
  background: url("../common/ico_bottom_black.svg") no-repeat center center;
  background-size: contain;
  width: 1.15em;
  height: 1.15em;
  left: 10px;
  top: 0.5em;
  display: inline-block;
}
.pagesummary__external::before {
  background: url("../common/ico_external.svg") no-repeat center center !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
  background-size: contain !important;
  width: 8px !important;
  height: 8px !important;
}

.div_info01 {
  padding: 16px;
  margin: 15px 0px;
  background: var(--color-primary);
  border-radius: 6px;
  border: 2px solid var(--color-pink);
}
.div_info02 {
  padding: 16px;
  margin: 10px 0;
  border: 3px solid #333;
  border-radius: 6px;
}

/*------------------------------------------------------------お知らせ表示(日付)*/
.day-color01 {
  color: #000000;
}

/*黒*/
.day-color02 {
  color: #e03e3e;
}

/*赤*/
.day-color03 {
  color: #005692;
}

/*青*/
.day-color04 {
  color: #099809;
}

/*緑*/
.day-color05 {
  color: #E77BE6;
}

/*ピンク*/
.day-color06 {
  color: #666666;
}

/*グレー*/
.day-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------お知らせ表示(タイトル)*/
.title-size-small {
  font-size: 0.8125rem;
}

/* 13px */
.title-size-middle {
  font-size: 0.9375rem;
}

/* 15px */
.title-size-big {
  font-size: 1.25rem;
}

/* 20px */
.title-color01 {
  color: #000000;
}

/*黒*/
.title-color02 {
  color: #e03e3e;
}

/*赤*/
.title-color03 {
  color: #005692;
}

/*青*/
.title-color04 {
  color: #099809;
}

/*緑*/
.title-color05 {
  color: #E77BE6;
}

/*ピンク*/
.title-color06 {
  color: #666666;
}

/*グレー*/
.title-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------文字サイズ*/
span.op_large {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.25rem;
}

span.op_large02 {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  span.op_large02 {
    font-size: 1.75rem;
  }
}

span.op_mideamu {
  display: inline-block;
  line-height: 1.8;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.9375rem;
}

span.op_small {
  display: inline-block;
  line-height: 1.7;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.75rem;
}

/*-----------------------------------------------------------文字の下付上付*/
sub {
  font-size: 75.5%;
  vertical-align: bottom;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
}

/*-----------------------------------------------------------他装飾*/
.g-map {
  width: 100% !important;
}

.cke_editable .ckeditor_divline {
  background: url(../images/ckeditor_divline.gif) no-repeat;
}

/*ソーシャルボタン領域*/
.Social {
  display: none;
}

.detail_news_social {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.detail_news_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0 !important;
}

.detail_news_social ul li {
  margin-left: 10px !important;
  list-style: none !important;
  padding-left: 0 !important;
}
.detail_news_social ul li:first-child {
  margin-left: 0 !important;
}

.detail_news_social ul li::before {
  display: none;
}

.detail_news_social li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #1a63ac url("../common/logo_fb01.png") no-repeat center;
  background-size: auto 18px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.detail_news_social li a.tw {
  background: #000 url("../common/logo_tw01.png") no-repeat center;
  background-size: auto 15px;
}

.detail_news_social li a.line {
  background: #00b900 url("../common/logo_line02.png") no-repeat center;
  background-size: auto 20px;
}

.detail_news_social li:hover a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*ソーシャルボタン領域END*/
/* ckエディター END  =============================================================== */
/* ==========================================================================
  Youtube
========================================================================== */
@media all and (min-width: 768px) {
  .youtube-css {
    margin: auto;
    max-width: 850px;
  }
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
@media all and (min-width: 768px) {
  iframe[src*="youtube.com"],
  iframe[src*="youtube-nocookie.com"] {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  iframe[src*="youtube.com"],
  iframe[src*="youtube-nocookie.com"] {
    width: 100%;
  }
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  テキスト
========================================================================== */
/* ------------------------------------------------------------ テキストインデント */
.text_mark {
  margin-left: 1em;
  text-indent: -1em;
}

.text_marks {
  margin-left: 0.857em;
  text-indent: -0.857em;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  編集パーツ用　番号付属リスト・チェックリスト
   ========================================================================== */
.list_none li::before {
  display: none !important;
}

.edit-area .list_num01,
.cke_editable .list_num01 {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}

.edit-area .list_num01 li,
.cke_editable .list_num01 li {
  position: relative;
  padding: 4px 0 4px 30px;
  margin-bottom: 10px;
  list-style: none !important;
}

.edit-area .list_num01 li:before,
.cke_editable .list_num01 li:before {
  counter-increment: item !important;
  content: counter(item) !important;
  display: block;
  position: absolute;
  left: 0;
  font-weight: bold;
  text-align: center;
  color: var(--color-orange) !important;
  border-bottom: 1px solid var(--color-orange);
  font-size: 1.125rem;
}

.edit-area .list_check,
.cke_editable .edit-area .list_check {
  list-style: none !important;
  padding: 0 !important;
  position: relative !important;
  margin-left: 0 !important;
}

.edit-area li,
.cke_editable .edit-area li {
  position: relative;
  margin-bottom: 10px;
}

.edit-area .list_check li,
.cke_editable .list_check li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  list-style: none !important;
}

.list_check li:before,
.cke_editable .list_check li:before {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: absolute !important;
  content: "" !important;
  display: block !important;
  top: 0.4em !important;
  left: 0.2em !important;
  height: 10px !important;
  width: 6px !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: none !important;
  border-bottom: solid 3px var(--color-orange) !important;
  border-right: solid 3px var(--color-orange) !important;
}

/* ==========================================================================
  編集パーツ用　画像＋テキスト並び
   ========================================================================== */
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 10px;
  border: dashed 1px var(--base-gray-default);
  border-radius: 4px;
}

.lay-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.lay-grid > .col-1,
.lay-grid > .col-2,
.lay-grid > .col-3,
.lay-grid > .col-4,
.lay-grid > .col-5,
.lay-grid > .col-6,
.lay-grid > .col-7,
.lay-grid > .col-8,
.lay-grid > .col-9,
.lay-grid > .col-10,
.lay-grid > .col-11,
.lay-grid > .col-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lay-grid > .col-1 {
  width: calc(8.3333333333% - 20px);
}

.lay-grid > .col-2 {
  width: calc(16.6666666667% - 20px);
}

.lay-grid > .col-3 {
  width: calc(25% - 20px);
}

.lay-grid > .col-4 {
  width: calc(33.3333333333% - 20px);
}

.lay-grid > .col-5 {
  width: calc(41.6666666667% - 20px);
}

.lay-grid > .col-6 {
  width: calc(50% - 20px);
}

.lay-grid > .col-7 {
  width: calc(58.3333333333% - 20px);
}

.lay-grid > .col-8 {
  width: calc(66.6666666667% - 20px);
}

.lay-grid > .col-9 {
  width: calc(75% - 20px);
}

.lay-grid > .col-10 {
  width: calc(83.3333333333% - 20px);
}

.lay-grid > .col-11 {
  width: calc(91.6666666667% - 20px);
}

.lay-grid > .col-12 {
  width: calc(100% - 20px);
}

.lay-grid > .col-lg-1,
.lay-grid > .col-lg-2,
.lay-grid > .col-lg-3,
.lay-grid > .col-lg-4,
.lay-grid > .col-lg-5,
.lay-grid > .col-lg-6,
.lay-grid > .col-lg-7,
.lay-grid > .col-lg-8,
.lay-grid > .col-lg-9,
.lay-grid > .col-lg-10,
.lay-grid > .col-lg-11,
.lay-grid > .col-lg-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 20px);
  }
  .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 20px);
  }
  .lay-grid > .col-lg-3 {
    width: calc(25% - 20px);
  }
  .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 20px);
  }
  .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 20px);
  }
  .lay-grid > .col-lg-6 {
    width: calc(50% - 20px);
  }
  .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 20px);
  }
  .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 20px);
  }
  .lay-grid > .col-lg-9 {
    width: calc(75% - 20px);
  }
  .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 20px);
  }
  .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 20px);
  }
  .lay-grid > .col-lg-12 {
    width: calc(100% - 20px);
  }
  .card-box__item--lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.card-box {
  margin-top: 20px;
}

.card-box__item--fast {
  margin-top: 20px;
}

/* ==========================================================================
  お客様向け
========================================================================== */
.im-client__table table {
  width: 100%;
}
.im-client__table table tr {
  display: -ms-grid;
  display: grid;
}
.im-client__table table tr td {
  border: none;
  padding: 0;
}
.im-client__table table tr td img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .im-client__table.-cell4 table tr {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell4 table tr {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media all and (min-width: 768px) {
  .im-client__table.-cell2 table tr {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .im-client__table.-cell2 table tr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
}
.im-client__table.-border-n table {
  border: none;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  アコーディオン
========================================================================== */
.js-accordion {
  counter-reset: question 0;
}
.js-accordion__item {
  border-bottom: 2px var(--color-purple-light) solid;
}
.js-accordion__item--trigger {
  font-weight: bold;
  color: var(--color-purple);
  padding: 10px 40px 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .js-accordion__item--trigger {
    padding: 10px 30px 10px 10px;
  }
}
.js-accordion__item--trigger::after {
  background: url("../common/ico_arrow04.svg") no-repeat center center;
  width: 10px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 40%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.js-accordion__item--trigger::before {
  counter-increment: question;
  content: "Q" counter(question);
  display: inline-block;
  margin-right: 10px;
}
.js-accordion__item--trigger::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger::selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--trigger.active {
  background: var(--color-purple-light);
}
.js-accordion__item--trigger.active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 11px;
}
.js-accordion__item--this {
  padding: 10px;
}
.js-accordion__item--this::-moz-selection {
  color: none !important;
  background: none !important;
}
.js-accordion__item--this::selection {
  color: none !important;
  background: none !important;
}

/*アコーディオン　im*/
/*アコーディオン */
.parts_accordion_box {
  border: solid 3px var(--color-orange);
}
.parts_accordion_box.-orange {
  border: solid 3px var(--color-orange);
}
.parts_accordion_box.-orange dt::after {
  background: var(--color-orange) url(../common/ico_arrow_menu.svg) no-repeat center center;
}
.parts_accordion_box.-orange dt.active {
  background: #fff5f2;
}
.parts_accordion_box.-orange dt.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.parts_accordion_box.-orange dt.active::after {
  bottom: 0;
}

.parts_accordion_box dt {
  position: relative;
  padding: 15px 20px 15px 50px;
}
.parts_accordion_box dt::after {
  content: "";
  background: var(--color-orange) url(../common/ico_arrow_menu.svg) no-repeat center center;
  background-size: 1em !important;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vh;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.parts_accordion_box dt.active {
  background: #f3f7f8;
}
.parts_accordion_box dt.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.parts_accordion_box dt.active::after {
  bottom: 0;
}

.parts_accordion_box dd {
  padding-top: 20px;
  margin: 0px 20px 20px 20px;
}

/* ===マーカー====*/
.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 220, 0)));
  background: linear-gradient(transparent 60%, rgb(255, 220, 0) 60%);
}

.marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 102, 204, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 102, 204, 0.5) 60%);
}

.marker3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(102, 204, 255)));
  background: linear-gradient(transparent 60%, rgb(102, 204, 255) 60%);
}

.marker4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgb(9, 251, 211)));
  background: linear-gradient(transparent 65%, rgb(9, 251, 211) 65%);
}

.hr {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .hr {
    margin: 30px 0 20px !important;
  }
}

.index-hero__mv img {
  width: 100%;
}
.index-hero h1 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .index-slide .slick-item {
    background: #F4F3EF;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1439px) {
  .index-slide .slick-item img {
    height: 100%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .index-slide .slick-item img {
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .index-content__about {
    margin: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-content__about {
    margin: 20px 0 0;
  }
}
.index-content__about--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .index-content__about--head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.index-content__about--head::before, .index-content__about--head::after {
  content: "";
  background: url(../common/ico_menu.svg) no-repeat center center;
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .index-content__about--head::after {
    display: none;
  }
  .index-content__about--head::before {
    margin-top: 0.5em;
  }
}
.index-content__about--head h2 {
  font-size: 1.6875rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .index-content__about--head h2 {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .index-content__about--head h2 span {
    font-weight: 600;
    letter-spacing: 0.04em;
  }
}
.index-content__about--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .index-content__about--body {
    margin: 50px 0 20px;
    gap: 0 100px;
  }
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  .index-content__about--body {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-content__about--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-content__about--body figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (min-width: 768px) {
  .index-content__about--body figure {
    min-width: 320px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .index-content__about--body figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 40px;
  }
}
.index-content__about--body figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-content__about--body--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
.index-content__mission {
  background: url("../images/img_index_mission_bg.png") center 140px no-repeat;
}
@media screen and (max-width: 767px) {
  .index-content__mission {
    background: url("../images/img_index_mission_bg_sp.png") center 125px no-repeat;
    background-size: contain;
  }
}
.index-content__mission--head {
  text-align: center;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .index-content__mission--head {
    padding-top: 32px;
  }
}
.index-content__mission--head h2 {
  font-size: 2.0625rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .index-content__mission--head h2 {
    font-size: 1.25rem;
  }
}
.index-content__mission--head::before {
  content: "";
  height: 48px;
  width: 1px;
  background: #333333;
  display: block;
  margin: 0 auto 17px;
}
@media screen and (max-width: 767px) {
  .index-content__mission--head::before {
    height: 32px;
  }
}
.index-content__mission--body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 150px;
  margin: 40px 0 0;
  counter-reset: item;
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  .index-content__mission--body {
    gap: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-content__mission--body {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0px;
    margin: 20px 0 0;
  }
}
.index-content__mission--body--item h3 {
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .index-content__mission--body--item h3 {
    font-size: 1.125rem;
  }
}
.index-content__mission--body--item h3::before {
  font-size: 1.875rem;
  content: "# " counter(item, decimal-leading-zero);
  counter-increment: item;
  margin-right: 10px;
  font-family: "Inter", sans-serif;
  display: block;
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  .index-content__mission--body--item h3::before {
    font-size: 1.375rem;
    line-height: 1.3;
    padding-left: 0;
  }
}
.index-content__mission--body--item h3 .color_orange_default {
  position: relative;
  padding: 0 0.75em 0 0.7em;
  display: inline-block;
}
.index-content__mission--body--item h3 .color_orange_default::before, .index-content__mission--body--item h3 .color_orange_default::after {
  position: absolute;
  width: 0.4em;
  height: 0.8em;
  content: "";
}
.index-content__mission--body--item h3 .color_orange_default::before {
  border-left: solid 2.5px;
  border-top: solid 2.5px;
  border-color: currentColor;
  top: 0.24em;
  left: 0.25em;
}
.index-content__mission--body--item h3 .color_orange_default::after {
  border-right: solid 2.5px;
  border-bottom: solid 2.5px;
  border-color: currentColor;
  bottom: 0.3em;
  right: 0.3em;
}
.index-content__pagelink {
  margin-top: 30px;
}
.index-content__pagelink--inner {
  background: var(--color-primary);
  padding: 85px 0 63px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .index-content__pagelink--inner {
    margin-top: -42px;
    padding: 70px 0 40px;
  }
}
.index-content__pagelink--head {
  text-align: center;
}
.index-content__pagelink--head h2 {
  position: relative;
  font-size: 3.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .index-content__pagelink--head h2 {
    font-size: 2.625rem;
  }
}
.index-content__pagelink--head h2::after {
  content: "";
  background: url(../common/ico_pagelink_head.svg) no-repeat center center;
  background-size: contain;
  width: 42px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index-content__pagelink--body ul {
  display: -ms-grid;
  display: grid;
  gap: 30px 50px;
}
@media all and (min-width: 768px) {
  .index-content__pagelink--body ul {
    grid-template-columns: repeat(auto-fit, minmax(525px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .index-content__pagelink--body ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.index-content__pagelink--body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 40px;
  color: #333333;
  background: #FFFFFF;
  border: 2px solid #333333;
  border-radius: 40px;
  padding: 25px;
  padding-right: 100px;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-content__pagelink--body ul li a {
    font-size: 1.0625rem;
    gap: 5px 14px;
    padding-right: 60px;
    border-radius: 28px;
  }
}
.index-content__pagelink--body ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-content__pagelink--body ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url(../common/ico_right_orange.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .index-content__pagelink--body ul li a::after {
    width: 30px;
    height: 30px;
  }
}
.index-content__pagelink--body ul li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media all and (min-width: 768px) {
  .index-content__pagelink--body ul li a img {
    min-width: 120px;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .index-content__pagelink--body ul li a img {
    min-width: 70px;
    max-width: 70px;
  }
}
.index-content__pagelink--body ul li {
  /* 4つごとに色を循環: 1=オレンジ, 2=緑, 3=青, 4=黄 */
}
.index-content__pagelink--body ul li:nth-child(4n+1) a::after {
  background-image: url(../common/ico_right_orange.svg);
}
.index-content__pagelink--body ul li:nth-child(4n+2) a::after {
  background-image: url(../common/ico_right_green.svg);
}
.index-content__pagelink--body ul li:nth-child(4n+3) a::after {
  background-image: url(../common/ico_right_blue.svg);
}
.index-content__pagelink--body ul li:nth-child(4n+4) a::after {
  background-image: url(../common/ico_right_yell.svg);
}

body.index .l-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-section {
  padding: 75px 0 60px;
  background: var(--color-primary);
}
.social-section__box {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 32px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .social-section__box {
    padding: 26px 20px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
}
.social-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .social-section__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .social-section__head {
    padding: 0 20px;
  }
}
.social-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.social-section__title::before {
  content: "";
  display: inline-block;
  background: url("../images/img_sns_head.png") no-repeat center center;
  background-size: contain;
  width: 93px;
  height: 70px;
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .social-section__title::before {
    position: absolute;
    left: -50px;
    top: -2em;
    width: 86px;
    height: 66px;
  }
}
.social-section__title--text h2 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .social-section__title--text h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
    width: 100%;
    vertical-align: baseline;
  }
  .social-section__title--text h2::after, .social-section__title--text h2::before {
    content: "";
    display: inline-block;
    background: url("../common/ico_menu.svg") no-repeat center center;
    background-size: contain;
    width: 12px;
    height: 12px;
  }
}
@media all and (min-width: 768px) {
  .social-section__title--text h2 .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social-section__title--text h2 .upper::after {
    content: "";
    display: inline-block;
    background: url("../common/ico_menu.svg") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 0.5em;
  }
}
@media all and (min-width: 768px) {
  .social-section__title--text h2 .lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social-section__title--text h2 .lower::before {
    content: "";
    display: inline-block;
    background: url("../common/ico_menu.svg") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 0.5em;
  }
}
.social-section__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 300;
  line-height: 1.9;
}
.social-section__sns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
  margin: 10px 0px;
}
@media all and (min-width: 768px) {
  .social-section__sns {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .social-section__sns {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin: 10px 0;
    letter-spacing: 0.02em;
  }
}
.social-section__sns li {
  list-style: none;
}
.social-section .social-card {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 10px 1fr 10px auto 10px auto;
  grid-template-columns: auto 1fr auto auto;
  gap: 10px;
  width: 100%;
  color: #333333;
  background: #FFFFFF;
  border: 3px solid #C3C3BA;
  border-radius: 14px;
  padding: 18px 16px;
  position: relative;
  min-height: 64px;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .social-section .social-card {
    padding: 18px 13px 18px 18px;
  }
}
.social-section .social-card img {
  -ms-grid-column: 1;
  grid-column: 1;
  max-width: 64px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .social-section .social-card img {
    max-width: 45px;
    max-height: 45px;
  }
}
.social-section .social-card.social-card--youtube img {
  max-width: 52px;
}
@media screen and (max-width: 767px) {
  .social-section .social-card.social-card--youtube img {
    max-height: 40px;
  }
}
.social-section .social-card::before {
  content: "";
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
  width: 1px;
  height: calc(100% - 20px);
  background: #C3C3BA;
  display: block;
}
.social-section .social-card::after {
  content: "";
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
  width: 22px;
  height: 22px;
  background: url(../common/ico_arrow_bnr.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: auto;
}
.social-section .social-card::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #C3C3BA;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.social-section .social-card:hover {
  opacity: 0.7;
}
.social-section .social-card__label {
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}
.social-section__banners {
  gap: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .social-section__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.social-section__banners li {
  list-style: none;
}
@media all and (min-width: 768px) {
  .social-section__banners li {
    max-width: 525px;
  }
}
.social-section__banners li a {
  display: block;
}
.social-section__banners li a img {
  display: block;
  border: 1px solid #8E8E8E;
}

.text-banner_b ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .text-banner_b ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-banner_b ul li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  gap: 0 20px;
  border: 1px solid #333;
  padding: 10px 16px 10px 14px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border-radius: 100vh;
}
.text-banner_b ul li a:hover {
  opacity: 0.5;
}
.text-banner_b ul li a::after {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url(../common/ico_right_black.svg) no-repeat center center;
  background-size: contain;
  margin-left: auto;
}

.page-heading {
  background: #F7F7F5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, rgb(247, 247, 245)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(247, 247, 245) 57%, rgb(255, 255, 255) 100%);
}
.page-heading__inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
@media screen and (max-width: 1069px) {
  .page-heading__inner {
    padding: 40px 12px 30px;
  }
}
.page-heading__inner h1 {
  position: relative;
  font-size: 2.5rem;
  padding-left: 45px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-heading__inner h1 {
    font-size: 1.875rem;
    padding-left: 35px;
  }
}
.page-heading__inner h1::before {
  content: "";
  background: url(../common/ico_menu.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-heading__inner h1::before {
    width: 18px;
    height: 18px;
  }
}

.topic-path {
  padding: 15px 0;
  font-size: 0.625rem;
  letter-spacing: 0.03em;
  background: #F4F3EF;
  margin-top: auto;
}
.topic-path .l-container__contents {
  margin: 0 auto;
}
.topic-path ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .topic-path ul {
    padding: 0 10px;
  }
}
.topic-path ul li {
  margin-right: 15px;
  font-weight: bold;
}
.topic-path ul li a {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #333;
}
.topic-path ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -2px;
  width: 10px;
  height: 2px;
  background: #B9B9B4;
}
.topic-path ul li a:hover {
  text-decoration: underline;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-webkit-input-placeholder {
  color: var(--default-gray);
}

::-moz-placeholder {
  color: var(--default-gray);
}

:-ms-input-placeholder {
  color: var(--default-gray);
}

::-ms-input-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}

.c-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 15px;
  background: #fff;
  border-radius: 3px;
  border: none;
  border: solid 1px #444;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-input {
    width: 100%;
  }
}
.c-input-select {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-input-select.-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.c-input-select::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid var(--color-orange);
  border-right: 1px solid var(--color-orange);
}

.c-input-select select {
  width: 100%;
  border-radius: 3px;
  padding-right: 3em;
  font-size: 0.875rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none !important;
  background: #fff;
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px 8px 15px;
}

body.index .news-list {
  max-height: 310px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  body.index .news-list {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    height: 410px;
  }
}

.news-section {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .news-section {
    margin: 20px 0 40px;
  }
}
.news-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .news-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .news-section__head {
    min-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .news-section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-section__head .c-btn {
    margin-left: auto;
  }
}
.news-section__head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-list a {
  color: #333;
  display: block;
}
.news-state {
  white-space: nowrap;
}
.news-state__date {
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.news-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
}
.news-data__category {
  font-size: 0.625rem;
  display: inline-block;
  border: 1px solid #B7B7B7;
  padding: 6px 11px;
  line-height: 1.2;
  border-radius: 7px;
}
.news-thumb__img img {
  min-width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.news-headline {
  font-size: 1rem;
  font-weight: 300;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.news-headline .news-badge {
  display: block;
  color: #EA5520;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: bold;
}

.news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 0;
}
.news-item::before {
  content: "";
  background: url("../images/border-dash.svg") center center;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  background-size: 0.438em 1px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 10px 85px 10px 1fr;
    grid-template-columns: 80px 85px 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 10px 0;
  }
  .news-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .news-item > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .news-item > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .news-item > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .news-item > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

@media screen and (max-width: 767px) {
  .news-state {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-row-align: start;
        align-self: start;
    text-align: center;
    line-height: 1.2;
  }
  .news-data {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 10px;
  }
  .news-thumb {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    grid-row: 2/2;
    -ms-grid-row-align: start;
        align-self: start;
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news-thumb {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .news-thumb__img {
    display: block;
  }
  .news-thumb__img img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news-thumb__img img {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .news-headline {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .news-headline .news-badge {
    margin-bottom: 4px;
  }
  .news-item:not(:has(.news-thumb)) .news-state {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .news-item:not(:has(.news-thumb)) .news-headline {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
/* --- ページネーション --- */
.news-pagination {
  margin-top: 35px;
}
@media all and (min-width: 768px) {
  .news-pagination {
    margin-top: 20px;
  }
}
.news-pagination .num {
  text-align: center;
  font-size: 0.8125rem;
}
.news-pagination__tab {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-pagination__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.news-pagination__tab ul li {
  color: #000;
  font-size: 0;
  text-align: center;
  font-size: 0rem;
}
.news-pagination__tab ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: currentColor;
  font-size: 0.8125rem;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  text-decoration: none;
  border-radius: 100vh;
  padding: 5px 20px;
  background: var(--color-primary);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-pagination__tab ul li a {
    font-size: 0.875rem;
  }
}
.news-pagination__tab ul li a.next {
  background: var(--color-orange);
  color: #fff;
}
.news-pagination__tab ul li a.next:hover {
  background: #f47648;
}
.news-pagination__tab ul li a.prev {
  background: var(--color-primary);
}
.news-pagination__tab ul li a.prev:hover {
  background: #000;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */