@charset "UTF-8";
/****fonts
*****************************************/
/*---- font setting --------------------------------------*/
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

/****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, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

/* =========================================================
一般タグに対する設定
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
  -webkit-text-size-adjust: 100%;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #222;
}

body a:hover {
  text-decoration: none;
}

/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

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

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/******************************************************************************
 * header
*******************************************************************************/
.common-head {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

/****************************************
footer
*****************************************/
footer.common-foot {
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer-wrap {
  width: 100%;
  background: url(../img/common/footer_bg.png) repeat-x 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

.copyright {
  font-size: 1.4rem;
  color: #000;
}

/******************************************************************************
 * common
*******************************************************************************/
.contents-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.contents-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

input[type="submit"] {
  -webkit-appearance: none;
}

.pc-ui {
  display: block;
}

.sp-ui {
  display: none;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.lh-none {
  line-height: 0;
}

.table {
  display: table;
}

.img-border {
  line-height: 0;
  border: solid 1px #c6c6c6;
}

.no-border {
  border: none;
}

.page-lead {
  max-width: 1000px;
  padding: 0 20px;
}

.body-copy {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  letter-spacing: normal;
}

.body-copy-sml {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

.caption {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #888;
}

.caption-link {
  color: #888888;
  text-decoration: underline;
}

.caption-link:hover {
  text-decoration: none;
}

.mark {
  font-style: normal;
  font-size: 0.4em;
  vertical-align: top;
}

.mgb-short {
  margin-bottom: 20px;
}

.mgb-mid {
  margin-bottom: 40px;
}

.contents-wrap-ttl {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
}

/******************************************************************************
 * mv
*******************************************************************************/
.mv-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(../img/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}

.mv-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mv-copy {
  text-align: right;
  padding: 46px 0 60px;
  position: relative;
  z-index: 2;
}

.mv-fig {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -80px;
}

/******************************************************************************
 * navi
*******************************************************************************/
.global-navi {
  display: block;
  background-color: #FFF;
  width: 100%;
  z-index: 1;
  margin-bottom: 60px;
}

.global-navi-inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.global-navi-elem {
  display: inline-block;
  text-align: center;
}

.global-navi-btn {
  display: inline-block;
  padding: 20px 30px 20px 36px;
  background: url(../img/common/global_item.png) no-repeat 16px center;
  background-color: #fff;
}

.global-navi-btn:hover {
  opacity: 1;
  background-color: #ddd;
}

/******************************************************************************
 * about
*******************************************************************************/
#about {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img {
  width: 400px;
}

.about-text {
  width: 560px;
}

/******************************************************************************
 * greeting
*******************************************************************************/
#greeting {
  width: 100%;
  background: #f8ece6;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.greeting-wrap {
  background: #fff;
  padding: 60px;
  border-radius: 20px;
}

.greeting-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.greeting-name {
  font-size: 3.0rem;
  text-align: right;
  line-height: 1.4;
  padding: 80px 0 0;
  margin-bottom: 90px;
}

.greeting-name > span {
  font-size: 0.6em;
}

.greeting-top-text {
  width: 450px;
}

.greeting-top-fig {
  width: 400px;
}

.greeting-under-content {
  width: 100%;
}

.greeting-under-col1 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.greeting-under-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.greeting-under-col-fig {
  width: 320px;
}

.greeting-under-col-text {
  width: 520px;
}

.greeting-under-col-fig02 {
  width: 340px;
}

.greeting-under-col-text02 {
  width: 500px;
}

.greeting-under-name {
  display: block;
  width: 100%;
  font-size: 0.9em;
  text-align: right;
}

/******************************************************************************
 * action
*******************************************************************************/
#action {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  background: url(../img/active_fig.png) no-repeat 90% bottom;
}

.action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.action-contents {
  width: 43%;
}

.action-list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #da0000;
  letter-spacing: normal;
}

.action-list {
  font-size: 1.4rem;
  letter-spacing: normal;
}

/******************************************************************************
 * request
*******************************************************************************/
#request {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #eeeeee;
  padding: 80px 0;
}

.request-wrap {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.request-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.request-contents-fig {
  line-height: 0;
}

.request-contents-text {
  width: 520px;
}

/****utility
*****************************************/
.pB-5 {
  padding-bottom: 5px !important;
}

.pB-10 {
  padding-bottom: 10px !important;
}

.pB-15 {
  padding-bottom: 15px !important;
}

.pB-20 {
  padding-bottom: 20px !important;
}

.pB-25 {
  padding-bottom: 25px !important;
}

.mB-5 {
  margin-bottom: 5px !important;
}

.mB-10 {
  margin-bottom: 10px !important;
}

.mB-15 {
  margin-bottom: 15px !important;
}

.mB-20 {
  margin-bottom: 20px !important;
}

.mB-25 {
  margin-bottom: 25px !important;
}

.mB-30 {
  margin-bottom: 30px !important;
}

.mB-40 {
  margin-bottom: 40px !important;
}

.mB-50 {
  margin-bottom: 50px !important;
}

.mB-60 {
  margin-bottom: 60px !important;
}

.mB-70 {
  margin-bottom: 70px !important;
}

.mB-80 {
  margin-bottom: 80px !important;
}

/****vender
*****************************************/
