@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../font/NotoSans_Regular.woff2") format("woff2"), url("../font/NotoSans_regular.woff") format("woff"), url("../font/NotoSans_regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../font/NotoSans_Medium.woff2") format("woff2"), url("../font/NotoSans_medium.woff") format("woff"), url("../font/NotoSans_medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../font/NotoSans_Bold.woff2") format("woff2"), url("../font/NotoSans_bold.woff") format("woff"), url("../font/NotoSans_bold.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff");
}
/*!
 * variables.scss
 */
/*!
 * スマホサイズ
 * カラー
 * vw計算式
 * percent計算式
 * 擬似要素
 * 背景画像パス
 * フォントサイズ
 * フォントサイズの指定
 * メディアクエリ
 * 上下左右中央配置 
 * リンクカラー
 * 三角矢印
 * グラデーション背景
 * 自動でベンダープレフィックスをつける
 * 親要素に対して中央寄せ
 * 自動連番
 * イージング
 * ボタン
 * 三角矢印2
 */
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

fieldset {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

mark {
  background: none;
}

a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ul,
ol {
  list-style-position: outside;
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

address, em {
  font-style: normal;
}

/*IE用セレクトボックスカスタマイズ*/
select::-ms-expand {
  display: none;
}

/* Box sizingの定義 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
  overflow-y: scroll;
  color: #493b33;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #493b31;
}

a {
  text-decoration: none;
}
a img, a svg {
  transition: opacity 0.25s ease-in-out;
}

li {
  list-style: none;
}

.h-center {
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}

/*---------------------------------------------
new-header
---------------------------------------------*/
header {
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  height: auto;
}

.new-header {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.new-header .logo {
  height: 42px;
}
.new-header .logo img {
  height: 100%;
}

.new-header .header-title {
  font-weight: 700;
  margin-left: 16px;
  line-height: 20px;
  color: #493b32;
  font-size: 14px;
  width: 170px;
}

/*@media screen and (max-width: 990px) {
  .new-header .header-title {
      display:none
  }
}*/
@media screen and (max-width: 969px) {
  .new-header {
    height: 44px;
    padding: 0 16px;
  }
  .new-header .logo {
    height: 21px;
  }
  .new-header .logo img {
    vertical-align: top;
  }
  .new-header .header-title {
    margin-left: 16px;
    font-size: 10px;
    line-height: 1.2;
    width: auto;
  }
}
/*---------------------------------------------
footer
---------------------------------------------*/
footer {
  background-color: #fddc3e;
  padding: 20px 0 0;
}

@media screen and (max-width: 800px) {
  footer {
    padding: 20px 0;
  }
}
footer .p-mark {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

footer .footLogo {
  text-align: center;
}

@media screen and (max-width: 800px) {
  footer .footLogo img {
    width: 35vw;
  }
}
footer nav {
  max-width: 800px;
  margin: 20px auto;
}

footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer nav ul li {
  margin: 0 0.5em;
}

footer nav a {
  color: #493b32;
}

@media screen and (max-width: 800px) {
  footer nav a {
    font-size: 14px;
  }
}
footer .registration {
  color: #493b32;
  line-height: 60px;
  font-size: 14px;
  border-top: 1px solid #493b32;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 639px) {
  footer .registration {
    margin-top: 20px;
  }
}
/*---------------------------------------------
モジュール
---------------------------------------------*/
@media screen and (max-width: 969px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 970px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------------------
base
---------------------------------------------*/
.index-main {
  padding-top: 80px;
}

@media screen and (max-width: 800px) {
  .index-main {
    padding-top: 44px;
  }
}
.index-main.request-partner {
  width: 90%;
  padding-top: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .index-main.request-partner {
    padding-top: 84px;
  }
}
.index-main .column-list .column-list-title {
  font-size: 32px;
  font-weight: 700;
}

.page-header {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .page-header {
    margin-top: 20px;
  }
}
.page-header::after {
  clear: both;
  content: "";
  display: table;
}

.page-header h1 {
  margin-bottom: 20px;
  font-size: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 700;
}

.sf-frame {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 960px;
}

@media screen and (max-width: 800px) {
  .sf-frame {
    width: 100%;
  }
}