@charset "UTF-8";
/*==================================================
Base_mixin
==================================================*/
/*------ font ------*/
/*------ color ------*/
/*------ media ------*/
/*==================================================
vw / vh
==================================================*/
/*==================================================
@media
==================================================*/
/*==================================================
Common_mixin
==================================================*/
html {
  color: #000;
  background: #fff;
}

blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

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

caption {
  text-align: left;
}

img {
  vertical-align: top;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main {
  display: block;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

button, input, select, textarea {
  font-size: 100%;
  font-family: inherit;
  color: inherit;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=button], input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

em, i {
  font-style: normal;
}

em {
  font-weight: unset;
}

button, input, textarea {
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

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

/*==================================================
Body_Bace
==================================================*/
html {
  font-size: 62.5%;
}

body {
  min-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  line-height: 100%;
  color: #000;
  background: #fff;
  font-family: YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 2.13333vw;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*------ link ------*/
a {
  text-decoration: none;
  color: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img, a path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*=================================================
#header
==================================================*/
#header {
  text-align: center;
  padding: 5.0rem 0 6.0rem;
}

#header .logo {
  width: 20.6rem;
  margin: 0 auto 2.0rem;
}

#header .logo svg {
  width: 100%;
  height: auto;
}

#header h1 {
  font-size: 1.8rem;
}

#header h1 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.8rem;
  font-weight: 700;
  margin-left: 1.5rem;
}

@media screen and (max-width: 750px) {
  #header {
    padding: 6.66667vw 0 8vw;
  }
  #header .logo {
    width: 27.46667vw;
    margin-bottom: 2.66667vw;
  }
  #header h1 {
    font-size: 2.4vw;
  }
  #header h1 span {
    font-size: 3.73333vw;
    margin-left: 2vw;
  }
}

/*=================================================
#main
==================================================*/
.main {
  background: #EC8F23;
  text-align: center;
  padding: 8.0rem 0 9.0rem;
}

.main .inner {
  width: 90%;
  margin: 0 auto;
}

.main h2 {
  color: #fff;
  font-size: 4.0rem;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 4.0rem;
}

.main .btn {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  background: #184167;
  border: 2px solid #184167;
  border-radius: 4.0rem;
  padding: 2.4rem 3.8rem;
}

.main .btn span {
  display: inline-block;
  vertical-align: middle;
}

.main .btn .icn {
  width: 2.6rem;
  margin-right: 2.0rem;
}

.main .btn .icn svg {
  width: 100%;
  height: auto;
}

.main .btn:hover {
  color: #184167;
  background: #fff;
}

.main .btn:hover path {
  fill: #184167;
}

@media screen and (max-width: 750px) {
  .main {
    padding: 10.66667vw 0 12vw;
  }
  .main h2 {
    font-size: 4.53333vw;
    padding-bottom: 5.33333vw;
  }
  .main .btn {
    font-size: 2.66667vw;
    padding: 3.2vw 5.06667vw;
  }
  .main .btn .icn {
    width: 3.46667vw;
    margin-right: 2.66667vw;
  }
}

.info {
  padding: 6.0rem 0 10.0rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.info h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 2.0rem;
}

.info dl {
  display: inline-block;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.info dl div {
  display: table;
  width: 100%;
}

.info dl div dt, .info dl div dd {
  display: table-cell;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

.info dl div dt {
  background: #F7F7F7;
  width: 18.0rem;
  vertical-align: middle;
  padding: 1.3rem 0;
}

.info dl div dd {
  text-align: left;
  padding: 1.3rem 3.4rem;
}

@media screen and (max-width: 750px) {
  .info {
    padding: 8vw 0 13.33333vw;
  }
  .info h2 {
    font-size: 3.2vw;
    padding-bottom: 2.66667vw;
  }
  .info dl div dt {
    width: 24vw;
    padding: 1.73333vw 0;
  }
  .info dl div dd {
    padding: 1.73333vw 4.53333vw;
  }
}
/*# sourceMappingURL=style.css.map */