@charset "UTF-8";
/* .pc-menu { display: none; } */

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/

html,body,
header,footer,aside,section,nav,
div,span,
a,p,h1,h2,h3,h4,h5,h6,
img,figure,figcaption,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,tr,th,td,

q,s,b,u,i,em,tt,pre,big,del,dfn,ins,kbd,sub,sup,var,
abbr,cite,code,samp,form,menu,ruby,time,mark,
small,label,embed,canvas,applet,object,iframe,
legend,strike,strong,center,acronym,address,
caption,article,details,hgroup,output,summary,
fieldset,blockquote,
audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
header,hgroup,footer,aside,nav,menu,
section,main,article,figure,figcaption,details {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
}

/* 画像のベースライン隙間対策＋伸縮の基本 */
img, svg, video, canvas {
  /* display: block;          ← 行ボックス由来の下余白をなくす */
  max-width: 100%;
  height: auto;
}

/* 行内で使う可能性があるとき用（必要ならどちらか片方に） */
/* img, svg { vertical-align: middle; } */

/* マージン相殺を止めたいときに使うユーティリティ */
.flow-root {               /* ラッパーに付けると相殺が起きない */
  display: flow-root;
}

/* buttonタグのリセット用css */
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  outline: none;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
}

picture {
  display: inline-block;
}

/* 定義
-------------------------------------*/
:root {

  /* カラー */
  --color-main: #02287C;   /* メインブルー */
  --color-sub: #AB951D; /* サブカラー */
  --color-sub2: #DEC981;
  --color-accent: #D30700;  /* アクセントレッド */
  --color-pink: #C6659A;
  --color-dark-navy: #01184D; /* 文字色 -紺 */
  --color-black: #1F1F1F;   /* 文字色 */
  
  --color-bg-gray: #F5F5F5; /* 背景ライトグレー */
  /* 余白 */
  --sp-guide-1: 12px;
  --sp-guide-2: 5.2vw;
  --sp-guide-3: 37px;




/* font-size */
/* 768px 〜 1400px */
--pc-font12-14: clamp(1.2rem, 0.316vw + 0.957rem, 1.4rem);
--pc-font12-16: clamp(1.2rem, 0.633vw + 0.714rem, 1.6rem);
--pc-font13-14: clamp(1.3rem, 0.158vw + 1.178rem, 1.4rem);
--pc-font13-16: clamp(1.3rem, 0.475vw + 0.935rem, 1.6rem);
--pc-font13-18: clamp(1.3rem, 0.791vw + 0.692rem, 1.8rem);
--pc-font14-16: clamp(1.4rem, 0.316vw + 1.157rem, 1.6rem);
--pc-font14-18: clamp(1.4rem, 0.633vw + 0.914rem, 1.8rem);
--pc-font14-20: clamp(1.4rem, 0.949vw + 0.671rem, 2rem);
--pc-font16-18: clamp(1.6rem, 0.316vw + 1.357rem, 1.8rem);
--pc-font16-20: clamp(1.6rem, 0.633vw + 1.114rem, 2rem);
--pc-font18-20: clamp(1.8rem, 0.316vw + 1.557rem, 2rem);
--pc-font18-24: clamp(1.8rem, 0.949vw + 1.071rem, 2.4rem);
--pc-font18-26: clamp(1.8rem, 1.266vw + 0.828rem, 2.6rem);
--pc-font18-28: clamp(1.8rem, 1.582vw + 0.585rem, 2.8rem);
--pc-font20-24: clamp(2rem, 0.633vw + 1.514rem, 2.4rem);
--pc-font20-26: clamp(2rem, 0.949vw + 1.271rem, 2.6rem);
--pc-font20-32: clamp(2rem, 1.899vw + 0.542rem, 3.2rem);
--pc-font22-26: clamp(2.2rem, 0.633vw + 1.714rem, 2.6rem);
--pc-font26-30: clamp(2.6rem, 0.633vw + 2.114rem, 3rem);
--pc-font26-32: clamp(2.6rem, 0.949vw + 1.871rem, 3.2rem);

  /* 320px 〜 413px */
  --sp-xs-font12-14: clamp(1.2rem, 2.151vw + 0.512rem, 1.4rem);
  --sp-xs-font12-16: clamp(1.2rem, 4.301vw - 0.176rem, 1.6rem);
  --sp-xs-font14-16: clamp(1.4rem, 2.151vw + 0.712rem, 1.6rem);
  --sp-xs-font13-18: clamp(1.3rem, 5.376vw - 0.42rem, 1.8rem);
  --sp-xs-font16-20: clamp(1.6rem, 4.301vw + 0.224rem, 2rem);
  --sp-xs-font18-20: clamp(1.8rem, 2.151vw + 1.112rem, 2rem);
  --sp-xs-font18-26: clamp(1.8rem, 8.602vw - 0.953rem, 2.6rem);
  --sp-xs-font20-24: clamp(2rem, 4.301vw + 0.624rem, 2.4rem);
  --sp-xs-font20-26: clamp(2rem, 6.452vw - 0.065rem, 2.6rem);
  --sp-xs-font22-26: clamp(2.2rem, 4.301vw + 0.824rem, 2.6rem);
  --sp-xs-font26-30: clamp(2.6rem, 4.301vw + 1.224rem, 3rem);
  --sp-xs-font20-32: clamp(2rem, 12.903vw - 2.129rem, 3.2rem);
}

/* アニメーション
-------------------------------------*/
/* ScrollTrigger マーカーを強制的に非表示にする */
.gsap-marker-scroller-end,
.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start {
  display: none !important;
}

/*fadein*/
.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.6s ease, translate 0.6s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

/*片側から出現*/
.animated__clipView {
  clip-path: inset(0 100% 0 0); /*before (出現前)*/
  transition: clip-path 0.8s ease;
}

/*after (出現後)*/
.animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

/*左からスライドするアニメーション*/
.animated__slideIn--left {
  opacity: 0; /*before (出現前)*/
  transition: opacity 0.5s ease, translate 0.5s ease;
  translate: -1000px;
}

.animated__slideIn--left.js-show {
  opacity: 1;
  translate: 0;
}

/*右からスライドするアニメーション*/
.animated__slideIn--right {
  opacity: 0; /*before (出現前)*/
  transition: opacity 0.5s ease, translate 0.5s ease;
  translate: 1000px;
}

.animated__slideIn--right.js-show {
  opacity: 1; /*before (出現前)*/
  translate: 0;
}

  /* common-dot
  -------------------------------------*/
  .c-catch span {
    position: relative;
  }
  .c-catch span.white::after {
    content: "";
    position: absolute;
    top: -2.2rem;
    left: 50%;
    transform: translate(-50%, -100%);
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--color-main);
    border-radius: 50%;
  }


/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
/* base
-------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: var(--color-black);
  background-color: var(--color-bg-gray);
  overflow-x: clip;
}

/*pc・タブレットcss*/
/*pc_defaultset*/
.pc {
  display: block !important;
}
/*pcのみ表示ブロック*/
.pc2 {
  display: inline-block !important;
}
/*pcのみ表示ブロック*/
.sp,
.sp2 {
  display: none !important;
}
/*スマホのみ表示ブロック*/
.h_menu {
  display: none;
}
/*スマホ用ヘッダ*/
.sp-header {
  display: none;
}
/*スマホ用メニュー*/
#sp-global-nav {
  display: none;
}
/*スマホ用メニュー*/
.sp-fix-list {
  display: none;
}
/* Antialiasing ※任意　*/


/* header
-------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  z-index: 100;
  background-color: transparent;
}
.header__inner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(1rem, 1.582vw - 0.215rem, 2rem);
  padding-left: 20px;
  padding-right: clamp(5rem, 6.337vw + 0.133rem, 12.3rem);
  /* padding-right: 12.3rem; */
}
.header__logo {
  width: min(11.354vw, 218px);
}
.header__logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(1.823vw, 35px);
}
.header__logo-text {
  font-size: clamp(1.2rem, 0.769vw + 0.123rem, 1.68rem);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
/* トップページ以外ではロゴテキストも青にする */
body:not(#index) .header__logo-text {
  color: var(--color-main);
}
@media screen and (max-width: 1000px) {
  .header__logo-text { display: none; }
  }


.header__rightBlock {
  transform: translateY(-5px);
}
@media screen and (max-width: 1200px) {
  .header__rightBlock {
    transform: translateY(0);
  }
}



/* pullnavi */
#pullnavi {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-100%);
}
#pullnavi.upMove {
  opacity: 0;
  transform: translateY(-100%);
}
#pullnavi.dwMove {
  opacity: 1;
  transform: translateY(0);
}

#pullnavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#pullnavi {
  background: #fff;
  width: 100%;
  box-shadow: 0px 3px 20px #00000029;
}
#pullnavi .inbox {
  width: 100%;
  min-width: 1280px;
  height: 70px;
  margin: 0px auto 20px auto;
  padding-top: 14px;
  position: relative;
}


/* pc-menu
-------------------------------------*/
.pc-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(4.65vw, 8rem);
  z-index: 100;
  cursor: pointer;
}
.pc-menu:hover {
  opacity: 0.8;
}
#pc-menu-open {
  display: none;
  background: #f8f8f8;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow-y: scroll;
}
#pc-menu-open .open-close-01 {
  position: absolute;
  top: 0;
  right: 0;
}

#pc-menu-open {
  background: url("../images/common/bg-blue-texture.jpg") repeat;
  padding: 80px 0;
  line-height: 1.6;
  max-width: 1920px;
  margin-inline: auto;
}
#pc-menu-open .menu-open-Box {
  width: 1100px;
  margin: 0 auto;
  font-size: 16px;
}
#pc-menu-open .f-link-Box {
  width: 770px;
  float: left;
}
#pc-menu-open .f-link-Box .f-home-link {
  margin-bottom: 40px;
}
#pc-menu-open .f-link-Box .f-home-link::before {
  content: "■ ";
}
#pc-menu-open .f-link-Box .parent {
  font-size: 14px;
  color: #fff;
}
#pc-menu-open .f-link-Box .child {
  font-size: 14px;
}
#pc-menu-open .f-link-Box .child::before {
  content: "- ";
  padding-right: 5px;
}
#pc-menu-open .f-link-Box li {
  margin-bottom: 10px;
}
#pc-menu-open .f-link-l {
  float: left;
  width: 180px;
  margin-right: 40px;
}
#pc-menu-open .f-link-c {
  float: left;
  width: 180px;
  margin-right: 40px;
}
#pc-menu-open .f-link-r {
  float: left;
  width: 180px;
}
#pc-menu-open .menu-open-con-Box {
  width: 320px;
  float: left;
}
#pc-menu-open .menu-open-con-Box .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pc-menu-open .gnav__mailBtn {
  position: absolute;
  top: 18px;
  right: 113px;
}

/* ===== panel-open ===== */
body.body--fixed {
  overflow: hidden;
  height: 100vh;
}

.open-main-Box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(90%, 1200px);
  height: 100%;
  margin-inline: auto;
}
.open-main-Box__inner.panelMain {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: 1fr 20px;
  grid-template-areas:
    "title menu"
    "sns sns";
  row-gap: 247px;
  row-gap: clamp(100px, 20vw, 247px);
  width: 100%;
}

/* ===== title ===== */
.panelMain__title {
  grid-area: title;
}
.panelMain__title img {
  display: block;
  width: 282px;
  height: auto;
}
.panelMain__logo-text {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16);
  letter-spacing: 0.11em;
  color: #fff;
}
.panelMain__logo-text:nth-of-type(3) {
  margin-top: 0;
}

/* ===== menu ===== */
.panelMain__menu {
  grid-area: menu;
  justify-items: end;
}
.panelMain__menu-wrap {
  display: flex;
  gap: 126px;
  padding-top: 1.8rem;
}
.panelMain__menu-list-l a,
.panelMain__menu-list-r a {
  color: #fff;
}
.panelMain__menu-list-l li:not(:first-child) {
  margin-top: 3.5rem;
}

.panelMain__heading {
  color: #fff;
}
.panelMain__menu-list-r {
  margin-top: 2rem;
}
.panelMain__menu-list-r li:not(:first-child) {
  margin-top: 2rem;
}

/* ===== sns ===== */
.panelMain__sns {
  grid-area: sns;
  align-self: end;
}
.panelMain__snsList {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.panelMain__snsItem img {
  color: #fff;
}


/* g-nav
-------------------------------------*/
#g-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(2.733vw, 41px);
  margin: 0px auto min(0.581vw, 10px) auto;
  margin: 0px auto;
  padding-left: min(2.326vw, 40px);
  padding-left: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  border-radius: 999px;
  z-index: 100;
}
/* @media screen and (max-width: 1200px) {
#g-nav { display: none; }
} */

#g-nav ul {
  display: flex;
  align-items: center;
  gap: min(2.326vw, 38px);
  height: 100%;
}
#g-nav li.list {
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
#g-nav li.list img {
  display: block;
}
/* 透明のホバー領域（表示ブレ防止用） */
#g-nav li.list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
}
#g-nav li.list span {
  cursor: pointer;
}
#g-nav li.list span,
#g-nav li.list a {
  display: block;
  text-align: center;
  line-height: 1;
}
#g-nav .dropmenu li.list ul.sub {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  position: absolute;
  top: 28px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 50;
  width: 220px;
}
#g-nav .dropmenu li.list:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
#g-nav .dropmenu li.list ul li:last-child a {
  border-bottom: 1px solid #ccc;
}
#g-nav .dropmenu li.list ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.9s;
  background: #fff;
  display: block;
  width: 220px;
  padding: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
#g-nav .dropmenu li.list:hover ul li a {
  visibility: visible;
  opacity: 1;
}
#g-nav .header__cta {
  transform: translateX(3px);
}
#g-nav .header__cta img {
  width: min(9.477vw, 163px);
  height: min(2.907vw, 50px);
}


  /* breadcrumb
  -------------------------------------*/
  .breadcrumb {
    position: relative;
    background-color: var(--color-bg-gray);
    padding-top: clamp(1rem, 1.215vw + 0.067rem, 2.4rem);
    padding-bottom: clamp(5rem, 5.729vw + 0.6rem, 11.6rem);
    line-height: 1;
  }
  .breadcrumb__inner {
    max-width: min(95%, 1280px);
    margin-inline: auto;
  }
  .breadcrumb__wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 0.3rem;
    padding-left: 0.9rem;
  }
  .breadcrumb__home > img {
    vertical-align: middle;
  }
  .breadcrumb__arrow,
  .breadcrumb__pageTitle {
    font-size: clamp(1.2rem, 0.377vw + 0.91rem, 1.4rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.11em;
  }
  .breadcrumb__pageTitle img {
    width: auto;
    height: 1.27rem;
  }


  /* 強調点のスタイル「思ったたほど」
-------------------------------------*/
.c-catch span {
  position: relative;
}

.c-catch span.white::after {
  content: "";
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
}



/* endContact
-------------------------------------*/
.endContact {
  position: relative;
}
.endContact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common/endContact-bg.jpg") center / cover no-repeat;
  z-index: 1;
}
.endContact__inner {
  padding-block: 10rem 10rem;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* トップページのみpadding-blockを変更 */
body#index .endContact__inner {
  padding-block: 27.1rem 10rem;
}
.endContact__catch {
  margin-top: 9.6rem;
  font-size: clamp(36px, 19.448px + 2.155vw, 41px);
  font-weight: 600;
  line-height: calc(49 / 41);
  letter-spacing: 0.04em;
}
.endContact__leadWrap {
  margin-top: 4.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.endContact__btnWrap {
  width: min(80%, 1000px);
  margin-top: 2rem;
  margin-inline: auto;
}

.endContact__btnWrap a img {
  transition: all 0.2s ease;
}
.endContact__btnWrap a img:hover {
  filter: brightness(1.1);
  opacity: 1;
}




/* footer
-------------------------------------*/
footer {
  background: #1F1F1F;
}
footer .footer-Box {
  width: min(95%, 1200px);
  padding: 6rem 0 9rem;
  margin: 0 auto;
  color: #fff;
}

.footer-main-Box__inner.footerMain {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: 1fr 20px;
  grid-template-areas:
    "title menu"
    "sns sns";
  width: 100%;
}

/* ===== title ===== */
.footerMain__title {
  grid-area: title;
}
.footerMain__title img {
  display: block;
  width: 282px;
  height: auto;
}
.footerMain__logo-text {
  margin-top: 2rem;
  font-size: clamp(12px, 6.000px + 0.781vw, 16px);
  font-weight: 400;
  line-height: calc(26 / 16);
  letter-spacing: 0.11em;
  color: #fff;
}
.footerMain__logo-text:nth-of-type(3) {
  margin-top: 0;
}
/* ===== menu ===== */
.footerMain__menu {
  grid-area: menu;
  justify-items: end;
}
.footerMain__menu-wrap {
  display: flex;
  gap: clamp(36px, -99.000px + 17.578vw, 126px);
  padding-top: 1.8rem;
}
.footerMain__menu-list-l a,
.footerMain__menu-list-r a {
  color: #fff;
}
.footerMain__menu-list-l li:not(:first-child) {
  margin-top: 3.5rem;
}

.footerMain__heading {
  color: #fff;
}
.footerMain__menu-list-r {
  margin-top: 2rem;
}
.footerMain__menu-list-r li{
  font-size: clamp(12px, 6.000px + 0.781vw, 16px);
}
.footerMain__menu-list-r li:not(:first-child) {
  margin-top: 2rem;
}

/* ===== sns ===== */
.footerMain__sns {
  grid-area: sns;
  align-self: end;
}
.footerMain__snsList {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.footerMain__snsItem img {
  color: #fff;
}

.copyright {
  display: block;
  margin-top: 4.2rem;
  font-size: 14px;
}


/* recaptcha
-------------------------------------*/
.grecaptcha-badge {
  z-index: 30;
}


/* common
-------------------------------------*/
.main-title {
  width: 100%;
  min-width: 1100px;
  background: #333;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 30px;
}
.main-title .en {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.main-title .jp {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
h2.sub-title {
  padding: 25px 20px 10px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: solid 2px #000;
}
.seo_bread_list {
  width: 1200px;
  margin: 0 auto 20px;
}
.seo_bread_list li {
  margin-right: 20px;
  float: left;
}
.seo_bread_list li::after {
  content: " >";
}
.seo_bread_list li:last-child::after {
  content: "";
}

.fit img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none;
  overflow-x: hidden;
}

/* chrome画質悪化の対策*/
img {
  image-rendering: -webkit-optimize-contrast;
}

/* WEB FONTs 游ゴシックかすれ予防*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
.f-min {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-min-02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-gothic {
  font-family:
    "Yu Gothic", "YuGothic",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",
    "Helvetica Neue", Verdana,
    -apple-system, BlinkMacSystemFont,
    sans-serif;
}
.f-gothic-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


body {
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #090909;
}
a:hover {
  text-decoration: none;
}
.nobd a:hover {
  text-decoration: none !important;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

/* リンク透明 */
a img:hover {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/* リンク透明にしない */
.noop a img:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face {
  font-family: "jp-sttl01";
  /* お好きな名前にしましょう */
  src: url("../font/.eot");
  /* IE9以上用 */
  src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  /* iOS, Android用 */
  /* 念の為指定しておきます */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.myWebFontClass {
  font-family: "jp-sttl01";
}
}


/* ========================================
    @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
html {
  font-size: 62.5%;
}
body {
  overflow: auto;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  background-color: var(--color-bg-gray);
  color: var(--color-black);
}
body.body--fixed {
  overflow: hidden;
}
.pc,
.pc2 {
  display: none !important;
}
/*pcのみ表示ブロック*/
.sp {
  display: block !important;
}
/*スマホのみ表示ブロック*/
.sp2 {
  display: inline-block !important;
}
/*スマホのみ表示ブロック*/
.no-br {
  display: none;
}
/*スマホでbrを解除したい場合に使用*/
.sp_display_block {
  display: block !important;
}
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu {
  display: none;
}
.side-fix {
  display: none;
}
.fix-list {
  display: none;
}
#pc-menu-open {
  display: none;
}
#g-nav {
  display: none;
}

/* sp-header
-------------------------------------*/
.sp-header {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  z-index: 99;
}
.sp-header .h-logo img {
  width: clamp(16.6rem, 16.714vw + 9.68rem, 22.5rem);
  height: auto;
}
.sp-header .h-menu {
  position: fixed;
  top: 0;
  right: -1px;
  width: clamp(5.9rem, 5.932vw + 3.444rem, 8rem);
  height: auto;
  z-index: 99;
  cursor: pointer;
}

  /* sp-global-nav
-------------------------------------*/
#sp-global-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/common/bg-blue-texture.jpg") repeat;
  color: #fff;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 1001;
}
#sp-global-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

#sp-global-nav .h-logo {
  padding: 1.4rem 1.2rem 0;
}
#sp-global-nav .h-logo img {
  width: 16.6rem;
  height: auto;
}

#sp-global-nav .open-close-01 {
  position: fixed;
  top: 0;
  right: 0;
  width: 13vw;
  z-index: 98;
}
#sp-global-nav .open-close-01 img {
  width: 5.9rem;
  height: auto;
}

.sp-gnav__mailBtn {
  margin-top: 4rem;
  width: min(82.13vw, 450px);
  margin-inline: auto;
  margin-bottom: 5.65rem;
}
.sp-gnav__mailLink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0;
  background-color: #fff;
}

#sp-global-nav .open-color-Box {
  width: min(82.13vw, 450px);
  margin-top: 4.5rem;
  margin-inline: auto;
}

#sp-global-nav .open-link {
  width: 70vw;
  margin: 0 auto 4vw;
}

#sp-global-nav .list-title {
  padding-bottom: 1.66rem;
  border-bottom: 1px solid #6A7CA5;
}
#sp-global-nav .list li a {
  position: relative;
  display: block;
  padding: 2.4rem 0;
  color: #fff;
  border-bottom: 1px solid #6A7CA5;
  text-decoration: none;
}
#sp-global-nav .list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  background: url("../images/common/sp-gnav-arrow.svg") center / contain no-repeat;
}

.sp-gnav-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 8rem;
}
.sp-gnav-footer__logo img {
  width: 67.63vw;
}
.sp-gnav-footer__logo-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(26 / 16);
  letter-spacing: 0.11em;
}
.sp-gnav-footer__logo-text:nth-of-type(3) {
  margin-top: 0;
}
.sp-gnav-footer__snsList {
  display: flex;
  align-items: center;
  gap: 6.45rem;
  margin-top: 6.4rem;
}



  /* breadcrumb
  -------------------------------------*/
  .breadcrumb {
    display: none;
  }




  /* common-dot
  -------------------------------------*/
  .c-catch span {
    position: relative;
  }
  .c-catch span.white::after {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: 50%;
    transform: translate(-50%, -100%);
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-color:#fff;
    border-radius: 50%;
  }


  /* common
-------------------------------------*/
.c-catch span {
  position: relative;
  display: inline-block;
  transform: translateX(-1.3rem);
}
.c-catch span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
}
.c-catch .line-2nd {
  display: inline-block;
  transform: translateX(1.1rem);
}
.c-catch .line-2nd::after {
  content: none;
}


  /* endContact
  -------------------------------------*/
  .endContact{
    position: relative;
  }
  .endContact::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/common/endContact-bg-sp.jpg") center/cover no-repeat;
    z-index: 1;
  }
  .endContact__inner{
    padding-top: 18.5vw;
    padding-inline: 5.31vw;
    padding-bottom: 14.5vw;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 2;
  }
  .endContact__title{
    width: 56.8vw;
    margin-inline: auto;
  }
  .endContact__catch{
    margin-top: 12.1vw;
    font-size: 7.5vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .endContact__leadWrap{
    margin-top: 6.5vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .endContact__lead{
    font-size: 3.9vw;
  }
  .endContact__lead:last-of-type{
    margin-top: 5vw;
  }
  .endContact__btnWrap{
    width: 100%;
    margin-top: 11.9vw;
    margin-inline: auto;
  }
  .endContact__btnWrap a img{
    transition: all 0.2s ease;
  }
  .endContact__btnWrap a img:hover{
    filter: brightness(1.1);
    opacity: 1;
  }

  #index .endContact__inner {
    padding-top: 28.5vw;
  }



/* sp-page-top
-------------------------------------*/
.sp-page-top a {
  text-align: center;
  display: block;
  padding-top: 6.3rem;
  line-height: 1;
}
.sp-page-top a img {
  width: 11.6rem;
  height: auto;
}


/* footer
-------------------------------------*/
footer#footer {
  background: #f5f5f5;
}
footer#footer .footer-Box {
  padding-top: 7.6rem;
  padding-inline: 2.9vw;
  padding-bottom: 8.28rem;
  color: #000;
  text-align: center;
}

#footer .footer-main-Box__inner.footerMain {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "title"
    "sns";
  justify-items: center;
  width: 100%;
}

/* ===== title ===== */
#footer .footerMain__title {
  grid-area: title;
  width: 100%;
  text-align: center;
}
#footer .footerMain__title-image {
  text-align: center;
}
#footer .footerMain__title img {
  display: block;
  width: 282px;
  height: auto;
  margin: 0 auto;
}
#footer .footerMain__logo-text {
  margin-top: 1.9rem;
  font-size: clamp(1.6rem, 1.133vw + 1.131rem, 2rem);
  font-weight: 400;
  line-height: calc(26 / 16);
  letter-spacing: 0.11em;
  color: var(--color-black);
}

/* ===== menu ===== */
.footerMain__menu {
  display: none;
  grid-area: menu;
  justify-items: end;
}
.footerMain__menu-wrap {
  display: flex;
  gap: 126px;
  padding-top: 1.8rem;
}
.footerMain__menu-list-l a,
.footerMain__menu-list-r a {
  color: #fff;
}
.footerMain__menu-list-l li:not(:first-child) {
  margin-top: 3.5rem;
}

.footerMain__heading {
  color: #fff;
}
.footerMain__menu-list-r {
  margin-top: 2rem;
}
.footerMain__menu-list-r li:not(:first-child) {
  margin-top: 2rem;
}

/* ===== sns ===== */
.footerMain__sns {
  grid-area: sns;
  margin-top: 7.1rem;
}
.footerMain__snsList {
  display: flex;
  align-items: center;
  gap: 4.9rem;
}
.footerMain__snsItem img {
  width: clamp(2rem, 2.833vw + 0.827rem, 3rem);
}

.copyright {
  display: block;
  margin-top: 4.2rem;
  font-size: 14px;
}


footer {
  background: #fff;
}


/* copyright
-------------------------------------*/
.copyright {
  display: block;
  margin-top: 6.7rem;
  line-height: 1;
  text-align: center;
}

.copyright img {
  width:clamp(17.6rem, 37.96vw + 1.884rem, 31rem);
}

/* end-cta
-------------------------------------*/
.end-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.8rem;
  background-color: var(--color-main);
  text-align: center;
  z-index: 1000;
}


/* recaptcha
-------------------------------------*/
.grecaptcha-badge {
  bottom: 22vw !important;
  z-index: 30;
}

  /* common
-------------------------------------*/
.main-title {
  width: 100%;
  background: #333;
  color: #fff;
  padding: 7vw 0;
  text-align: center;
  margin-bottom: 4vw;
}
.main-title .en {
  display: block;
  font-size: 3.2vw;
  margin-bottom: 4vw;
  text-transform: uppercase;
}
.main-title .jp {
  display: block;
  font-size: 4.8vw;
  font-weight: bold;
}
h2.sub-title {
  font-weight: bold;
  padding: 3vw 3vw 1vw;
  margin-bottom: 5vw;
  font-size: 5vw;
  letter-spacing: 0.3vw;
  text-align: center;
  border-bottom: solid #000 0.2vw;
}
.seo_bread_list {
  width: 100%;
  padding: 2vw 2vw 3.5vw;
  margin: 0 auto;
  font-size: 3.2vw;
  color: #666;
  line-height: 1.6;
  position:relative;
  z-index: 10;
}


/*.seo_bread_list{display: none;}*/
.seo_bread_list a {
  color: #666;
}
.seo_bread_list li {
  margin-right: 1.5vw;
  float: left;
}
.seo_bread_list li::after {
  content: ">";
}
.seo_bread_list li:last-child::after {
  content: none;
}

.fit img {
  object-fit: cover;
}
.wysiwyg img {
  width: auto !important;
  height: auto !important;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none;
  /* overflow-x: hidden; */
}

/* chrome画質悪化の対策*/
img {
  image-rendering: -webkit-optimize-contrast;
}

/* 2カラムサイト---------------- */
#tow-cl #side {
  display: none;
}

/* WEB FONTs 游ゴシックかすれ予防*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

.f-min {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-min-02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-gothic {
  font-family:
    "Yu Gothic", "YuGothic",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",
    "Helvetica Neue", Verdana,
    -apple-system, BlinkMacSystemFont,
    sans-serif;
}
.f-gothic-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f-gothic-old {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-gothic-zen {
  font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-gothic-maru {
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*:focus {
  outline: none !important;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

body {
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #090909;
}
a:hover {
  text-decoration: none;
}
.nobd a:hover {
  text-decoration: none !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

/* img-block */
/* アンカーリンク調整 */
.hideAnchor {
  display: block;
  height: 0;
  /* overflow: hidden; */
  text-indent: -9999px;
  margin-top: -2vw;
  padding-bottom: 2vw;
}
/* スクロール縦 */
.scroll-y {
  box-sizing: border-box;
  /* overflow-y: scroll; */
  transform: translateZ(0);
}
/* リンク透明 */
a img:hover {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/* リンク透明にしない */
.noop a img:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.sp-ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5vw;
  height: 0;
  overflow: hidden;
}
.sp-ggmap iframe,
.sp-ggmap object,
.sp-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face {
  font-family: "jp-sttl01";
  /* お好きな名前にしましょう */
  src: url("../font/.eot");
  /* IE9以上用 */
  src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  /* iOS, Android用 */
  /* 念の為指定しておきます */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.myWebFontClass {
  font-family: "jp-sttl01";
}
}



/* ========================================
    @media screen and (max-height: 414px)
======================================== */
@media screen and (max-width: 413px) {
  #footer .footerMain__logo-text {
    font-size: clamp(1.2rem, 4.301vw - 0.176rem, 1.6rem);
  }
  #footer .footerMain__sns {
    margin-top: clamp(3rem, 53.763vw - 14.204rem, 8rem);
  }
  .sp-fix-list {
    display: none;
  }
  .copyright {
    margin-top: clamp(2.2rem, 53.763vw - 15.004rem, 7.2rem);
  }
}



/* ========================================
    @media screen and (max-height: 450px)
======================================== */
@media screen and (max-height: 450px) {
  footer#footer .footer-Box {
    padding-top: clamp(4rem, 32.258vw - 6.323rem, 7rem);
    padding-bottom: clamp(4.2rem, 43.011vw - 9.563rem, 8.2rem);
  }
}



/* ========================================
    @media screen and (min-width: 768px) and (max-width: 1200px)
======================================== */
.vw1200 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .vw1200 {
    display: block !important;
  }
}



/* ========================================
    @media screen and (min-width: 1921px)
======================================== */
@media screen and (min-width: 1921px) {
  .pc-menu {
    right: calc((100vw - min(1920px, 100vw)) / 2);
    /* right: calc(((100vw - 1920px) - (100vw - 100%)) / 2); */
  }
}