@charset "UTF-8";
/*色管理*/
:root {
  --body-base: #f5fafe;
  --base_font-color: #111;
  --border-color_gray: #999;
  --key-color: #3271D0;
  --strong-color: #ED5555;
  --hover-color: #EE8652;
  --title-color: #1698CC;
  --footer-color: #CAD1D8;
  --color_white: #FFF;
  --color_black: #000;
  --color_gray: #9EA0A3;
  --color-green: #9FC125;
  --color-pink: #E6627B;
  --color-sky: #48BBBD;
  --color-orange: #EE8652;
  --color-yellow: #FACC00;
  --bg-gray: #F7F7F7;
  --header-bgcolor: #c2e8fb;
  /*ナビカラー管理*/
  --menu-link_color: #000;
  --menu-link_hober-color: var(--key-color);
  --menubg-link_hober-color: rgba(var(--key-color),0.6);
  /*スマホナビカラー管理*/
  --headerCL: var(--body-base);
  --nav1hoverCL: var(--key-color);
  --nav1hoverCL2: var(--key-color);
  --sp_navCL: transparent;
  --sp_maskCL: rgba(255,255,255,1);
  --sp_hanCL: var(--key-color);
  --sp_barCL: #FFF;
  --sp_achanCL: var(--color_black);
  --sp_acbarCL: var(--color_white);
  --sp_navliCL: var(--color_white);
  --sp_navlibCL: var(--color_gray);
  --sp_navaCL: #3D3A39;
  --sp_navli2CL: #CCC;
  --sp_navli2bCL: var(--color_gray);
  --sp_gnavCL: var(--key-color);
  --sp_gnavbarCL: var(--color_white); }

/*基本*/
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 175%;
  font-family: "Noto Sans JP","游ゴシック", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  word-wrap: break-word;
  background-color: var(--body-base);
  color: var(--base_font-color);
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  /* スマホ横画面で文字サイズが大きくなる場合、自動補正を無効化 */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.noto-sans-jp-semibold {
  font-weight: 600; }

.noto-sans-jp-exbold {
  font-weight: 800; }

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    font-size: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
    /*20～14px*/ } }
@media (max-width: 767px) {
  body {
    font-size: 1.125rem; } }
/* support iOS */
html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

a {
  color: var(--key-color);
  text-decoration: none; }
  a:hover {
    color: var(--hover-color); }

/*全体ラッパーの高さ制御*/
.body-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%; }
  .body-div footer {
    margin-top: auto; }

/*ヘッダー*/
header h5 {
  font-weight: bold;
  color: var(--key-color);
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); }
header h1 {
  font-size: clamp(2.188rem, 1.733rem + 2.27vw, 3.438rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bolder; }
  header h1 strong {
    color: var(--key-color); }
header h6 {
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  padding: 20px 5px;
  background-color: var(--fukidashi-color);
  border-radius: 20px;
  margin: 0px;
  width: 100%; }
  header h6 strong {
    font-size: 120%;
    color: var(--strong-color); }

main h2, footer h2 {
  font-size: clamp(2.188rem, 1.077rem + 2.31vw, 2.813rem);
  line-height: 145%;
  margin: 0px;
  font-weight: bold; }
main h3, footer h3 {
  font-size: clamp(1.875rem, 1.761rem + 0.57vw, 2.188rem);
  /*35-30*/
  line-height: 145%;
  margin: 0px;
  font-weight: bold; }
main h4, footer h4 {
  font-size: clamp(1.563rem, 0.451rem + 2.31vw, 2.188rem);
  line-height: 145%;
  margin: 0px;
  font-weight: bold; }
main h5, footer h5 {
  font-size: clamp(1.375rem, 0.486rem + 1.85vw, 1.875rem);
  line-height: 145%;
  margin: 0px;
  font-weight: bold; }
main h6, footer h6 {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  line-height: 145%;
  margin: 0px;
  font-weight: bold; }

/*-----------------------*/
/*containerエリアをはみ出す */
/*-----------------------*/
@media (max-width: 1199px) {
  .over-container-area {
    position: relative;
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px; } }
@media (min-width: 1200px) {
  .over-container-area {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw; } }
/*---------------------------------------------*/
/* webfont load                                */
/*---------------------------------------------*/
@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontawesome-s';
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NotoSerifJP-M';
  src: url("../fonts/NotoSerifJP-Medium.eot");
  src: url("../fonts/NotoSerifJP-Medium.eot") format("embedded-opentype"), url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*---------------------------------------------*/
/* position設定                                */
/*---------------------------------------------*/
/*---------------------------------------------*/
/*bootstrap5追加                               */
/*---------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px; }

.col-xs-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/*---------------------------------------*/
/*比率を保って拡大・縮小処理                 */
/*---------------------------------------*/
.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 */ }

.ratio-7_3:before {
  content: "";
  display: block;
  padding-top: 30%;
  /* 7:3 */ }

.ratio-8_2:before {
  content: "";
  display: block;
  padding-top: 20%;
  /* 8:2 */ }

.ratio-1_2:before {
  content: "";
  display: block;
  padding-top: 200%;
  /* 1:2 */ }

.ratio-2_1:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* 2:1 */ }

.ratio-4_3:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 4:3 */ }

.ratio-16_9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */ }

.ratio-8_5:before {
  content: "";
  display: block;
  padding-top: 62.5%;
  /* 8:5 ≒ 黄金比 */ }

.ratio-1_1,
.ratio-7_3,
.ratio-8_2,
.ratio-1_2,
.ratio-2_1,
.ratio-4_3,
.ratio-16_9,
.ratio-8_5 {
  position: relative;
  overflow: hidden; }

.ratio-1_1 > img,
.ratio-7_3 > img,
.ratio-8_2 > img,
.ratio-1_2 > img,
.ratio-2_1 > img,
.ratio-4_3 > img,
.ratio-16_9 > img,
.ratio-8_5 > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

/*----------------------------------------*/
/*写真マスク                                */
/*----------------------------------------*/
.photo-area,
.photo-area_v {
  overflow: hidden;
  position: relative;
  margin: 0px; }
  .photo-area img,
  .photo-area_v img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.photo-area_v img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 992px) {
  .photo-area_pc-v {
    overflow: hidden;
    position: relative; }
    .photo-area_pc-v img {
      width: auto;
      height: 100%;
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media (max-width: 991px) {
  .photo-area_pc-v img {
    width: 100%;
    height: auto; } }
/*---------------------------------------*/
/*gmapとyoutube                          */
/*---------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  overflow: hidden; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.3%; }

.gmap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

/*---------------------------------------*/
/*電話リンク                               */
/*---------------------------------------*/
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*---------------------------------------*/
/*スペーサー                               */
/*---------------------------------------*/
.bt-sp10 {
  margin-bottom: 10px !important; }

.bt-sp20 {
  margin-bottom: 20px !important; }

.bt-sp30 {
  margin-bottom: 30px !important; }

.bt-sp40 {
  margin-bottom: 40px !important; }

.bt-sp80 {
  margin-bottom: 80px !important; }

/*---------------------------------------------*/
/*テーブルリスト                                 */
/*---------------------------------------------*/
.table-ul {
  list-style: none;
  padding: 0px; }
  .table-ul.tr-line li {
    border-bottom: 1px solid --border-color_gray; }
  .table-ul.cell-7rem_all li {
    display: flex;
    justify-content: flex-start; }
    .table-ul.cell-7rem_all li div:first-of-type {
      width: 7.0rem; }
    .table-ul.cell-7rem_all li div:last-of-type {
      flex: 1;
      min-width: calc( 100% - 7rem ); }
  .table-ul.cell-10rem_all li {
    display: flex;
    justify-content: flex-start; }
    .table-ul.cell-10rem_all li div:first-of-type {
      width: 10.0rem; }
    .table-ul.cell-10rem_all li div:last-of-type {
      flex: 1; }
  .table-ul.td-fw-bold li div:first-of-type {
    font-weight: bold; }
  .table-ul.td-fw-normal li div:last-of-type {
    font-weight: normal; }
  .table-ul.td-x-sp20 li div {
    padding: 10px 20px; }
  .table-ul.tr-white li:nth-of-type(odd) {
    background-color: var(--color_white); }

@media (min-width: 992px) {
  .table-ul li {
    display: flex;
    justify-content: flex-start; }
    .table-ul li div {
      padding: 5px; }

  .cell-10rem div:first-of-type {
    width: 10.0rem; }
  .cell-10rem div:last-of-type {
    flex: 1; }

  .cell-15rem div:first-of-type {
    width: 15.0rem; }
  .cell-15rem div:last-of-type {
    flex: 1; }

  .cell-20rem div:first-of-type {
    width: 20.0rem; }
  .cell-20rem div:last-of-type {
    flex: 1; } }
@media (max-width: 991px) {
  .table-ul li {
    padding-bottom: 5px;
    margin-bottom: 5px; } }
.table-ul_py10px li {
  padding-top: 10px;
  padding-bottom: 10px; }

* {
  box-sizing: border-box; }

body {
  margin: 0; }

body.menu-open {
  overflow: hidden; }

/*ページ内リンクタイトル潜り込み回避*/
:root {
  --header-height: 95px; }

.site-header {
  height: var(--header-height); }

section {
  scroll-margin-top: var(--header-height); }

@media (max-width: 991.98px) {
  :root {
    --header-height: 70px; } }
section ~ section {
  padding: 80px 0; }

.page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--key-color);
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  z-index: 1000; }
  .page-top span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg); }
  .page-top.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .page-top:hover {
    background: #245db5; }

@media (max-width: 767.98px) {
  .page-top {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px; }
    .page-top span {
      width: 10px;
      height: 10px; } }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color .3s ease, box-shadow .3s ease; }
  .site-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
  .site-header__inner {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .site-header__inner a {
      color: var(--base_font-color); }
  .site-header__logo {
    display: block; }
    .site-header__logo img {
      display: block;
      width: 150px;
      max-width: 100%;
      height: auto; }
    .site-header__logo p {
      font-size: clamp(10px, calc(0.8vw + 6px), 18px);
      margin: 0;
      padding-left: 10px; }
    .site-header__logo .logo-s {
      font-size: clamp(10px, 0.8vw, 13px); }
  .site-header__nav {
    margin-left: auto; }
    .site-header__nav ul {
      display: flex;
      align-items: center;
      gap: 0;
      margin: 0;
      padding: 0;
      list-style: none; }
    .site-header__nav li:not(:last-child)::after {
      content: "|";
      margin: 0 10px; }
    .site-header__nav a {
      color: var(--base_font-color);
      text-decoration: none;
      font-size: 14px;
      text-shadow: 0 0 4px #fff, 0 0 8px rgba(255, 255, 255, 0.8); }
      .site-header__nav a:hover {
        color: var(--key-color); }

.hamburger {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--key-color);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer; }
  .hamburger span {
    display: block;
    width: 23px;
    height: 2px;
    background: #fff;
    transition: transform .3s ease, opacity .3s ease; }
  .hamburger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg); }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
    visibility: hidden; }
  .hamburger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg); }

.sp-menu {
  display: none; }

.hero {
  background-color: #fff;
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #fff; }
  .hero__content {
    position: relative;
    z-index: 5;
    padding-top: 115px;
    padding-bottom: 80px; }
  .hero h1 {
    margin: 0 0 27px;
    font-size: clamp(36px, 3.2vw, 48px);
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .04em; }
  .hero__lead {
    margin: 0 0 28px;
    font-size: clamp(19px, 1.7vw, 24px);
    line-height: 1.6;
    letter-spacing: .05em; }
    .hero__lead span {
      color: var(--color-pink); }
  .hero__description {
    margin: 0 0 38px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .03em; }
  .hero__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 60px;
    border: 3px solid var(--key-color);
    border-radius: 50px;
    background-color: #fff;
    color: var(--key-color);
    text-decoration: none;
    font-size: 17px;
    letter-spacing: .08em;
    transition: background .3s ease, color .3s ease; }
    .hero__button span {
      transform: translateX(-8px); }
    .hero__button i {
      position: absolute;
      right: 18px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid var(--key-color);
      transition: border-left-color .3s ease; }
    .hero__button:hover {
      background: var(--key-color);
      color: #fff; }
      .hero__button:hover i {
        border-left-color: #fff; }
  .hero__visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    overflow: hidden; }
  .hero__bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
  .hero__vertical-copy {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: 70px;
    right: 10%;
    margin: 0;
    padding: 17px 10px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--key-color);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .1em;
    writing-mode: vertical-rl;
    text-orientation: upright; }
  .hero__booklet {
    display: flex;
    align-items: flex-end; }
    .hero__booklet img {
      display: block;
      width: 170px;
      height: auto; }
      .hero__booklet img:nth-child(1) {
        transform: rotate(-10deg); }
      .hero__booklet img:nth-child(2) {
        width: 170px;
        margin-left: -20px;
        transform: rotate(6deg); }
    .hero__booklet:not(.hero__booklet--pc) {
      display: none; }
  .hero__booklet--pc {
    position: absolute;
    left: 43%;
    bottom: 15px;
    z-index: 10; }

@media (max-width: 991.98px) {
  .site-header__logo img {
    width: 100px; }
  .site-header__nav {
    display: none; }

  .hamburger {
    display: flex; }

  .sp-menu {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 90; }
    .sp-menu nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
    .sp-menu nav li {
      margin-bottom: 25px; }
    .sp-menu nav a {
      color: #111;
      text-decoration: none;
      font-size: 18px; }
    .sp-menu.is-open {
      opacity: 1;
      visibility: visible; }

  .hero__visual {
    width: 58%; }
  .hero__content {
    padding-top: 120px; }
  .hero h1 {
    font-size: 38px; }
  .hero__booklet--pc {
    left: 40%; }
    .hero__booklet--pc img {
      width: 150px; }
    .hero__booklet--pc img:nth-child(2) {
      width: 140px; } }
@media (max-width: 767.98px) {
  .site-header__inner {
    min-height: 70px; }
  .site-header__logo img {
    width: 100px; }
  .site-header__logo p {
    line-height: 150%; }

  .hamburger {
    display: flex;
    width: 46px;
    height: 46px; }
    .hamburger span {
      width: 21px; }

  .hero {
    min-height: 700px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url("../img/hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .hero__visual {
      display: none; }
    .hero__content {
      padding-top: 115px;
      padding-bottom: 50px; }
    .hero h1 {
      margin-bottom: 24px;
      font-size: clamp(28px, 8vw, 36px);
      line-height: 1.45;
      letter-spacing: .02em; }
    .hero__lead {
      margin-bottom: 25px;
      font-size: 18px;
      line-height: 1.7; }
    .hero__description {
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 1.8; }
    .hero__button {
      width: 100%;
      max-width: 300px;
      height: 56px;
      font-size: 16px; }
    .hero__booklet {
      display: flex !important;
      justify-content: center;
      align-items: flex-end;
      margin-top: 45px;
      position: relative; }
      .hero__booklet img {
        width: 150px; }
        .hero__booklet img:nth-child(2) {
          width: 135px; }
    .hero__booklet--pc {
      display: none !important; }
    .hero__vertical-copy {
      position: absolute;
      top: -10px;
      bottom: 35px;
      left: calc(50% + 140px);
      right: auto;
      transform: translateX(-50%);
      margin: 0;
      padding: 12px 8px;
      font-size: clamp(14px, 4.5vw, 16px);
      line-height: 1.5;
      letter-spacing: .1em;
      background: rgba(255, 255, 255, 0.95); } }
/*コンテンツ共通*/
.content-title, .content-title2 {
  font-size: clamp(1.563rem, 0.451rem + 2.31vw, 2.188rem); }
  .content-title span, .content-title2 span {
    color: var(--key-color); }
  .content-title rt, .content-title2 rt {
    color: var(--key-color); }

.text-blue {
  color: var(--key-color);
  font-weight: 700; }

.text-sky {
  color: var(--color-sky);
  font-weight: 700; }

.text-green {
  color: var(--color-green);
  font-weight: 700; }

.text-pink {
  color: var(--color-pink);
  font-weight: 700; }

.text-orange {
  color: var(--color-orange);
  font-weight: 700; }

.text-yellow {
  color: var(--color-yellow);
  font-weight: 700; }

/*吹き出し*/
.fukidashi-left,
.fukidashi-center,
.fukidashi_right {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px 30px 25px 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 5px 7px 12px rgba(0, 0, 0, 0.18);
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.5;
  font-weight: 500; }
  .fukidashi-left p,
  .fukidashi-center p,
  .fukidashi_right p {
    position: relative;
    margin: 0;
    padding-left: 35px; }
    .fukidashi-left p::before,
    .fukidashi-center p::before,
    .fukidashi_right p::before {
      content: "";
      position: absolute;
      top: .35em;
      left: 0;
      width: 24px;
      height: 24px;
      background: url("../img/check01.png") no-repeat center/contain; }
  .fukidashi-left span,
  .fukidashi-center span,
  .fukidashi_right span {
    color: var(--key-color);
    font-weight: 700;
    text-decoration: underline dashed;
    text-decoration-color: var(--key-color);
    text-decoration-thickness: 2px;
    text-underline-offset: 7px; }

.fukidashi-left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #fff;
  transform: translateY(-50%);
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.15)); }

.fukidashi-center {
  justify-content: center; }
  .fukidashi-center::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 30px solid #fff;
    transform: translateX(-50%);
    filter: drop-shadow(1px -2px 1px rgba(0, 0, 0, 0.15)); }

.fukidashi_right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 30px solid #fff;
  transform: translateY(-50%);
  filter: drop-shadow(-2px 2px 1px rgba(0, 0, 0, 0.15)); }

.fukidashi-left + .fukidashi-left,
.fukidashi_right + .fukidashi_right {
  margin-top: clamp(35px, 5vw, 65px); }

@media (max-width: 767.98px) {
  .fukidashi-left,
  .fukidashi-center,
  .fukidashi_right {
    min-height: auto;
    padding: 20px 20px 20px 30px;
    font-size: 15px; }
    .fukidashi-left::after,
    .fukidashi-center::after,
    .fukidashi_right::after {
      display: none; }
    .fukidashi-left::before,
    .fukidashi-center::before,
    .fukidashi_right::before {
      left: 20px;
      width: 23px;
      height: 23px; }

  .fukidashi-left + .fukidashi-left,
  .fukidashi_right + .fukidashi_right {
    margin-top: 20px; }

  .fukidashi-center {
    margin-bottom: 20px;
    justify-content: flex-start; } }
/*タイトルのあしらい*/
.content-title2 {
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px; }
  .content-title2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 70px;
    height: 70px;
    background: url("../img/ashirai.png") no-repeat center/contain;
    transform: translateY(-50%); }
  .content-title2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 70px;
    background: url("../img/ashirai.png") no-repeat center/contain;
    transform: translateY(-50%) scaleX(-1); }

@media (max-width: 767.98px) {
  .content-title2 {
    padding: 0 45px; }
    .content-title2::before, .content-title2::after {
      top: 50%;
      width: 30px;
      height: 50px; }
    .content-title2::before {
      left: 0; }
    .content-title2::after {
      right: 0; } }
#about2, #service, #service3, #qa, #campany {
  background-color: #ECF8F8; }

/*写真マスク共通*/
.photo-mask {
  width: 100%;
  /* または任意の横幅 */
  aspect-ratio: 14 / 9;
  /* 比率を14:9に指定 */
  overflow: hidden;
  border-radius: 15px; }
  .photo-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 縦横比を維持したまま、ボックス全体を埋めるように切り抜く */ }

/*カード-選ばれる理由*/
.card {
  padding: 10px;
  box-shadow: 5px 7px 12px rgba(0, 0, 0, 0.18); }
  .card h3 {
    margin: 0;
    line-height: 100%; }
  .card .card-check01,
  .card .card-check02,
  .card .card-check03 {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px 10px 60px;
    line-height: 150%;
    border-radius: 10px; }
    .card .card-check01::before,
    .card .card-check02::before,
    .card .card-check03::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transform: translateY(-50%); }
  .card .card-check01 {
    background-color: var(--body-base);
    color: var(--key-color); }
    .card .card-check01::before {
      background-image: url("../img/check01.png"); }
  .card .card-check02 {
    background-color: #ECF8F8;
    color: var(--color-sky); }
    .card .card-check02::before {
      background-image: url("../img/check02.png"); }
  .card .card-check03 {
    background-color: #F5F9E9;
    color: var(--color-green); }
    .card .card-check03::before {
      background-image: url("../img/check03.png"); }
  .card .company-link__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border: 3px solid var(--key-color);
    border-radius: 50px;
    background: var(--key-color);
    color: #fff;
    text-decoration: none;
    font-size: clamp(15px, 1.2vw, 18px);
    transition: background .3s ease, color .3s ease; }
    .card .company-link__button span {
      transform: translateX(-8px); }
    .card .company-link__button i {
      position: absolute;
      right: 18px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #fff;
      transition: border-left-color .3s ease; }
    .card .company-link__button:hover {
      background: #fff;
      color: var(--key-color); }
      .card .company-link__button:hover i {
        border-left-color: var(--key-color); }

#about3 .namber-style {
  font-size: clamp(2rem, 1.6rem + 2vw, 3.125rem); }
#about3 small {
  font-size: 20px; }

/*背景色別*/
.bg-green,
.bg-blue,
.bg-pink,
.bg-sky,
.bg-orange,
.bg-yellow,
.bg-gray {
  font-size: clamp(15px, 1.2vw, 18px);
  color: #fff;
  padding: 3px 15px;
  border-radius: 50px; }

.bg-green {
  background-color: var(--color-green); }

.bg-blue {
  background-color: var(--key-color); }

.bg-pink {
  background-color: var(--color-pink); }

.bg-sky {
  background-color: var(--color-sky); }

.bg-orange {
  background-color: var(--color-orange); }

.bg-yellow {
  background-color: var(--color-yellow); }

.bg-gray {
  background-color: var(--color_gray); }

/*サポート*/
.circle-card {
  width: 100%;
  padding-top: 20%; }

.circle-card__circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%; }

@media (min-width: 376px) and (max-width: 767px) {
  .circle-card__circle {
    width: 85%;
    margin: 0 auto; } }
.circle-card__image {
  position: absolute;
  top: -22%;
  left: 5%;
  width: 90%;
  height: 55%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2; }
  .circle-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom; }

.circle-card__content {
  position: absolute;
  top: 35%;
  left: 8%;
  right: 8%;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 3; }
  .circle-card__content h3 {
    margin: 0;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.5;
    font-weight: 700;
    color: var(--key-color); }
  .circle-card__content p {
    margin: 0;
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 1.6;
    font-weight: 500; }

.circle-card__line {
  width: 80px;
  height: 3px;
  margin: 15px 0 20px;
  background: var(--key-color); }

/*会社の魅力*/
.white-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px; }

.information-wrap {
  gap: 40px;
  align-items: stretch; }

.information-box {
  flex: 1;
  min-width: 0; }

.information-title {
  margin-bottom: 30px;
  text-align: center; }
  .information-title span {
    font-size: clamp(18px, 1.6vw, 24px) !important;
    padding-top: 10px;
    padding-bottom: 10px; }

.information-box--left {
  padding: 25px 35px;
  background: #f3f3f3; }

.information-box__icon {
  flex: 0 0 30%;
  padding-right: 30px;
  border-right: 1px solid #aaa; }
  .information-box__icon img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto; }

.information-box__items {
  flex: 1;
  padding-left: 25px; }
  .information-box__items p {
    margin: 0;
    padding: 7px 0;
    font-size: clamp(14px, 1.3vw, 18px);
    border-bottom: 1px solid #aaa;
    position: relative;
    padding-left: 40px; }
    .information-box__items p::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 28px;
      height: 28px;
      background: url("../img/check04.png") no-repeat center/contain;
      transform: translateY(-50%); }
    .information-box__items p:last-child {
      border-bottom: none; }

.information-box--right {
  align-items: center; }

.information-box__text {
  flex: 1; }
  .information-box__text h3 {
    margin: 0 0 15px;
    font-size: clamp(18px, 1.6vw, 24px); }
  .information-box__text ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .information-box__text li {
    position: relative;
    padding: 7px 0 7px 45px;
    font-size: clamp(14px, 1.3vw, 18px); }
    .information-box__text li::before {
      content: "?";
      position: absolute;
      top: 50%;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #aaa;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      transform: translateY(-50%); }

.information-box__illust {
  flex: 0 0 30%;
  align-self: flex-end; }
  .information-box__illust img {
    display: block;
    width: 100%;
    height: auto; }

@media (max-width: 320px) {
  .information-box__icon {
    display: none; } }
/*courseなら！のリスト*/
.service-list > [class*="col-"] {
  position: relative;
  padding-left: clamp(15px, 2.5vw, 30px);
  padding-right: clamp(15px, 2.5vw, 30px); }
  .service-list > [class*="col-"]::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #aaa; }
@media (min-width: 992px) {
  .service-list > .col-lg-3:nth-child(4n)::after {
    display: none; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-list > .col-md-6:nth-child(2n)::after {
    display: none; } }
@media (max-width: 767.98px) {
  .service-list > [class*="col-"]::after {
    display: none; } }

/*応募前に企業をしっかり理解できるから～のテキストボックス*/
.result-message {
  width: 80%;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 110px;
  margin: 40px auto 0;
  padding: 25px 40px 25px 155px;
  border: 3px solid var(--color-sky);
  border-radius: 20px;
  background-color: #f3fafa; }

.result-message__illust {
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 90px;
  z-index: 2; }
  .result-message__illust img {
    display: block;
    width: 100%;
    height: auto; }

.result-message__text {
  position: relative;
  z-index: 1; }

.result-message__lead {
  margin: 0 0 5px;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 500;
  line-height: 1.5; }

.result-message__catch {
  margin: 0;
  color: var(--color-sky);
  font-size: clamp(15px, 4.5vw, 20px);
  font-weight: 500;
  line-height: 1.5; }

@media (max-width: 767.98px) {
  .result-message {
    width: 100%;
    min-height: 120px;
    margin-top: 30px;
    padding: 20px 15px 20px 95px;
    border-width: 2px;
    border-radius: 15px; }

  .result-message__illust {
    top: -15px;
    left: 10px;
    width: 75px; } }
/*高校生が「ここで働きたい」と思える～のテキストボックス*/
.course-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 20px 150px;
  background-color: #fffbe8;
  border: 2px solid var(--color-yellow);
  border-radius: 15px; }

.course-message__bulb {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 55px;
  transform: translateY(-50%); }
  .course-message__bulb img {
    display: block;
    width: 100%;
    height: auto; }

.course-message__text {
  text-align: left; }
  .course-message__text p {
    margin: 0;
    font-size: clamp(18px, 2vw, 27px);
    font-weight: 700;
    line-height: 1.5; }
  .course-message__text span {
    color: var(--color-sky); }

.course-message__illust {
  position: absolute;
  right: 5%;
  bottom: 5px;
  width: 120px;
  z-index: 2; }
  .course-message__illust img {
    display: block;
    width: 100%;
    height: auto; }

@media (max-width: 767.98px) {
  .course-message {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    min-height: auto;
    padding: 20px 10px 20px 10px;
    border-width: 2px;
    border-radius: 12px; }

  .course-message__bulb {
    position: static;
    width: 30px;
    margin-top: -50px;
    margin-bottom: 10px;
    transform: none; }

  .course-message__illust {
    position: static;
    width: 70px;
    margin-top: 0px;
    margin-bottom: 10px;
    order: 2; }

  .course-message__text {
    order: 1;
    width: 100%;
    text-align: center;
    padding: 0 10px; }
    .course-message__text p {
      font-size: clamp(15px, 4.5vw, 20px);
      line-height: 1.6; } }
/*掲載企業カード*/
.company-voice > .col-12 {
  margin-bottom: 30px; }

.company-card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden; }

.company-card__person {
  width: 150px;
  height: 150px;
  margin: 0 auto 5px; }
  .company-card__person img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.company-card__name {
  font-size: clamp(25px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.5; }

.company-card__industry {
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6; }

.company-card__border {
  padding: 15px;
  margin: 10px 0 5px;
  border-top: 2px dashed currentColor; }

.company-card__voice {
  position: relative;
  padding: 20px 10px 15px; }
  .company-card__voice p {
    margin: 0;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.7; }
  .company-card__voice::before, .company-card__voice::after {
    position: absolute;
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1; }
  .company-card__voice::before {
    content: "“";
    top: 0;
    left: 0; }
  .company-card__voice::after {
    content: "”";
    right: 0;
    bottom: -25px; }

.company-card--blue .company-card__name,
.company-card--blue .company-card__border,
.company-card--blue .company-card__voice::before,
.company-card--blue .company-card__voice::after {
  color: #3271d0; }

.company-card--green .company-card__name,
.company-card--green .company-card__border,
.company-card--green .company-card__voice::before,
.company-card--green .company-card__voice::after {
  color: #9fc415; }

.company-card--pink .company-card__name,
.company-card--pink .company-card__border,
.company-card--pink .company-card__voice::before,
.company-card--pink .company-card__voice::after {
  color: #ef6680; }

.company-card--orange .company-card__name,
.company-card--orange .company-card__border,
.company-card--orange .company-card__voice::before,
.company-card--orange .company-card__voice::after {
  color: #f0833d; }

/*QA*/
#qa .col-12 {
  margin-bottom: 30px; }

.qa-item {
  padding: 25px; }
  .qa-item + .qa-item {
    margin-top: 30px; }

.qa-q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  .qa-q__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color_gray);
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1; }
  .qa-q p {
    margin: 0;
    font-weight: bold;
    line-height: 1.6; }

.qa-a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0 0 50px; }
  @media (max-width: 767.98px) {
    .qa-a {
      padding-left: 15px; } }
  .qa-a__icon {
    flex: 0 0 auto;
    color: var(--key-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6; }
  .qa-a p {
    margin: 0;
    font-size: clamp(14px, 1.3vw, 18px);
    line-height: 1.6; }

/*qa内のお問い合わせボックス*/
.contact-box {
  background-color: #e7f0fb;
  border-radius: 20px;
  padding: 30px;
  width: 80%; }

@media (max-width: 768px) {
  .contact-box {
    width: 100%; } }
.contact-button__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  background: var(--key-color);
  border: 3px solid var(--key-color);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: .08em;
  transition: background .3s ease, color .3s ease; }
  .contact-button__button span {
    transform: translateX(-8px); }
  .contact-button__button i {
    position: absolute;
    right: 18px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    transition: border-left-color .3s ease; }
  .contact-button__button:hover {
    border: 3px solid var(--key-color);
    background: #fff;
    color: var(--key-color); }
    .contact-button__button:hover i {
      border-left-color: var(--key-color); }

/*お問い合わせ*/
/*会社概要*/
.company-info {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6; }
  .company-info__row {
    display: grid;
    grid-template-columns: 90px 1fr;
    column-gap: 20px;
    padding: 10px 20px;
    border-top: 1px solid #ddd; }
    .company-info__row:last-child {
      border-bottom: 1px solid #ddd; }
  .company-info dt {
    margin: 0; }
  .company-info dd {
    margin: 0;
    font-weight: 400; }
  .company-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .company-info li {
    position: relative;
    padding-left: 1em; }
    .company-info li::before {
      content: "・";
      position: absolute;
      left: 0;
      top: 0; }

@media (max-width: 767.98px) {
  .company-info {
    font-size: 14px; }
    .company-info__row {
      display: block;
      padding: 12px 10px; }
    .company-info dt {
      margin-bottom: 3px;
      font-weight: 700; }
    .company-info dd {
      padding-left: 10px; } }
/*footer*/
#footer-wrap {
  background-color: var(--key-color); }
