@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:wght@700&display=swap");
/*============================================================================
	html body
==============================================================================*/
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font: 14px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3B4043;
  background: #FBF8F8;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    overflow-x: hidden;
  }
}

input,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

div {
  box-sizing: border-box;
}

/*============================================================================
	画像
==============================================================================*/
img {
  vertical-align: top;
}

.imgBox img {
  width: 100%;
  height: auto;
}

/*============================================================================
	リンク
==============================================================================*/
a {
  text-decoration: none;
  color: #CCAF6C;
  text-decoration: none;
  transition: 1s;
}

a:link {
  color: #CCAF6C;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.5;
  transition: 1s;
}

a:active {
  color: #000;
}

a {
  color: #CCAF6C;
  text-decoration: none;
  transition: 1s;
}

a:active,
a:focus,
input:active,
input:focus {
  outline: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*============================================================================
	汎用
==============================================================================*/
/* Headings
---------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 153.9%; /*margin: .6em 0 .6em 0;*/
}

h2 {
  font-size: 138.5%;
}

h3 {
  font-size: 123.1%;
}

h4 {
  font-size: 116%;
}

h5 {
  font-size: 108%;
}

h6 {
  font-size: 100%;
}

/* float */
.imgR {
  float: right;
  padding: 0 0 10px 10px;
}

.imgL {
  float: left;
  padding: 0 30px 20px 0;
}

/* 明朝 */
.mincho {
  font-family: "ＭＳ 明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Century, "Times New Roman", Times, serif;
}

/* clearfix */
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

/* Section
---------------------------------*/
.sec01 {
  width: 100%;
  min-height: 60vh;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec01 {
    min-height: 200px;
  }
}
.sec01.top {
  padding-top: 160px;
}
.sec01.grey {
  background-color: #F7F6F6;
}
.sec01.gradient {
  background: linear-gradient(105deg, #E5EFF7 0%, #E5EFF7 50%, #F5F9FC 50%, #F5F9FC 100%);
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 40px 0;
  }
  .sec01.top {
    padding-top: 80px;
  }
}

.sec02 {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}

.sec03 {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}

.page-section {
  width: 100%;
  padding: 120px 0 80px;
  background-color: #fff;
}

/*============================================================================
	LOADING
==============================================================================*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  z-index: 1;
  width: 3em;
  height: auto;
}

/*============================================================================
	フォントサイズ
==============================================================================*/
.std10 {
  font-size: 77%;
}

.std11 {
  font-size: 85%;
}

.std12 {
  font-size: 93%;
}

.std13 {
  font-size: 100%;
}

.std14 {
  font-size: 108%;
}

.std15 {
  font-size: 116%;
}

.std16 {
  font-size: 123.1%;
}

.std17 {
  font-size: 131%;
}

.std18 {
  font-size: 138.5%;
}

.std19 {
  font-size: 146.5%;
}

.std20 {
  font-size: 153.9%;
}

.std21 {
  font-size: 161.6%;
}

.std22 {
  font-size: 167%;
}

.std23 {
  font-size: 174%;
}

.std24 {
  font-size: 182%;
}

.std25 {
  font-size: 189%;
}

.std26 {
  font-size: 197%;
}

.Bold {
  font-weight: bold;
}

/*============================================================================
	カラー
==============================================================================*/
.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.gray {
  color: #666666;
}

.lgray {
  color: #999999;
}

.red {
  color: #ff0000;
}

.wred {
  color: #cc0000;
}

.pink {
  color: #ff3366;
}

.green {
  color: #006600;
}

.green2 {
  color: #01b200;
}

.orange {
  color: #ff6600;
}

.blue {
  color: #205ea9;
}

.dblue {
  color: #1a1a6a;
}

.lblue {
  color: #00b3dc;
}

.yellow {
  color: #ffff00;
}

.gold {
  color: #996633;
}

/*============================================================================
	背景画像
==============================================================================*/
/*============================================================================
	ボタン
==============================================================================*/
a.btn-01 {
  border: 1px solid #3B4043;
  display: block;
  padding: 0.3em 1em;
  width: 15em;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  a.btn-01 {
    padding: 0.2em 1em;
    font-size: 12px;
    width: 18em;
  }
}
a.btn-01:hover {
  text-decoration: none;
  background-color: #3B4043;
  color: #fff;
  opacity: 1;
}

a.btn-02 {
  border: 1px solid #666;
  display: block;
  padding: 0.3em 1em;
  width: 15em;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #666;
}
@media screen and (max-width: 768px) {
  a.btn-02 {
    padding: 0.2em 1em;
    font-size: 12px;
    width: 18em;
  }
}
a.btn-02:hover {
  text-decoration: none;
  background-color: #fff;
  color: #666;
  opacity: 1;
}

/*============================================================================
	位置
==============================================================================*/
.tL {
  text-align: left;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

/*=変形見出し===================================================================*/
h1.h1-tit-01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
h1.h1-tit-01::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -10px; /*下線の上下の位置*/
  left: 50%;
  width: 30px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  transform: translate(-50%); /*位置の調整*/
  background-color: #3B4043; /*下線の色*/
}

h2.h2-tit-01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
h2.h2-tit-01 span {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

h2.h2-tit-02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

/*============================================================================*/
/*=PC/SP切り替え===================================================================*/
/*============================================================================*/
@media screen and (min-width: 1024px) {
  .dis-pc {
    display: block;
  }
  .dis-sp {
    display: none !important;
  }
  .dis-sp-inline {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .dis-pc {
    display: none !important;
  }
  .dis-sp {
    display: block;
  }
  .dis-sp-inline {
    display: inline;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 520px) {
  .dis-tab-plus {
    display: block;
  }
  .dis-tab-minus {
    display: none !important;
  }
}
@media screen and (max-width: 519px) {
  .dis-tab-plus {
    display: none !important;
  }
  .dis-tab-minus {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */