@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.8;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  background: #E6E6E6;
  color: #000;
  overflow-y: scroll;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

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

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  padding: 1.2em 1.5em .5em;
}

.h_logo {
  width: 6.25em;
}

.f_copy {
  text-align: center;
  padding: .2em 0;
}

.f_copy img {
  width: 17.9em;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_list {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c_list li {
  flex-basis: 30%;
}

.c_anchor {
  padding-top: 4.5em;
  margin-top: -4.5em;
}

@media all and (max-width: 767px) {
  .c_anchor {
    padding-top: 5em;
    margin-top: -5em;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main img {
  display: block;
  margin: 0 auto;
}

.top_main .inner {
  max-width: 1024px;
  margin: 0 auto;
}

.top_main .slide {
  background: #fff;
  position: relative;
}

.top_main .slide li + li {
  display: none;
}

.top_main .slide img {
  width: 100%;
}

.top_main .thumb {
  display: table;
  width: 100%;
}

.top_main .thumb li {
  display: table-cell;
  width: 33.3%;
  vertical-align: top;
}

.top_main .thumb li a {
  position: relative;
  display: block;
}

.top_main .thumb li a.active:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: solid .65em #434c9d;
}

.top_main .bx-prev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center center;
}

.top_main .bx-next {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center center;
}

.top_main .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 3.85em;
  height: 100%;
  z-index: 100;
  color: transparent;
  background-size: contain;
}

@media all and (max-width: 767px) {
  .top_main p {
    overflow: hidden;
    padding: .6em 0;
  }
  .top_main p img {
    width: 136%;
    max-width: 140%;
    margin-left: -18%;
  }
  .top_main .bx-controls-direction a {
    display: none;
  }
}

.sec {
  padding: 1.7em 0;
  position: relative;
}

.sec .box {
  background: #fff;
  max-width: 945px;
  margin: 0 auto;
  padding: 2em;
  position: relative;
}

.sec .icon {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.sec .icon img {
  width: 9em;
}

.sec .ttl {
  text-align: center;
}

.point1 {
  background: #434c9d;
}

.point1 .box {
  padding-left: 51.4%;
}

.point1 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 66.14%;
}

.point1 .txt {
  position: relative;
}

.point1 .ttl {
  margin-bottom: .5em;
}

.point1 .ttl + p {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}

.point1 ul {
  margin-top: 2em;
}

.point1 li {
  float: left;
  width: 48%;
}

.point1 li + li {
  float: right;
}

.point1 li p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.point1 li p small {
  font-size: 54%;
  display: block;
  margin-top: 2%;
}

.point2 ul {
  margin-left: -2%;
  margin-top: 1.8em;
}

.point2 li {
  float: left;
  width: 25%;
  padding-left: 2%;
}

.point3 {
  background: #434c9d;
}

.point3 .ttl {
  margin-bottom: 1.3em;
}

.point3 .u_left {
  width: 40.2%;
}

.point3 .u_right {
  width: 51.2%;
}

.point3 .c {
  margin: 1em 0 .2em;
}

.point3 p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -.08em;
  text-align: justify;
}

.point3 .fig {
  position: relative;
}

.point3 .fig .e {
  position: absolute;
  top: 0;
  left: 0;
}

.point3 ul {
  margin: .5em 0;
}

.point3 li {
  font-size: 1.3rem;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4em;
}

.point3 .f {
  width: 17.5em;
}

.lineup {
  text-align: center;
  padding-bottom: 0;
}

.lineup .catch {
  text-align: center;
  margin: 1.4em 0 1em;
}

.lineup .catch img {
  width: 19.75em;
}

.lineup ul {
  margin-left: -5.8%;
}

.lineup li {
  float: left;
  width: 33.3%;
  padding-left: 5.8%;
}

.lineup .option {
  text-align: center;
  margin: 1.4em 0 .8em;
}

.lineup .option img {
  width: 25.4em;
}

.lineup p {
  font-weight: bold;
  line-height: 1.4;
}

.lineup .btn {
  background: #fff;
  padding: 2.6em 0;
  margin-top: 1.5em;
}

.lineup .btn a {
  display: inline-block;
  background: #434C9D;
  color: #fff;
  font-size: 2.2rem;
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
  letter-spacing: .2em;
  padding: .6em 4em .5em;
}

.lineup .btn a:hover {
  background: #8f5e34;
}

@media all and (max-width: 767px) {
  .sec {
    overflow: hidden;
    padding: 1.05em 0;
  }
  .sec .box {
    padding: 5em 1.5em 3.5em;
  }
  .sec .icon img {
    width: 15.7em;
  }
  .sec .ttl img {
    width: 100%;
  }
  .point1 .box {
    padding-left: 1.5em;
  }
  .point1 .img {
    position: static;
    margin: -3.5em 0 -2.5em;
    width: auto;
  }
  .point1 .img img {
    width: 100%;
  }
  .point1 .ttl {
    margin-bottom: .8em;
  }
  .point1 .ttl + p {
    font-size: 3rem;
  }
  .point1 ul {
    margin-top: 6em;
  }
  .point1 li {
    width: 45%;
  }
  .point1 li img {
    width: 100%;
  }
  .point1 li p {
    font-size: 1.8rem;
  }
  .point1 li p small {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: -.05em;
    white-space: nowrap;
  }
  .point2 ul {
    margin-left: -5%;
    margin: 1.6em 0 -4em;
  }
  .point2 li {
    width: 50%;
    padding-left: 5%;
    margin-bottom: 4em;
  }
  .point2 li img {
    width: 100%;
  }
  .point3 .ttl {
    margin-bottom: 1.3em;
  }
  .point3 .u_left {
    margin-bottom: 4em;
  }
  .point3 .u_left img {
    width: 100%;
  }
  .point3 .a {
    margin-bottom: 1em;
  }
  .point3 .c {
    margin: 3em 0 .2em;
  }
  .point3 p {
    font-size: 3rem;
  }
  .point3 .fig img {
    width: 109%;
    max-width: 110%;
  }
  .point3 ul {
    margin: 3em 0 1.2em;
  }
  .point3 li {
    font-size: 2.4rem;
  }
  .point3 .f {
    width: auto;
  }
  .point3 .f img {
    width: 100%;
  }
  .lineup .box {
    padding-bottom: 0;
  }
  .lineup .catch {
    margin: 3em 0 4em;
  }
  .lineup .catch img {
    width: 80%;
  }
  .lineup ul {
    margin-left: 0;
  }
  .lineup li {
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 7em;
  }
  .lineup li img {
    width: 90%;
  }
  .lineup .option {
    margin: 5em 0 4em;
  }
  .lineup .option img {
    width: 90%;
  }
  .lineup p {
    font-size: 3rem;
  }
  .lineup .btn {
    padding: 7.5em 0;
    margin-top: 5em;
  }
  .lineup .btn a {
    width: 80%;
    font-size: 4.3rem;
    padding: .2em 0 .1em;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_inner {
  max-width: 1005px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 3.125%;
    padding: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */