@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
500：Medium（デフォルト）
*/
/*
Interstateフォント設定
400：regular（デフォルト）
700：Bold
*/
/*
Noto Sans CJK JPフォント設定
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
html {
  font-size: 100px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  html {
    font-size: clamp(75px, 6.25vw, 100px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: clamp(85px, 26.6666666667vw, 114px);
    -webkit-text-size-adjust: 100%;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
}
.wf-active body, .loading-delay body {
  opacity: 1;
  transition: opacity 1s;
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
td,
th,
figure {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
main,
nav,
section,
figcaption,
figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input,
select,
button,
optgroup,
textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .mod_main {
    overflow: hidden;
  }
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  transition: none !important;
}

.stick {
  position: relative;
  width: 100%;
  height: 0.45rem;
}
@media screen and (max-width: 640px) {
  .stick {
    height: 0.26rem;
  }
}

.stick__image {
  width: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .stick__image {
    width: 0.35rem;
  }
}

/* 共通ボタン */
.button {
  width: 2.4rem;
  height: 0.5rem;
  border-radius: 0.26rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .button {
    width: 1.8rem;
    height: 0.4rem;
    margin: 0 auto;
  }
}
.button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 0.26rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.3s;
  z-index: 2;
  box-sizing: border-box;
}
.no-touchevents .button:hover .innerButton:before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.no-touchevents .button:hover .innerButton:after {
  transform: scaleX(1);
  transform-origin: left top;
}
.no-touchevents .button:hover .buttonText {
  color: #fff;
}
.no-touchevents .button:hover::before {
  visibility: hidden;
  opacity: 0;
}

.innerButton {
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}
.innerButton::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.innerButton:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #008fdf, #274482);
  opacity: 0.7;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.buttonText {
  position: relative;
  z-index: 1;
  font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 0.15rem;
  line-height: 1.73;
  letter-spacing: 0;
  color: #12222f;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .buttonText {
    font-size: 0.14rem;
    line-height: 1.39;
  }
}

/* 横の余白 */
.wrap {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}

/* 共通見出し */
.sectionTitleLarge {
  font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
  color: #328cdc;
}
@media screen and (max-width: 640px) {
  .sectionTitleLarge {
    font-size: 0.35rem;
    line-height: 1.28;
  }
}

.sectionTitleMedium {
  font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.38rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #328cdc;
}
@media screen and (max-width: 640px) {
  .sectionTitleMedium {
    font-size: 0.25rem;
    line-height: 1.28;
  }
}

.sectionSubTitle {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 1.56;
  letter-spacing: 0.02em;
  color: #12222f;
  position: relative;
  padding-left: 0.25rem;
}
@media screen and (max-width: 640px) {
  .sectionSubTitle {
    font-size: 0.14rem;
    line-height: 1;
    padding-left: 0.2rem;
  }
}
.sectionSubTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0.1rem;
  border: 1px solid #328cdc;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 0.8rem;
}
@media screen and (max-width: 640px) {
  .header {
    height: 0.6rem;
  }
}

.header__box {
  width: 100%;
  height: 0.8rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .header__box {
    height: 0.6rem;
  }
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #131c21;
  z-index: 100;
  filter: height(2rem);
  transition: filter 1s, height 0.2s;
}
@media screen and (max-width: 640px) {
  .header__logo {
    width: 1.1rem;
    height: 1.1rem;
    filter: height(1.1rem);
  }
}
.state_screenheightscroll .header__logo {
  filter: height(0.8rem);
}
@media screen and (max-width: 640px) {
  .state_screenheightscroll .header__logo {
    filter: height(0.6rem);
  }
}
.header__logo.active {
  height: 0.8rem;
}
@media screen and (max-width: 640px) {
  .header__logo.active {
    height: 0.6rem;
  }
}

.header__logoImage {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .header__logoImage {
    width: 0.7rem;
  }
}

.headerNav {
  height: 0.8rem;
}
@media screen and (max-width: 640px) {
  .headerNav {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    height: var(--device-height);
    height: 100dvh;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    pointer-events: auto;
    background-color: rgba(19, 28, 33, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s, visibility 0.7s;
    pointer-events: none;
  }
  .spmenuopen .headerNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .headerNav > .in {
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    padding: 1.4rem 0 0.4rem;
  }
}

.headerNav__list {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .headerNav__list {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.headerNav__item {
  margin: 0 0.155rem;
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .headerNav__item {
    margin: 0 0 0.1rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.headerNav__item:not(:last-of-type):not(:first-of-type):before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.16rem;
  border-left: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.16rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .headerNav__item:not(:last-of-type):not(:first-of-type):before {
    content: none;
  }
}
.headerNav__item:last-of-type {
  margin: 0;
}
.no-touchevents .headerNav__item:hover > .headerNav__subList {
  visibility: visible;
  opacity: 1;
}
.no-touchevents .headerNav__item:hover > .headerNav__drawer::before, .no-touchevents .headerNav__item:hover > .headerNav__drawer::after {
  visibility: visible;
  opacity: 1;
}

.item-service {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .headerNav__subItem {
    visibility: hidden;
    opacity: 0;
  }
  .spmenuopen .headerNav__subItem {
    opacity: 1;
    visibility: visible;
  }
}

.headerNav__drawer {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 640px) {
  .headerNav__drawer {
    width: 42%;
  }
}
.headerNav__drawer::before, .headerNav__drawer::after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 640px) {
  .headerNav__drawer::before, .headerNav__drawer::after {
    visibility: visible;
    opacity: 1;
    content: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.headerNav__drawer::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background-image: linear-gradient(90deg, #328cdc, #304280);
  bottom: -2px;
  left: 50%;
  z-index: 1;
}
.headerNav__drawer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.155rem;
  width: calc(100% + 0.31rem);
  height: 0.04rem;
  background-image: linear-gradient(90deg, #328cdc, #304280);
  z-index: 2;
}

.headerNav__link {
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.2;
  letter-spacing: 0;
  transition: color 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .headerNav__link {
    font-size: 0.24rem;
    line-height: 1.667;
    color: #fff;
    position: relative;
    padding-left: 0.18rem;
  }
  .headerNav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 10px;
    height: 1px;
    background-color: #328cdc;
  }
}
.no-touchevents .headerNav__link:hover {
  color: #328cdc;
}

.headerNav__subList {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.8rem;
  left: -0.15rem;
  padding: 0.1rem 0.3rem 0.15rem 0.3rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 640px) {
  .headerNav__subList {
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    padding: 0;
  }
}

.headerNav__subLink {
  white-space: nowrap;
  display: block;
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0.16rem 0;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .headerNav__subLink {
    font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 400;
    line-height: 1.667;
    color: #fff;
    margin: 0;
    font-size: 0.18rem;
    padding: 0;
    letter-spacing: 0;
  }
}
.no-touchevents .headerNav__subLink:hover {
  color: #328cdc;
}

.headerNav__lang {
  display: flex;
  align-items: center;
  margin: 0 0.45rem 0 0.3rem;
}

.lang,
.headerSpNav__lang {
  display: flex;
}

.lang__item,
.headerSpNav__langItem {
  position: relative;
}
@media screen and (max-width: 640px) {
  .lang__item,
  .headerSpNav__langItem {
    margin: 0 0.07rem;
  }
}
.lang__item:first-of-type,
.headerSpNav__langItem:first-of-type {
  margin-right: 0.1rem;
}
@media screen and (max-width: 640px) {
  .lang__item:first-of-type,
  .headerSpNav__langItem:first-of-type {
    margin-right: 0.07rem;
  }
}
.lang__item:first-of-type:after,
.headerSpNav__langItem:first-of-type:after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: -0.05rem;
  transform: translate(-50%, 15%);
  width: 0.03rem;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .lang__item:first-of-type:after,
  .headerSpNav__langItem:first-of-type:after {
    right: -0.07rem;
    transform: translate(0, 0);
  }
}

.lang__link,
.headerSpNav__langLink {
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.2;
  letter-spacing: 0;
  transition: color 0.3s;
  color: #ccc;
}
@media screen and (max-width: 640px) {
  .lang__link,
  .headerSpNav__langLink {
    font-size: 0.14rem;
    line-height: 1.18;
    letter-spacing: 0;
  }
}
.no-touchevents .lang__link:hover,
.no-touchevents .headerSpNav__langLink:hover {
  color: #328cdc;
}

.headerNav__btn {
  width: 1.8rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #328cdc, #304280);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.headerNav__btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.no-touchevents .headerNav__btn:hover {
  background-image: none;
  background-color: #fff;
}
.no-touchevents .headerNav__btn:hover .headerNav__innerBtn:before,
.no-touchevents .headerNav__btn:hover .headerNav__innerBtn:after {
  transform: scaleX(1);
  transform-origin: left top;
}

.headerNav__innerBtn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(90deg, #008fdf, #274482);
}
.headerNav__innerBtn:before, .headerNav__innerBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.headerNav__innerBtn:before {
  background-color: #fff;
}
.headerNav__innerBtn:after {
  background-image: linear-gradient(90deg, #008fdf, #274482);
  opacity: 0.7;
}

.headerNav__btnText {
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .headerSpNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 0.6rem;
    padding-right: 0.65rem;
    z-index: 11;
    background-color: #fff;
  }
}

@media screen and (max-width: 640px) {
  .headerSpNav__list {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.12rem;
         column-gap: 0.12rem;
  }
}

@media screen and (max-width: 640px) {
  .headerSpLang {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .headerSpNavContact {
    width: 0.9rem;
    height: 0.28rem;
    border-radius: 0.26rem;
    background-image: linear-gradient(90deg, #328cdc, #304280);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .headerSpNavContact__text {
    font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 0.12rem;
    line-height: 1.38;
    letter-spacing: 0.05em;
    color: #fff;
  }
}

@media screen and (max-width: 640px) {
  .menu {
    width: 0.6rem;
    height: 0.6rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
  }
  .menu .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0.2rem;
    height: 1.5px;
    margin: auto;
    background-image: linear-gradient(90deg, #328cdc, #304280);
    transition: 0.3s;
  }
  .menu .open .bar:nth-child(1) {
    top: -16px;
  }
  .menu .open .bar:nth-child(2) {
    width: 0.1rem;
    transform: translate(-50%, 0);
  }
  .menu .open .bar:nth-child(3) {
    bottom: -16px;
  }
  .menu .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1.5px;
    margin: auto;
    background-image: linear-gradient(90deg, #328cdc, #304280);
    transition: 0.3s;
  }
  .menu .close .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  .menu .close .bar:nth-child(2) {
    transform: rotate(-45deg);
  }
  .spmenuopen .menu .open .bar {
    width: 0;
  }
  .spmenuopen .menu .close .bar {
    width: 0.2rem;
  }
}

/* パンくず */
.mod_breadcrumblist {
  background-color: #fff;
  height: 0.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .mod_breadcrumblist {
    height: 0.65rem;
    overflow: auto;
  }
}
.mod_breadcrumblist .in {
  max-width: 12rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.1rem;
  width: 100%;
  white-space: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod_breadcrumblist .in {
    padding: 0 0.2rem;
  }
}
.mod_breadcrumblist .in .link {
  display: inline-block;
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  padding-right: 0.2rem;
  position: relative;
}
.no-touchevents .mod_breadcrumblist .in .link:hover {
  text-decoration: underline;
}
.mod_breadcrumblist .in .link:last-of-type {
  color: #ccc;
  text-decoration: none;
}
.mod_breadcrumblist .in .link:before {
  content: "";
  position: absolute;
  right: 0.05rem;
  top: calc(50% - 0.03rem);
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .mod_breadcrumblist .in .link:before {
    right: 0.08rem;
    top: calc(50% - 0.03rem);
    width: 0.04rem;
    height: 0.04rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_breadcrumblist .in .link {
    font-size: 0.12rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.mod_breadcrumblist .in .link + .link {
  position: relative;
  padding-right: 0.2rem;
}
.mod_breadcrumblist .in .link + .link:before {
  content: "";
  position: absolute;
  right: 0.05rem;
  top: calc(50% - 0.03rem);
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .mod_breadcrumblist .in .link + .link:before {
    right: 0.08rem;
    top: calc(50% - 0.03rem);
    width: 0.04rem;
    height: 0.04rem;
  }
}
.mod_breadcrumblist .in .link + .link:last-of-type:before {
  content: none;
}

@media screen and (max-width: 640px) {
  .mod_breadcrumblist.research {
    height: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_breadcrumblist.research .in {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_breadcrumblist.research .in .link {
    font-size: 0.11rem;
  }
}

/* フッター */
.mod_footer {
  background-color: #fff;
}

.belt {
  padding: 1rem 0 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .belt {
    flex-direction: column;
    justify-content: center;
    padding: 0.43rem 0;
  }
}

.belt__inner {
  font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}
.belt__inner--black, .belt__inner--blue {
  color: #000;
  font-size: 0.2rem;
  line-height: 1.05;
  letter-spacing: 1.08em;
}
@media screen and (max-width: 640px) {
  .belt__inner--black, .belt__inner--blue {
    font-size: 0.15rem;
    line-height: 2;
    letter-spacing: 0.6em;
  }
}
.belt__inner--black {
  color: #12222f;
}
.belt__inner--blue {
  color: #328cdc;
  padding-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .belt__inner--blue {
    padding-left: 0;
  }
}
.belt__inner--small {
  color: #12222f;
  font-size: 0.16rem;
  line-height: 1.31;
  letter-spacing: 0.8em;
  padding-left: 0.48rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .belt__inner--small {
    font-size: 0.12rem;
    line-height: 2;
    letter-spacing: 0.6em;
    padding-left: 0;
  }
}
.belt__inner--small::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 640px) {
  .belt__inner--small::before {
    content: none;
  }
}

.connection {
  display: flex;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .connection {
    flex-direction: column;
    padding: 0;
  }
}

.contact {
  width: 50%;
  padding: 0.73rem 0 0.82rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contact {
    width: 100%;
    padding: 0.37rem 0 0.39rem;
  }
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
@media screen and (max-width: 640px) {
  .contact::before {
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.contact__title {
  font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 0.38rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #328cdc;
  margin-bottom: 0.36rem;
}
@media screen and (max-width: 640px) {
  .contact__title {
    font-size: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.contact__button {
  width: 2.4rem;
  height: 0.5rem;
  border-radius: 0.26rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #328cdc, #304280);
  margin: 0 auto;
  border: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .contact__button {
    width: 1.8rem;
    height: 0.4rem;
    margin: 0 auto;
    border-radius: 0.195rem;
  }
}
.contact__button::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.no-touchevents .contact__button:hover {
  background-image: none;
  background-color: #fff;
}
.no-touchevents .contact__button:hover .contact__innerButton:before,
.no-touchevents .contact__button:hover .contact__innerButton:after {
  transform: scaleX(1);
  transform-origin: left top;
}

.contact__innerButton {
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(90deg, #008fdf, #274482);
}
.contact__innerButton:before, .contact__innerButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.contact__innerButton:before {
  background-color: #fff;
}
.contact__innerButton:after {
  background-image: linear-gradient(90deg, #008fdf, #274482);
  opacity: 0.7;
}

.contact__buttonText {
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .contact__buttonText {
    font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.39;
    letter-spacing: 0;
  }
}

.sns {
  width: 50%;
  padding: 0.73rem 0 0.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sns {
    width: 100%;
    padding: 0.37rem 0;
  }
}

.sns__title {
  font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 0.38rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #328cdc;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sns__title {
    font-size: 0.25rem;
    margin-bottom: 0.22rem;
  }
}

.sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sns__list {
    gap: 0.25rem;
  }
}

.sns__link {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: none;
}
.no-touchevents .sns__link:hover {
  opacity: 0.5;
}

.sns__image {
  fill: #ccc;
}
@media screen and (max-width: 640px) {
  .sns__image {
    width: 70%;
  }
}

.footer {
  background-color: #131c21;
  padding-top: 0.8rem;
  height: 2.6rem;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 0.45rem 0.3rem 0;
    height: 3.4rem;
  }
}

.footer__container {
  display: grid;
  grid-template-columns: 1.75rem auto 1.15rem;
  grid-template-rows: auto;
}
@media screen and (max-width: 640px) {
  .footer__container {
    grid-template-columns: 1.2rem auto;
    grid-template-rows: 0.27rem auto;
    row-gap: 0.3rem;
  }
}

.footer__logo {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .footer__logo {
    width: 1.2rem;
    margin-bottom: auto;
  }
}

.footer__logoImage {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
.no-touchevents .footer__logoImage:hover {
  opacity: 0.5;
}

.footerNav {
  display: flex;
  align-items: center;
  grid-column: 2/3;
  grid-row: 1;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .footerNav {
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 0;
  }
}

.footerNav__drawer {
  cursor: pointer;
}

.footerNav__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(4, auto);
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
@media screen and (max-width: 640px) {
  .footerNav__list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(5, auto);
    -moz-column-gap: 0.34rem;
         column-gap: 0.34rem;
  }
}

.footerNav__item {
  color: #fff;
  transition: color 0.3s;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .footerNav__item {
    margin-bottom: 0;
  }
}
.footerNav__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footerNav__item:nth-child(2) {
  grid-column: 1;
  grid-row: 2/5;
}
@media screen and (max-width: 640px) {
  .footerNav__item:nth-child(2) {
    grid-row: 2/5;
  }
}
.footerNav__item:nth-child(3) {
  grid-column: 2;
  grid-row: 1/4;
}
@media screen and (max-width: 640px) {
  .footerNav__item:nth-child(3) {
    grid-column: 1;
    grid-row: 5/6;
  }
}
.footerNav__item:nth-child(4) {
  grid-column: 2;
  grid-row: 4;
}
@media screen and (max-width: 640px) {
  .footerNav__item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0.12rem;
  }
}
.footerNav__item:nth-child(5) {
  grid-column: 3;
  grid-row: 1;
}
@media screen and (max-width: 640px) {
  .footerNav__item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
}
.footerNav__item:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 640px) {
  .footerNav__item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
}
.footerNav__item:nth-child(7) {
  grid-column: 3;
  grid-row: 3;
}
@media screen and (max-width: 640px) {
  .footerNav__item:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }
}
.footerNav__item:nth-child(8) {
  grid-column: 3;
  grid-row: 4;
}
@media screen and (max-width: 640px) {
  .footerNav__item:nth-child(8) {
    grid-column: 2;
    grid-row: 5;
  }
}

.footerNav__link {
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.38;
  letter-spacing: 0;
  transition: color 0.3s;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footerNav__link {
    font-size: 0.13rem;
    line-height: 1.769;
  }
}
.no-touchevents .footerNav__link:hover {
  color: #328cdc;
}

.footerNav__subList {
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .footerNav__subList {
    margin-top: 0.05rem;
  }
}

@media screen and (max-width: 640px) {
  .footerNav__subItem {
    padding-left: 0.1rem;
  }
}

.footerNav__subLink {
  display: block;
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 1.857;
  letter-spacing: 0;
  margin: 0 0.1rem;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .footerNav__subLink {
    font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-size: 0.11rem;
    line-height: 1.7;
  }
}
.no-touchevents .footerNav__subLink:hover {
  color: #328cdc;
}

.footerLang {
  grid-column: 3/4;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .footerLang {
    grid-column: 2/3;
    grid-row: 1/2;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.footerLang__list {
  position: relative;
  transition: transform 0.2s;
  margin-left: 0.15rem;
}
@media screen and (max-width: 640px) {
  .footerLang__list {
    margin: 0 0 0 0.15rem;
  }
}
.footerLang__list:first-of-type:after {
  content: "/";
  color: #cccccc;
  display: block;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0.03rem);
  right: -0.075rem;
  width: 0.03rem;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .footerLang__list:first-of-type:after {
    transform: translate(-50%, 0);
    font-size: 0.14rem;
    line-height: 1.18;
  }
}

.footerLang__link {
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.38;
  letter-spacing: 0;
  transition: color 0.3s;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footerLang__link {
    font-size: 0.14rem;
    line-height: 1.18;
  }
}
.no-touchevents .footerLang__link:hover {
  color: #328cdc;
}

.copy {
  color: #fff;
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0.38rem;
  left: 0.4rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .copy {
    font-size: 0.11rem;
    line-height: 1.91;
    bottom: 0.15rem;
    left: 0.3rem;
  }
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 0.4rem;
  right: 0.4rem;
  width: 0.2rem;
  height: 0.21rem;
  filter: opacity(0%);
  pointer-events: none;
  transition: filter 1s, opacity 0.2s;
  z-index: 1;
  margin-bottom: env(safe-area-inset-bottom);
}
.no-touchevents .pagetopbtn:hover {
  opacity: 0.6;
}
.state_screenheightscroll .pagetopbtn {
  filter: opacity(100%);
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    bottom: 0.15rem;
    right: 0.15rem;
  }
}

.pagetopbtn__arrow {
  width: 0.2rem;
  height: 0.21rem;
  fill: #12222f;
}
.pagetopbtn__arrow.endline {
  fill: #fff;
}
@media screen and (max-width: 640px) {
  .pagetopbtn__arrow {
    bottom: 0.15rem;
    right: 0.15rem;
  }
}

.current {
  color: #328cdc;
}
@media screen and (max-width: 640px) {
  .current {
    color: #328cdc;
  }
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}