@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* メインカラー */
/* サブカラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* 見出し */
/* 横幅 */
/* clearfix */
/* ボタン */
/* テーブル */
/* transition */
/*******/
.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book ._2p3a {
  width: 100% !important;
}

#wrapper {
  overflow-x: hidden;
}

/********共通********/
.cont {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 100px 0;
}

.h2_1 {
  font-size: 4.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #161616;
  line-height: 1.44444;
  letter-spacing: 0.06em;
  text-align: center;
}

.h2_1 .blo {
  display: inline-block;
  position: relative;
}

.h2_1 .blo:before {
  content: "";
  background: url(../image/common/waa_l.png) no-repeat center;
  background-size: contain;
  width: 70px;
  height: 80px;
  position: absolute;
  left: -120px;
  bottom: -17px;
}

.h2_1 .blo:after {
  content: "";
  background: url(../image/common/waa_r.png) no-repeat center;
  background-size: contain;
  width: 72px;
  height: 80px;
  position: absolute;
  right: -122px;
  bottom: -17px;
}

table {
  width: 100%;
}

table tr th {
  padding: 17px 20px;
  background: #161616;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  text-align: left;
  border-bottom: solid 1px #fff;
}

table tr td {
  padding: 17px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #161616;
}

table tr:first-of-type th, table tr:first-of-type td {
  border-top: solid 1px #161616;
}

table tr:last-of-type th, table tr:last-of-type td {
  border-bottom: solid 1px #161616;
}

/*********index***********/
.index .contents1 h2 {
  margin-bottom: 150px;
}

.index .contents1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 558px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../image/common/hougan.png);
  padding: 50px;
  position: relative;
}

.index .contents1 .box:before {
  content: "";
  background: url(../image/index/deco1.png) no-repeat center;
  background-size: contain;
  width: 321px;
  height: 105px;
  position: absolute;
  bottom: 100%;
  right: 90px;
}

.index .contents1 .text-box {
  padding-top: 129px;
}

.index .contents1 .text-box h3 {
  position: absolute;
  top: -75px;
  left: 35px;
}

.index .contents1 .text-box h3:before {
  content: "";
  background: url(../image/index/t_deco1.png) no-repeat center;
  background-size: contain;
  width: 138px;
  height: 203px;
  position: absolute;
  left: -36px;
  bottom: -21px;
}

.index .contents1 .text-box h3:after {
  content: "";
  background: url(../image/index/t_deco2.png) no-repeat center;
  background-size: contain;
  width: 167px;
  height: 210px;
  position: absolute;
  right: -20px;
  bottom: -1px;
}

.index .contents1 .text-box p {
  margin-bottom: 28px;
}

.index .contents1 .text-box p:last-of-type {
  margin-bottom: 0;
}

.index .contents1 .mv-box {
  width: 495px;
}

.index .contents1 .mv-box h3 {
  width: 356px;
  height: 116px;
  margin: 0 auto 21px;
  padding: 22px 62px 38px 100px;
  background: url(../image/index/ttlbg1.png) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}

.index .contents1 .mv-box h3:before {
  content: "";
  background: url(../image/index/mv-deco1.png) no-repeat center;
  background-size: contain;
  width: 118px;
  height: 96px;
  position: absolute;
  left: -25px;
  border: 3px;
}

.index .contents1 .mv-box .mv {
  padding: 18px 20px 49px;
  background: url(../image/index/mv-frame.png) no-repeat center;
  background-size: contain;
  width: 455px;
  height: 256px;
  position: relative;
}

.index .contents1 .mv-box .mv:before {
  content: "";
  background: url(../image/index/mv-deco2.png) no-repeat center;
  background-size: contain;
  width: 117px;
  height: 97px;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.index .contents1 .mv-box .mv iframe {
  width: 100%;
  height: 100%;
}

.index .contents2 {
  background: url(../image/common/stripe01.png);
}

.index .contents2 h2 {
  margin-bottom: 46px;
}

.index .contents2 .sec1 {
  width: 100%;
  height: 567px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../image/index/hukidashi1.png) no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.index .contents2 .sec1:before {
  content: "";
  background: url(../image/index/deco2_3.png) no-repeat center;
  background-size: contain;
  width: 136px;
  height: 129px;
  position: absolute;
  left: 110px;
  bottom: -2px;
}

.index .contents2 .sec1:after {
  content: "";
  background: url(../image/index/deco2_4.png) no-repeat center;
  background-size: contain;
  width: 113px;
  height: 135px;
  position: absolute;
  right: 155px;
  bottom: -3px;
}

.index .contents2 .sec1 .inner {
  padding: 132px 0 180px;
  text-align: center;
  position: relative;
}

.index .contents2 .sec1 .inner:before {
  content: "";
  background: url(../image/index/deco2_1.png) no-repeat center;
  background-size: contain;
  width: 136px;
  height: 187px;
  position: absolute;
  top: 111px;
  left: 148px;
}

.index .contents2 .sec1 .inner:after {
  content: "";
  background: url(../image/index/deco2_2.png) no-repeat center;
  background-size: contain;
  width: 173px;
  height: 209px;
  position: absolute;
  top: 93px;
  right: 105px;
}

.index .contents2 .sec1 h3 {
  width: 500px;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 auto 24px;
}

.index .contents2 .sec1 h3 .blo {
  display: inline-block;
  background: #1818ff;
  padding: 8px 20px;
  margin-bottom: 10px;
}

.index .contents2 .sec1 h3 .blo:last-of-type {
  margin-bottom: 0;
}

.index .contents2 .sec1 h3 .big {
  font-size: 3.3rem;
  font-weight: 900;
  padding: 11px 24px;
}

.index .contents2 .sec1 h3 .ten > span {
  display: inline-block;
  padding-top: 10px;
  position: relative;
}

.index .contents2 .sec1 h3 .ten > span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.index .contents2 .sec2 {
  width: 1280px;
  height: 757px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -121px;
  margin-left: -100px;
  padding: 160px 100px 100px;
  position: relative;
  z-index: 0;
}

.index .contents2 .sec2:before {
  content: "";
  background: url(../image/index/deco2_5.png) no-repeat center;
  background-size: contain;
  width: 395px;
  height: 637px;
  position: absolute;
  top: -483px;
  left: -271px;
}

.index .contents2 .sec2:after {
  content: "";
  background: url(../image/index/deco2_6.png) no-repeat center;
  background-size: contain;
  width: 566px;
  height: 639px;
  position: absolute;
  top: -485px;
  right: -330px;
}

.index .contents2 .sec2 .imgs {
  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;
  position: relative;
  z-index: 1;
  margin-bottom: 162px;
}

.index .contents2 .sec2 .imgs figure {
  position: relative;
}

.index .contents2 .sec2 .imgs figure figcaption {
  position: absolute;
  top: -14px;
  right: 0;
}

.index .contents2 .sec2 .bnr {
  position: relative;
  z-index: 0;
}

.index .contents2 .sec2 .bnr:before {
  content: "";
  background: url(../image/index/light.png) no-repeat center;
  width: 1280px;
  height: 430px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

.index .contents2 .sec2 .bnr:after {
  content: "";
  background: url(../image/index/bnr_deco1.png) no-repeat center right;
  width: 428px;
  height: 77px;
  padding-left: 64px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
}

.index .contents2 .sec2 .bnr .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/common/dot03.png.png);
  height: 116px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.index .contents2 .sec2 .bnr .inner:before {
  content: "";
  background: url(../image/index/bnr_deco2.png) no-repeat center;
  background-size: contain;
  width: 230px;
  height: 123px;
  position: absolute;
  bottom: 100%;
  right: 20px;
}

.index .contents2 .sec2 .bnr .inner:after {
  content: "";
  background: url(../image/index/bnr_illust.png) no-repeat left bottom;
  background-size: contain;
  width: 321px;
  height: 236px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index .contents2 .sec2 .bnr .txt {
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  margin-right: 18px;
}

.index .contents2 .sec2 .bnr .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 217px;
  height: 40px;
  background: #ffec1b;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #161616;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents2 .sec2 .bnr .btn a:hover {
  text-decoration: none;
  background: #161616;
  color: #fff;
}

.index .contents3 {
  background: url(../image/index/bg01.png) no-repeat center top;
  background-size: cover;
  position: relative;
}

.index .contents3:before {
  content: "";
  background: url(../image/index/ink_content_bg.png) no-repeat right top;
  background-size: contain;
  width: 16.35%;
  height: 876px;
  position: absolute;
  top: -63px;
  right: 6%;
}

.index .contents3:after {
  content: "";
  background: url(../image/index/hude.png) no-repeat left bottom;
  background-size: contain;
  width: 24.58%;
  height: 797px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index .contents3 h2 {
  padding: 10px 0 66px;
  background: url(../image/index/ttlbg2.png) no-repeat center;
  background-size: contain;
  text-align: center;
  margin-bottom: 75px;
}

.index .contents3 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.index .contents3 .box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.index .contents3 .box:nth-of-type(2n) .text {
  margin-left: 0;
  margin-right: 20px;
}

.index .contents3 .box:nth-of-type(2n) .text:before {
  right: inherit;
  left: 20px;
}

.index .contents3 .box:nth-of-type(2n) .text p {
  margin-left: 0;
}

.index .contents3 .box:last-of-type {
  margin-bottom: 0;
}

.index .contents3 .box:nth-of-type(1) .inner:before {
  content: "";
  background: url(../image/index/box_img1.png) no-repeat center;
  background-size: contain;
  width: 129px;
  height: 206px;
  position: absolute;
  left: -10px;
  bottom: -11px;
}

.index .contents3 .box:nth-of-type(1) .text:before {
  background: url(../image/index/box_stripe1.png);
}

.index .contents3 .box:nth-of-type(1) .text h3 .blo {
  background: #f0232c;
}

.index .contents3 .box:nth-of-type(2) .inner:before {
  content: "";
  background: url(../image/index/box_img2.png) no-repeat center;
  background-size: contain;
  width: 176px;
  height: 100px;
  position: absolute;
  right: -20px;
  bottom: 34px;
}

.index .contents3 .box:nth-of-type(2) .text:before {
  background: url(../image/index/box_stripe2.png);
}

.index .contents3 .box:nth-of-type(2) .text h3 .blo {
  background: #f0af15;
}

.index .contents3 .box:nth-of-type(3) .inner:before {
  content: "";
  background: url(../image/index/box_img3.png) no-repeat center;
  background-size: contain;
  width: 147px;
  height: 209px;
  position: absolute;
  left: -20px;
  bottom: -20px;
}

.index .contents3 .box:nth-of-type(3) .text:before {
  background: url(../image/index/box_stripe3.png);
}

.index .contents3 .box:nth-of-type(3) .text h3 .blo {
  background: #1818ff;
}

.index .contents3 .box:nth-of-type(3) .text p {
  width: 345px;
}

.index .contents3 .box .text {
  width: 520px;
  height: 305px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #fff;
  position: relative;
  z-index: 0;
}

.index .contents3 .box .text:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
}

.index .contents3 .box .text .inner {
  height: 100%;
  background: #161616;
  padding: 0 50px;
  position: relative;
}

.index .contents3 .box .text h3 {
  position: relative;
  top: -20px;
  left: -35px;
  overflow: hidden;
  width: 520px;
  margin-bottom: 50px;
}

.index .contents3 .box .text h3 > span {
  display: inline-block;
  float: left;
}

.index .contents3 .box .text h3 .num {
  margin-right: 20px;
}

.index .contents3 .box .text h3 .blo {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 8px 20px;
  margin-top: 8px;
}

.index .contents3 .box .text p {
  clear: both;
  width: 330px;
  margin-left: auto;
}

.index .contents4 {
  position: relative;
}

.index .contents4:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 27px transparent;
  border-top: solid 45px #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.index .contents4 h2 {
  margin-bottom: 65px;
}

.index .contents4 .box {
  padding: 50px;
  background: url(../image/common/hougan.png);
  position: relative;
  margin-bottom: 30px;
}

.index .contents4 .box:before {
  content: "";
  background: url(../image/index/ttl2.png) no-repeat center;
  background-size: contain;
  width: 130px;
  height: 73px;
  position: absolute;
  top: -34px;
  left: 0;
}

.index .contents4 .box h3 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.1538;
  padding: 6px 20px 5px;
  background: #161616;
  margin-bottom: 30px;
}

.index .contents4 .box .fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.index .contents4 .box .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: dashed 1px #0083ac;
}

.index .contents4 .box .list dl:first-of-type {
  border-top: dashed 1px #0083ac;
}

.index .contents4 .box .list dl dt {
  width: 245px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-weight: 700;
}

.index .contents4 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 30px;
  padding: 0 9px;
}

.index .contents4 .box ul li {
  color: #7e7e7e;
  margin-right: 30px;
}

.index .contents4 .box ul li:last-of-type {
  margin-right: 0;
}

.index .contents4 .next {
  background: url(../image/index/arrow.png) no-repeat center top;
  background-size: contain;
  text-align: center;
  height: 194px;
  margin-bottom: 30px;
  position: relative;
}

.index .contents4 .next:before {
  content: "";
  background: url(../image/index/deco3_1.png) no-repeat center;
  background-size: contain;
  width: 305px;
  height: 234px;
  position: absolute;
  top: -20px;
  left: 40px;
}

.index .contents4 .next:after {
  content: "";
  background: url(../image/index/deco3_2.png) no-repeat center;
  background-size: contain;
  width: 303px;
  height: 234px;
  position: absolute;
  top: -20px;
  right: 40px;
}

.index .contents4 .next p {
  margin-top: 36px;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.33333333;
  padding: 5px 42px;
  background: #ffec1b;
  border: solid 3px #fff;
}

.index .contents4 .next p .kigou {
  color: #f0232c;
}

.index .contents4 .table th {
  width: 375px;
}

.index .contents5 {
  padding: 0;
  background: url(../image/index/bg02.png) no-repeat center;
  background-size: cover;
}

.index .contents5 .box {
  position: relative;
}

.index .contents5 .box:before {
  content: "";
  background: url(../image/index/deco4_1.png) no-repeat left bottom;
  background-size: contain;
  width: 261px;
  height: 272px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index .contents5 .box:after {
  content: "";
  background: url(../image/index/deco4_2.png) no-repeat center;
  width: 91px;
  height: 101px;
  position: absolute;
  top: 32px;
  right: 158px;
}

.index .contents5 .inner {
  padding: 76px 0 60px;
  position: relative;
}

.index .contents5 .inner:before {
  content: "";
  background: url(../image/index/deco4_3.png) no-repeat center;
  background-size: contain;
  width: 77px;
  height: 107px;
  position: absolute;
  bottom: 51px;
  right: 101px;
}

.index .contents5 .inner:after {
  content: "";
  background: url(../image/index/hukidashi2.png) no-repeat center;
  background-size: contain;
  width: 96px;
  height: 191px;
  position: absolute;
  bottom: 30px;
  right: 1px;
}

.index .contents5 p {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}

.index .contents5 p .blo {
  display: inline-block;
  font-size: 5.5rem;
  color: #f0232c;
  padding: 5px 20px 11px;
  margin-right: 20px;
  background: url(../image/index/txt-bg.png) no-repeat center;
  background-size: contain;
  margin-top: 20px;
}

.index .contents5 p .big {
  font-size: 7rem;
}

.index .contents6 {
  background: url(../image/common/dot01.png.png);
}

.index .contents6 h2 {
  margin-bottom: 65px;
}

.index .contents6 .fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.index .contents6 .fle:last-of-type {
  margin-bottom: 0;
}

.index .contents6 .btn {
  width: 217px;
  position: relative;
  z-index: 1;
}

.index .contents6 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #f0232c;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents6 .btn a:hover {
  text-decoration: none;
  background: #161616;
}

.index .contents6 .table {
  width: 614px;
}

.index .contents6 .table th {
  width: 190px;
}

.index .contents6 .more .text {
  -webkit-transform: rotate(-3.14deg);
  -ms-transform: rotate(-3.14deg);
  transform: rotate(-3.14deg);
  background: url(../image/index/hukidashi3.png) no-repeat center;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
  width: 428px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .contents6 .more .text .txt {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.333333;
  letter-spacing: 0.06em;
  margin-right: 30px;
}

.index .contents6 .more .text .btn {
  width: 148px;
}

.index .contents6 .more figure {
  margin-top: -55px;
  margin-left: 6px;
  position: relative;
  z-index: 1;
}

.index .contents6 .n-b {
  width: 510px;
}

.index .contents6 .n-b h3 {
  width: 260px;
  height: 77px;
  background: url(../image/index/ttlbg4.png) no-repeat center;
  background-size: contain;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  position: relative;
  z-index: 1;
}

.index .contents6 .n-b .list {
  padding: 76px 40px 40px;
  background: #fff;
  margin-top: -46px;
  margin-bottom: 30px;
  min-height: 256px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index .contents6 .n-b .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #d5f5ff;
  padding: 0 30px 0 10px;
  margin-bottom: 10px;
}

.index .contents6 .n-b .list dl:last-of-type {
  margin-bottom: 0;
}

.index .contents6 .n-b .list dl dt {
  width: 100px;
  color: #1818ff;
}

.index .contents6 .n-b .list dl dd {
  width: calc(100% - 100px);
}

.index .contents6 .n-b .list dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.index .contents6 .n-b .btn {
  margin: 0 auto;
}

.index .contents6 .f-t {
  width: 510px;
  height: 410px;
}

.index .contents6 .f-t iframe {
  width: 100%;
  height: 100%;
}

.index .contents7 {
  background: url(../image/index/bg03.png) no-repeat center top;
  background-size: cover;
}

.index .contents7 h2 {
  margin-bottom: 55px;
}

.index .contents7 .list {
  margin-bottom: 60px;
}

.index .contents7 .list > div {
  width: 702px;
  height: 279px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 80px;
  position: relative;
}

.index .contents7 .list > div:nth-of-type(2n+1) {
  margin-left: auto;
}

.index .contents7 .list > div:last-of-type {
  margin-bottom: 0;
}

.index .contents7 .list > div .inner {
  position: relative;
}

.index .contents7 .list > div h3 {
  font-size: 3.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4516;
  text-align: center;
}

.index .contents7 .list > div h3 .kigou {
  color: #f0232c;
}

.index .contents7 .list > div h3, .index .contents7 .list > div p {
  position: relative;
  z-index: 1;
}

.index .contents7 .list .box1 {
  background: url(../image/index/hukidashi4.png) no-repeat center;
  background-size: contain;
}

.index .contents7 .list .box1 .inner {
  padding-top: 71px;
  padding-left: 85px;
}

.index .contents7 .list .box1:before {
  content: "";
  background: url(../image/index/illust2.png) no-repeat center;
  background-size: contain;
  width: 527px;
  height: 424px;
  position: absolute;
  left: -340px;
  top: -5px;
}

.index .contents7 .list .box1:after {
  content: "";
  background: url(../image/index/deco5_1.png) no-repeat center;
  background-size: contain;
  width: 174px;
  height: 213px;
  position: absolute;
  bottom: -1px;
  right: -2px;
}

.index .contents7 .list .box1 h3, .index .contents7 .list .box1 p {
  width: 480px;
}

.index .contents7 .list .box1 h3 {
  margin-bottom: 16px;
}

.index .contents7 .list .box1 p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}

.index .contents7 .list .box1 p .marker {
  padding: 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #f0af15));
  background: -webkit-linear-gradient(transparent 45%, #f0af15 45%);
  background: -o-linear-gradient(transparent 45%, #f0af15 45%);
  background: linear-gradient(transparent 45%, #f0af15 45%);
}

.index .contents7 .list .box2 {
  background: url(../image/index/hukidashi5.png) no-repeat center;
  background-size: contain;
}

.index .contents7 .list .box2 .inner {
  padding-top: 57px;
  padding-right: 121px;
}

.index .contents7 .list .box2:before {
  content: "";
  background: url(../image/index/illust3.png) no-repeat center;
  background-size: contain;
  width: 563px;
  height: 392px;
  position: absolute;
  right: -378px;
  top: -52px;
}

.index .contents7 .list .box2:after {
  content: "";
  background: url(../image/index/deco5_2.png) no-repeat center;
  background-size: contain;
  width: 154px;
  height: 227px;
  position: absolute;
  bottom: -41px;
  left: 0;
}

.index .contents7 .list .box2 h3, .index .contents7 .list .box2 p {
  width: 408px;
  margin-left: auto;
}

.index .contents7 .list .box2 h3 {
  margin-bottom: 22px;
}

.index .contents7 .contact {
  padding-top: 100px;
}

.index .contents7 .contact h3 {
  height: 110px;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background: url(../image/index/ttlbg5.png) no-repeat center;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 30px;
}

/*IEハック*/
@media screen\0 {
  .index .contents6 .fb-tw {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index .contents6 .tw {
    display: none;
  }
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
}

.news .contents1 img {
  max-width: 1040px;
}

.news .contents1 .list-box {
  margin-bottom: 20px;
}

.news .contents1 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #d5f5ff;
  padding: 0 30px 0 10px;
  margin-bottom: 10px;
}

.news .contents1 .list-box dl:last-of-type {
  margin-bottom: 0;
}

.news .contents1 .list-box dl dt {
  width: 100px;
  color: #1818ff;
}

.news .contents1 .list-box dl dd {
  width: calc(100% - 100px);
}

.news .contents1 .list-box dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
}

.news_detail .contents1 h3 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.1538;
  padding: 6px 20px 5px;
  background: #161616;
  margin-bottom: 10px;
}

.news_detail .contents1 img {
  max-width: 1040px;
}

.news_detail .contents1 .post-data {
  text-align: right;
  margin-bottom: 10px;
}

.news_detail .contents1 .item-box {
  background: url(../image/common/hougan.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  zoom: 1;
}

.news_detail .contents1 .item-box dl {
  overflow: hidden;
  zoom: 1;
}

.news_detail .contents1 .item-box dl dt {
  float: left;
}

.news_detail .contents1 .item-box dl dd {
  margin-left: 100px;
}

.news_detail .contents1 .item-text {
  padding: 0 15px;
  min-height: 200px;
}

.news_detail .paginated-link {
  padding-top: 30px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact table {
  margin-bottom: 30px;
}

.contact th {
  width: 334px;
}

.contact th .in {
  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%;
  height: 100%;
}

.contact td {
  padding: 10px;
}

.contact td input[type="radio"] + label {
  margin-right: 10px;
}

.contact td input[type="radio"],
.contact td input[type="checkbox"] {
  display: none;
}

.contact td input[type="radio"] + label,
.contact td input[type="checkbox"] + label {
  padding-left: 22px;
  position: relative;
}

.contact td input[type="radio"] + label:before,
.contact td input[type="checkbox"] + label:before {
  content: "";
  width: 13px;
  height: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #6e6e6e;
  background: #e9e9e9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.contact td input[type="radio"] + label:after,
.contact td input[type="checkbox"] + label:after {
  content: "";
  width: 5px;
  height: 12px;
  border-bottom: solid 3px #161616;
  border-right: solid 3px #161616;
  position: absolute;
  bottom: 8px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.contact td input[type="radio"]:checked + label:after,
.contact td input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.contact .privacy {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}

.contact .privacy iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #979797;
  background: #fff;
}

/* input設定 */
.input-mid {
  width: 60%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-min {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-big {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.contact form input {
  font-size: 1.6rem;
}

.contact form textarea {
  width: 100%;
  height: 180px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.contact .clrred {
  color: #c00;
}

.contact .contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto 30px;
  width: 304px;
}

.contact .contact-recaptcha-wrap input {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  width: 50px;
  height: 24px;
  background: #f0232c;
  text-align: center;
  line-height: 24px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  float: right;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  text-align: center;
}

.contact-submits input {
  margin: 0 10px;
  display: inline-block;
  padding: 10px 28px;
  border: none;
  background: #f0232c;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.contact-submits input:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #161616;
  color: #fff;
  cursor: pointer;
}

.contact-submits-wrap {
  text-align: center;
  margin: 0 auto;
}

.contact-submits-wrap input {
  display: inline-block;
  padding: 10px 28px;
  border: none;
  background: #f0232c;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.contact-submits-wrap input:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #161616;
  cursor: pointer;
}

.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}

.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}
