@charset "UTF-8";
/* ==========================================================================
   Base styles, Common styles
   ========================================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  color: #333;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  overflow-y: scroll;
}
.fix_btn.is-act {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100000;
}
.fix_btn {
    position: fixed;
    top: 100px;
    right: 0;
    transition: all 0.3s ease;
}
.fix_btn1.is-act {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100000;
}
.fix_btn1 {
    position: fixed;
    top: 450px;
    right: 0;
    transition: all 0.3s ease;
}
.wrap {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}

.wrap .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
}

.wrap img {
  max-width: 100%;
}

.box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/* loading
--------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* アニメーション
--------------------------*/
/* ゆっくり表示 */
.elem {
  opacity: 0;
}

.elem.isShow {
  opacity: 1;
  transition-duration: 0.9s;
}
.sss01 {
  transform: rotateY(360deg); transition: transform .5s;
}

.sss01.isShow01 { transform: rotate(0); }

.sss02 {
  transform: rotateY(360deg); transition: transform .5s;
}

.sss02.isShow02 { transform: rotate(0); }






/* 下から表示 */
.elemY, .elemYdelay {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.elemY.isShow, .elemYdelay.isShow {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-duration: 0.9s;
}

/* 下から表示（遅れて表示） */
.elemYdelay.isShow {
  transition-delay: 0.2s;
}

/* 上から表示 */
.elemYR {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.elemYR.isShow {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-duration: 0.9s;
}

/* 左から表示 */
.elemX, .elemXdelay {
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.elemX.isShow, .elemXdelay.isShow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition-duration: 1s;
}

/* 左から表示（遅れて表示） */
.elemXdelay.isShow {
  transition-delay: 0.5s;
}

/* ==========================================================================
   custom styles
   ========================================================================== */
/* common
--------------------------*/
.blc {
  position: relative;
}

.blc:before, .blc:after {
  content: " ";
  display: table;
}

.blc:after {
  clear: both;
}

.column {
  width: 100%;
}

.column:before, .column:after {
  content: " ";
  display: table;
}

.column:after {
  clear: both;
}

.column .col-item {
  float: left;
  box-sizing: border-box;
}

.column--third .col-item {
  width: calc(100% / 3);
}

.column--quarter .col-item {
  width: 25%;
}

a {
  transition-duration: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition-duration: 0.2s;
}

.btn--inq {
  width: 660px;
  margin: 0 auto;
  box-shadow: 2px 3px 8px 1px #333;
}

.btn--info {
  width: 825px;
  margin: 0 auto;
}

/* main
--------------------------*/
.main {
  background: url(../img/main_bg.jpg) center no-repeat;
  background-size: 100%;
  height: 840px;
}

.main .logo {
  width: 286px;
  position: absolute;
  top: 20px;
  left: 3.7%;
}

.main .title {
  width: 738px;
  margin: 0 auto;
  position: absolute;
  top: 294px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main .scroll {
  width: 40px;
  margin: 0 auto;
  position: absolute;
  top: 720px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* sec1
--------------------------*/
.sec1 {
  background: url(../img/sec1_bg.jpg) bottom center no-repeat;
  background-size: 110%;
}

.sec1 .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec1 h2 {
  width: 814px;
  margin: 0 auto 70px;
}

.sec1 .frame {
  width: 342px;
  margin: 0 auto 30px;
}

.sec1 .obj1, .sec1 .obj2, .sec1 .obj3 {
  width: 618px;
  position: absolute;
}

.sec1 .obj1 {
  top: 33px;
  left: calc(50% - 10px);
}

.sec1 .obj2 {
  top: 198px;
  right: calc(50% - 34px);
}

.sec1 .obj3 {
  top: 360px;
  left: calc(50% - 10px);
}

.sec1 .cmt {
  width: 740px;
  margin: 0 auto;
}

/* sec2
--------------------------*/
.sec2 {
  background: url(../img/sec2_bg.jpg) bottom center no-repeat;
  background-size: 100%;
}

.sec2 .inner {
  padding-top: 70px;
}

.sec2 h2 {
  width: 728px;
  margin: 0 auto 60px;
}

.sec2 .box {
  width: 946px;
  height: 375px;
}

.sec2 .box .obj1, .sec2 .box .obj2, .sec2 .box .obj3, .sec2 .box .obj4, .sec2 .box .obj5, .sec2 .box .obj6, .sec2 .box .obj7, .sec2 .box .obj8 {
  position: absolute;
}

.sec2 .box .obj1 {
  width: 286px;
  top: 0;
  left: 32%;
}

.sec2 .box .obj2 {
  width: 242px;
  top: 19.3%;
  left: 13.5%;
}

.sec2 .box .obj3 {
  width: 219px;
  top: 24.5%;
  left: 42.6%;
}

.sec2 .box .obj4 {
  width: 242px;
  top: 13%;
  left: 67.8%;
}

.sec2 .box .obj5 {
  width: 585px;
  top: 50%;
  left: 0;
}

.sec2 .box .obj6 {
  width: 317px;
  top: 43%;
  left: 66.5%;
}

.sec2 .box .obj7 {
  width: 327px;
  top: 68.8%;
  left: 6.6%;
}

.sec2 .box .obj8 {
  width: 530px;
  top: 73%;
  left: 43.7%;
}

.sec2 .cmt {
  width: 740px;
  margin: 0 auto 50px;
}

.sec2 .txt {
  color: #fff;
  font-size: 33px;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}

.sec2 .txt:after {
  content: "";
  display: block;
  width: 0;
  border-top: 75px solid #c80000;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/* sec2_2
--------------------------*/
.sec2_2 {
  background: #000;
}

.sec2_2 .column .col-item {
  position: relative;
}

.sec2_2 .column span {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -22px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.sec2_2 .txt {
  width: 740px;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  background: #c80000;
  margin: 50px auto;
  padding: 25px 0;
}

/* sec3
--------------------------*/
.sec3 {
  background: url(../img/sec3_bg.jpg) top center no-repeat #f4f4f2;
  background-size: 100%;
}

.sec3 .inner {
  padding-top: 292px;
  padding-bottom: 35px;
}

.sec3 h2 {
  width: 735px;
  margin: 0 auto 60px;
}

.sec3 .txt {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.sec3 .obj1, .sec3 .obj2, .sec3 .obj3, .sec3 .obj4 {
  width: 825px;
  margin: 0 auto 10px;
}

.sec3 .obj4 {
  margin-bottom: 0;
}

/* sec4
--------------------------*/
.sec4 {
  background: url(../img/sec4_bg.jpg) center no-repeat;
  background-size: 100%;
}

.sec4 .inner {
  padding-top: 75px;
  padding-bottom: 45px;
}
.sec4 .btn--info {
  margin-top: 40px;
}

.sec4 .inner:before {
  content: "";
  display: block;
  width: 0;
  border-top: 40px solid #f4f4f2;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec4 h2 {
  width: 770px;
  margin: 0 auto 40px;
}

.sec4 .obj1 {
  width: 843px;
  margin: 0 auto 48px;
}

/* sec5
--------------------------*/
.sec5 .inner {
  padding-top: 95px;
  padding-bottom: 30px;
  background: url(../img/sec5_obj1.png) no-repeat;
  background-position-x: calc(50% + 370px);
  background-position-y: bottom;
  background-size: 450px;
}

.sec5 h2 {
  width: 758px;
  margin: 0 auto;
}

.sec5 .btn {
  margin-top: 65px;
}

/* sec6
--------------------------*/
.sec6 {
  background: url(../img/sec6_bg.jpg) top center no-repeat;
  background-size: 120%;
}

.sec6 .inner {
  padding-top: 45px;
  padding-bottom: 45px;
}

.sec6 .box {
  width: 980px;
  margin-bottom: 65px;
}

.sec6 .box .obj1, .sec6 .box .obj2, .sec6 .box .obj3, .sec6 .box .obj4, .sec6 .box .obj5, .sec6 .box .obj6 {
  width: 924px;
  margin: 0 auto 10px;
}

.sec6 .box .obj1, .sec6 .box .obj3, .sec6 .box .obj5 {
  margin-left: 0;
}

.sec6 .box .obj2, .sec6 .box .obj4, .sec6 .box .obj6 {
  margin-right: 0;
}

/* sec7
--------------------------*/
.sec7 .inner {
  padding-top: 55px;
  padding-bottom: 85px;
}

.sec7 h2 {
  width: 722px;
  margin: 0 auto 35px;
}

.sec7 .tbl_box {
  width: 1000px;
  margin: 0 auto;
}

.sec7 .tbl {
  width: 100%;
  background: #fff;
}

.sec7 .tbl th, .sec7 .tbl td {
  line-height: 1;
  text-align: center;
  border: 1px solid #b5b5b5;
  padding: 20px 10px;
  box-sizing: border-box;
}

.sec7 .tbl thead th {
  background: #dcdcdc;
  font-size: 18px;
  font-weight: 900;
}

.sec7 .tbl thead th:first-child {
  width: 26%;
}

.sec7 .tbl thead th:nth-child(2) {
  width: 20%;
}

.sec7 .tbl thead th:nth-child(3) {
  width: 24%;
}

.sec7 .tbl thead th:nth-child(4) {
  width: 30%;
  background: #8bc8eb;
}

.sec7 .tbl tbody th {
  font-size: 18px;
  background: #eee;
  font-weight: normal;
}

.sec7 .tbl tbody td {
  font-family: sans-serif;
  font-size: 24px;
}

.sec7 .tbl tbody td:last-child {
  font-size: 28px;
}

.sec7 .tbl tbody td.f_blue {
  color: #0673c7;
}

.sec7 .tbl tbody td.f_red {
  color: #c80000;
}

.sec7 .txt {
  font-size: 19px;
  margin-top: 35px;
  padding: 0 10px;
}

.sec7 .btn--inq {
  margin-top: 65px;
}

/* sec8
--------------------------*/
.sec8 {
  background-color: #f8f8f8;
}

.sec8 .inner {
  padding-top: 95px;
  padding-bottom: 30px;
  background: url(../img/sec8_obj1.png) no-repeat;
  background-position-x: calc(50% + 370px);
  background-position-y: bottom;
  background-size: 450px;
}

.sec8 h2 {
  width: 616px;
  margin: 0 auto;
}

.sec8 .obj1 {
  width: 194px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(50% + 360px);
}

/* sec9
--------------------------*/
.sec9 {
  background-color: #e8e0d2;
}

.sec9 .inner {
  padding-top: 65px;
}

.sec9 .box {
  width: 1000px;
  margin: 0 auto 110px;
}

.sec9 .box .case {
  width: 100%;
  height: 350px;
  background-color: #a0948a;
  margin: 16px 0 65px;
  position: relative;
}

.sec9 .box .case:last-child {
  height: 385px;
}

.sec9 .box .obj1, .sec9 .box .obj2, .sec9 .box .obj3, .sec9 .box .obj4, .sec9 .box .obj5, .sec9 .box .obj6, .sec9 .box .obj7, .sec9 .box .obj8 {
  position: absolute;
}

.sec9 .box .obj1 {
  width: 526px;
  top: -16px;
  left: 20px;
}

.sec9 .box .obj2 {
  width: 440px;
  top: 20px;
  right: -30px;
}

.sec9 .box .obj3 {
  width: 485px;
  top: -16px;
  right: 30px;
}

.sec9 .box .obj4 {
  width: 510px;
  top: -45px;
  left: -65px;
}

.sec9 .box .obj5 {
  width: 690px;
  top: -16px;
  left: 20px;
  z-index: 1;
}

.sec9 .box .obj6 {
  width: 456px;
  top: 15px;
  right: -130px;
}

.sec9 .box .obj7 {
  width: 532px;
  top: -16px;
  right: 30px;
}

.sec9 .box .obj8 {
  width: 475px;
  top: -26px;
  left: -65px;
}

/* sec10
--------------------------*/
.sec10 .inner {
  padding-top: 50px;
  padding-bottom: 65px;
}

.sec10 .txt {
  color: #000;
  background-color: #f5bf02;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  padding: 22px 0;
}

.sec10 h2 {
  width: 660px;
  margin: 0 auto;
}

.sec10 .btn--info {
  margin-top: 40px;
}

/* sec11
--------------------------*/
.sec11 {
  background: url(../img/sec11_bg.jpg) center no-repeat;
  background-size: 100%;
}

.sec11 .inner {
  padding-top: 75px;
  padding-bottom: 60px;
}

.sec11 .overlay {
  padding-top: 45px;
  padding-bottom: 65px;
  background-color: rgba(0, 0, 0, 0.5);
}

.sec11 h2 {
  width: 598px;
  margin: 0 auto 60px;
}

.sec11 .box {
  width: 924px;
}

.sec11 .box .obj1 {
  width: 924px;
  margin: 0 auto;
}

.sec11 .box .arrow1, .sec11 .box .arrow2 {
  width: 37px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.sec11 .box .arrow1 {
  left: 30.5%;
}

.sec11 .box .arrow2 {
  left: 66%;
}

.sec11 .sub-ttl {
  width: 290px;
  margin: 0 auto 20px;
}

.sec11 .txt {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

/* sec12
--------------------------*/
.sec12 .inner {
  width: 980px;
  min-width: 0;
  padding-top: 55px;
  padding-bottom: 60px;
}

.sec12 h2 {
  font-size: 22px;
  margin: 10px 0 45px;
}

.sec12 .logo-col {
  width: 254px;
  float: right;
}

.sec12 .img-list {
  margin: 0 -15px 40px;
}

.sec12 .column {
  clear: both;
}

.sec12 .column .col-item {
  padding: 0 15px;
}

.sec12 .corp dl {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}

.sec12 .corp dl:before, .sec12 .corp dl:after {
  content: " ";
  display: table;
}

.sec12 .corp dl:after {
  clear: both;
}

.sec12 .corp dl dt, .sec12 .corp dl dd {
  font-size: 20px;
  float: left;
  padding: 12px 0;
}

.sec12 .corp dl dt {
  width: 121px;
  text-align: center;
  letter-spacing: 7px;
}

.sec12 .corp dl dd {
  margin-left: 30px;
}

.sec12 .inquiry {
  text-align: center;
  margin: 40px 0;
}

.sec12 .inquiry li {
  display: inline-block;
  padding: 0 35px;
}

.sec12 .inquiry .info-tel {
  width: 194px;
}

.sec12 .inquiry .info-mail {
  width: 194px;
}

.sec12 .inquiry .info-web {
  width: 324px;
}

.sec12 #map {
  height: 638px;
  background-color: #c8c8c8;
}

.sec12 .map-area:before, .sec12 .map-area:after {
  content: " ";
  display: table;
}

.sec12 .map-area:after {
  clear: both;
}

.sec12 .map-area .map-link {
  width: 48px;
  float: right;
  margin-top: 8px;
}

.sec12 .map-area .txt {
  margin-top: 15px;
}

#footer {
  color: #b6b6b6;
  background-color: #313131;
  padding: 30px 0 70px;
}

#footer .inner {
  width: 980px;
  min-width: 0;
}
/* sec13
--------------------------*/
.sec13 {
  background-color: #e8e0d2;
}
.sec13 .inner {
  padding-top: 55px;
  padding-bottom: 85px;
}

.sec13 h2 {
  width: 722px;
  margin: 0 auto 35px;
}

.sec13 .box {
  width: 946px;
  height: 885px;
}

.sec13 .box .obj1, .sec13 .box .obj2{
  position: absolute;
}

.sec13 .box .obj1 {
  width: 100%;
  top: 0;
}

.sec13 .txt {
  font-size: 19px;
  margin-top: 35px;
  padding: 0 10px;
}

.sec13 .btn--inq {
  margin-top: 65px;
}
/* sec14
--------------------------*/
.sec14 {
  background-color: #f7f481;
}
.sec14 .inner {
  padding-top: 55px;
  padding-bottom: 85px;
}

.sec14 h2 {
  width: 722px;
  margin: 0 auto 35px;
}

.sec14 .box {
  width: 946px;
  height: 671px;
}

.sec14 .box .obj1, .sec14 .box .obj2{
  position: absolute;
}

.sec14 .box .obj1 {
  width: 100%;
  top: 0;
}

.sec14 .txt {
  font-size: 19px;
  margin-top: 35px;
  padding: 0 10px;
}

.sec14 .btn--inq {
  margin-top: 65px;
}
