/* =========================================================
	preliminary arrangements
========================================================= */
:root {
  --width: calc(100vw - 17px);
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

nav {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  border-style: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
i,
ul,
li,
figure,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
figure,
nav {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
.contents h2,
.contents h3,
.contents p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  font-feature-settings: "palt";
}

br.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {

  .contents h2,
  .contents h3,
  .contents p {
    font-size: 14px;
  }
}

/* =========================================================
	element style
========================================================= */

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
}

a {
  color: #222222;
  text-decoration: none;
}
.color-blue { color:#334a85 }
.mt30 {
  margin-top: 30px;
}
.text-center {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: underline;
  }

  .hov:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.smart-on {
  display: none;
}

br.smart-off {
  display: inline;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.smart-on {
    display: inline;
  }

  br.smart-off {
    display: none;
  }
}

/* =========================================================
 icon
========================================================= */

@font-face {
  font-family: "fonts";
  src: url("../fonts/fonts-ielakg.ttf") format("truetype"),
    url("../fonts/fonts-ielakg.woff") format("woff"),
    url("../fonts/fonts-ielakg.svg#fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick-.eot#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fonts" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #092E57;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-up:before {
  content: "\e90a";
}

/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */

/* =========================================================
	general
========================================================= */

/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/

#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #wrapper {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.contents {
  zoom: 1;
  text-align: center;
}

.contents:before,
.contents:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}

.contents:after {
  clear: both;
}


/*----------------------------------------------------
	header
----------------------------------------------------*/

#header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  margin: auto;
}

#header a {
  text-decoration: none;
  display: block;
  color: #222222;
  line-height: 1;
}

#header #head-logo,
#header #gnav {
  position: absolute;
}

#header #head-logo {
  top: 17px;
  left: 0;
  /*width: 92px;*/
}

#header #head-logo a img {
  /*width: 92px;
	height: 47.4px;	*/
  height: 48px;
}

@media screen and (max-width: 1200px) {}

@media screen and (min-width: 960px) {}

@media screen and (max-width: 959px) {
  #header {
    width: auto;
    height: 80px;
  }

  #header a {
    text-decoration: none;
    display: block;
    color: #000;
    line-height: 1;
  }

  #header #head-logo,
  #header #gnav {
    position: static;
  }

  #header #head-logo {
    position: absolute;
    top: 15px;
    left: 10px;
  }

}

@media screen and (max-width: 767px) {
  #header {
    height: 80px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
  }

  #header #head-logo {
    top: 15px;
    width: 180px;
  }

  #header #head-logo a img {
    /*width: 90px;*/
    height: inherit;
  }

}

/*----------------------------------------------------
	footer
----------------------------------------------------*/

#footer {
  background: #666666;
}

#copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  text-align: center;
  color: #cecece;
  background-color: #4e4d4d;
}

@media screen and (max-width: 767px) {
  #copyright {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}

/* ========================================================================
	下層ページ用パーツ
======================================================================== */
/*--------------*/
.pageWrap .anc {
  position: relative;
}

.pageWrap .img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.pageWrap .img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
}

.pageWrap .img_wrap:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.pageWrap .overFlowHid01 {
  overflow: hidden;
}

/*-----------------------*/
.pageWrap .pc {
  display: block !important;
}

.pageWrap .sp {
  display: none !important;
}

.pageWrap .contIn {
  width: 95%;
  ;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  min-height: 100vh;
}

.pageWrap .boxShadow01 {
  -webkit-box-shadow: 0px 3px 8px 8px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 3px 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 8px rgba(0, 0, 0, 0.1);
}

/*@media all and (min-width: 0px) and (max-width: 768px) */
@media all and (min-width: 0px) and (max-width: 768px) {
  .pageWrap {}

  .pageWrap .contIn {
    width: auto;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .pageWrap .pc {
    display: none !important;
  }

  .pageWrap .sp {
    display: block !important;
  }

  .pageWrap .ancIn {
    position: absolute;
    top: -80px;
  }
}


/* =================================
	メインビジュアル ※ノーマル
================================== */
.detailMainvisual01 {
  background: #D9E1F5;
  color: #222;
  position: relative;
  display: table;
  width: 100%;
}

/*-濃いグレー-*/
.detailMainvisual01.bgCl01 {
  background: #313131;
}

.detailMainvisual01 .detailMainTb01 {
  display: table;
  width: auto;
  min-height: 192px;
  position: relative;
}

.detailMainvisual01 .detailMainCell01 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  color: #fff;
  padding: 50px 0;
}

.detailMainvisual01 .detailMainBox01 {
  display: block;
  box-sizing: border-box;
  padding: 0 0;
  vertical-align: middle;
  text-align: center;
}

.detailMainvisual01 .detailTtl {
  background: #222222;
  min-width: 228px;
  height: auto;
  line-height: 1.8em;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin: 0 auto 15px;
  padding: 10px 30px;
}

.detailMainvisual01 .detailTtl.type01 {
  background: none;
  padding: 0 30px;
}

.detailMainvisual01 .detailSubttl {
  font-size: 37px;
  line-height: 1.7em;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 20px 0;
  color: #222;
}

.detailMainvisual .detailSubttl span {
  color: #FF8900;
}

/*-----------*/
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
  .detailMainvisual01 {
    position: relative;
    min-height: 100px;
    display: block;
  }

  .detailMainvisual01 .detailMainBox01 {
    padding: 0 0;
  }

  .detailMainvisual01 .detailMainTb01 {
    display: table;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 10px 0;
  }

  .detailMainvisual01 .detailMainCell01 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    height: auto;
    color: #fff;
    padding: 20px;
  }

  .detailMainvisual01 .detailTtl {
    background: #222222;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    margin: 0 auto 10px;
    padding: 5px 20px;
  }

  .detailMainvisual01 .detailSubttl {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    display: block;
  }

  /*-----------*/
}

#bread-wrap {
  width: 100%;
}

#bread-crumb {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 1.3;
  color: #222;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#bread-crumb a {
  color: #092E57;
}

#bread-crumb ol {
  padding: 0;
  margin: 0;
}

#bread-crumb li {
  display: inline-block;
}

#bread-crumb li:after {
  display: inline-block;
  content: ">";
  margin: 0 0.4em;
  color: #959fa5;
}

#bread-crumb li.current:after {
  content: none;
}

/* =========================================================
 レスポンシブ対応
========================================================= */

@media screen and (max-width: 767px) {
  br.pc_only {
    display: none;
  }

  .sptop {
    display: flex !important;
  }

  .contents {
    margin-top: 80px;
  }

  #bread-crumb {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 1.7;
    font-size: 13px;
    height: auto;
    background-color: #fff;
    text-align: left;
  }


}

/* =================================
	フォーム
================================== */

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
  .pageWrap.FORM iframe {
    width: 100%;
  }
}

.hbspt-form {
  margin-bottom: 80px;
  height: 100%;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1134px;
    margin: 32px auto 40px;
    justify-content: center;
    text-align: left;
}
.content-wrapper h1 {
    font-size: clamp(18px, 2vw, 1.75rem);
    font-weight: bold;
    margin-bottom: 2rem;
}
.content-left {
    width: 630px;
    margin-right: 24px;
}
.content-right {
    width: 460px;
}

.slide.--current {
    display: block;
}
.slide-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.slide-container {
    width: fit-content;
}
.slides {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
    width: 300%; /* スライド数に応じて調整 */
}
.slide {
    width: 100%;
    flex-shrink: 0;
}
.carousel__prev, .carousel__next {
    width: 32px;
    height: 32px;
    background-color: #9c9da1;
    border-radius: 50%;
    border: 0;
    box-shadow: 0 6px 12px #e6e7eb;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    inset-block-start: 50%;
    transform: translateY(-50%);
    transition: opacity .3s;
    opacity: 0.8
}
.carousel__prev:hover, .carousel__next:hover {
    opacity: 0.3;
}
.carousel__prev {
    left: 16px;
}
.carousel__next {
    right: 16px;
}
.hidden {
    display: none;
}
.carousel__pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
}
.carousel__pagination-button {
    width: 10px;
    height: 10px;
    background-color: #e6e7eb;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}
.carousel__pagination-button--active {
    background-color: #334A85;
}
.text-wrapper {
    background-color: #D9E1F5;
    padding: 1rem 0.85rem;
    text-align: left;
    display: grid;
    gap: 1.25rem;
    margin: 2rem 0;
}
.text-wrapper h2 {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.text-wrapper ul {
    list-style-type: disc;
    padding-left: 2rem;
}
.text-wrapper ul li {
    margin-bottom: 0.5em;
}
@media screen and (max-width:1134px) {
    #bread-wrap {
        padding-left: 16px;
    }
    .content-wrapper {
        padding: 0 3%;
        justify-content: space-between;
        width: stretch;
    }
    .content-left, .content-right {
        width: 48%;
        margin: 0;
    }
}
@media screen and (max-width:767px) {
    .content-wrapper {
        padding: 24px;
    }
    .content-left, .content-right {
        width: stretch;
    }
}