@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------ 共通変数 */
/* ------------------------------------------------------------------------------------------------------ メディアクエリ関数 */
/* ------------------------------------------------------------------------------------------------------ フォントサイズ関数 */
/* ------------------------------------------------------------------------------------------------------ clearfix関数 */
/* ------------------------------------------------------------------------------------------------------ Text hidden関数 */
/* ------------------------------------------------------------------------------------------------------ bacground関数 */
/* ------------------------------------------------------------------------------------------------------ max-width関数 */
/* ------------------------------------------------------------------------------------------------------ max-width_2関数 */
/***************** 基本構造 *****************/
*, *:before, *:after {
  background-repeat: no-repeat;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-repeat: repeat;
  font-family: "Lato", "Noto Sans JP", "源ノ角ゴシック Code JP", "源ノ角ゴシック Code JP Regular", "SourceHanCodeJP", "SourceHanCodeJP Regular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: #232323;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ; /* ie8 */
  border: none;
  vertical-align: text-bottom;
}

a {
  text-decoration: none;
}
a:link, a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:visited {
  color: #232323;
}

figure {
  margin: 0;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
  overflow: hidden;
}

.container {
  padding: 0 20px;
}

main :is(.mainvisual, section) {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  position: relative;
  margin-top: 60px;
}

.row {
  position: relative;
  margin-top: 45px;
}

.parag {
  position: relative;
  margin-top: 30px;
}

ul.kome {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.kome li {
  position: relative;
  margin: 3px 0 0;
  padding: 0 0 0 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
ul.kome li:first-child {
  margin-top: 0;
}
ul.kome li:before {
  content: "※ ";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 601px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .container {
    padding: 0 30px;
  }
}
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  a:link {
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }
  a:hover {
    text-decoration: none;
  }
  a:active {
    text-decoration: none;
  }
  #wrapper {
    padding-top: 30px;
  }
  .container {
    padding: 0 60px;
  }
  .section {
    margin-top: 120px;
  }
  .row {
    margin-top: 60px;
  }
  .parag {
    margin-top: 30px;
  }
}
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ visuallyHidden関数 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------------------------------------------------------------ アンカーポイント */
.anchor {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 1025px) {
  .anchor {
    top: -120px;
  }
}
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ footer・FMKラベル */
.footer {
  padding: 0 0 80px;
}
.footer small {
  display: block;
  text-align: center;
}

.fmklbl {
  width: 100%;
}
.fmklbl ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.fmklbl ul li {
  margin: 0;
  padding: 0;
  /* max 1024px -- */
}
.fmklbl ul li a {
  display: block;
  text-align: center;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 40px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .fmklbl ul li:nth-child(1) a {
    background-color: #ccc;
  }
  .fmklbl ul li:nth-child(2) a {
    background-color: #bbb;
  }
}

@media screen and (min-width: 601px) {
  .footer {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 0 0 20px;
  }
  .fmklbl {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 30px;
    background-color: #252525;
    background-image: url("../../common/img_fmklogo.png");
    background-position: 15px center;
  }
  .fmklbl ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
  }
  .fmklbl ul li a {
    line-height: 30px;
    color: #fff;
  }
  .fmklbl ul li a:hover {
    background-color: #fc1b1c;
    text-decoration: none;
  }
} /* min 1025px -- */