@charset "UTF-8";

/*--------------------------------------------------------------
font-import
---------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);



/*--------------------------------------------------------------
	margin
----------------------------------------------------------------*/
.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.mB35 {
  margin-bottom: 35px !important;
}

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

.mB45 {
  margin-bottom: 45px !important;
}

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

.mB55 {
  margin-bottom: 55px !important;
}

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

.mB65 {
  margin-bottom: 65px !important;
}

/* padding */
.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

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

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

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

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

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}



/*--------------------------------------------------------------
	html/body
---------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  min-width: 1260px;
}

@media only screen and (max-width: 767px) {
  body,
  html {
    min-width: 100%;
  }
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 41.8%;
  }
}

body {
  color: #333;
  line-height: 1.8em;
  font-family: 'Roboto', 'Arial', 'Noto Sans Japanese', '游ゴシック', 'ヒラギノ角ゴ ProN W3', sans-serif;
  word-break: break-word;
  width: 100%;
  font-weight: 400;
  font-size: 16px!important;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13px!important;
    font-size: 3.46667vw!important;
  }
}

.container {
  overflow: hidden;
}



/*--------------------------------------------------------------
	レスポンシブスイッチ
----------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}



/*------------------------------------------------------
	タイトル / テキスト
--------------------------------------------------------*/
.heading-l {
  font-size: 3.6rem;
}

.heading-m {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.heading-s {
  font-size: 2.4rem;
}

.wh-txt {
  color: #fff !important;
}

/*------------------------------------------------------
	ボタン
--------------------------------------------------------*/
.default-btn {
  display: inline-block;
  width: 300px;
  padding: 22px 20px 19px;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #be001f;
  border: 2px solid #be001f;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .default-btn {
    width: 100%;
  }
}

.default-btn:after {
  content: '';
  position: absolute;
  top: 51%;
  right: 22px;
  width: 18px;
  height: 18px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("../img/btn_arrow.svg");
  background-size: 18px 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /*
		content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    left: 50%;
    position: absolute;
    transition: 0.3s;
    top: -3px;
		*/
}

.default-btn:hover {
  background-color: #fff;
  border-color: #be001f;
  color: #be001f;
}

.default-btn:hover:after {
  right: 18px;
  background-image: url("../img/btn_arrow_on.svg");
}

/*------------------------------------------------------
	7アクション
--------------------------------------------------------*/
a img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a img:hover {
  opacity: 0.7;
}



/*------------------------------------------------------
	幅
--------------------------------------------------------*/
.sec-in {
  max-width: 1100px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0 0 80px;
}

@media only screen and (max-width: 1024px) {
  .sec-in {
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-in {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px 50px;
  }
}

.sec-in.sec-in-bg {
  padding: 80px 0;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .sec-in.sec-in-bg {
    padding: 50px 20px;
  }
}



/*------------------------------------------------------
	flex レイアウト
--------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-ed {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-ct {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-wp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-ic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



/* ---------------------------------------------
パンくず .topic-path
------------------------------------------------*/
.topic-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 50px;
}

@media only screen and (max-width: 1024px) {
  .topic-path {
    width: 95%;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .topic-path {
    max-width: inherit;
    display: none;
  }
}

.topic-path__list {
  margin-right: 10px;
  font-size: 12px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.topic-path__list:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.topic-path__list:first-child {
  padding-left: 0;
}

.topic-path__list:first-child:before {
  display: none;
}

.topic-path__list a {
  display: block;
  font-size: 12px;
}

.topic-path__list a:hover {
  text-decoration: underline;
}



/*--------------------------------------------------------------
	リスト
----------------------------------------------------------------*/
.disc {
  margin-left: 1em;
}

.disc li {
  list-style-type: disc;
  text-align: left;
}



/*--------------------------------------------------------------
	表示位置
----------------------------------------------------------------*/
.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}



/*--------------------------------------------------------------
	スクロールアニメーション
----------------------------------------------------------------*/
.anime {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.move {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}



/*--------------------------------------------------------------
	フォーム関連
----------------------------------------------------------------*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

textarea {
  resize: none;
  width: auto;
  height: auto;
}



/*--------------------------------------------------------------
	スクロールアニメーション
----------------------------------------------------------------*/
.inview {
  opacity: 0;
  position: relative;
}

.inview.animate {
  -webkit-animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.3s;
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.3s;
}

.inview-group .inview-list {
  opacity: 0;
  position: relative;
}

.inview-group .inview-list.animate {
  -webkit-animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
}

@-webkit-keyframes inview_slide_up {
  0% {
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes inview_slide_up {
  0% {
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}



/*--------------------------------------------------------------
	汎用CSS
----------------------------------------------------------------*/
.main-u-v {
  background-size: cover;
  height: 330px;
  margin: 100px 0 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main-u-v {
    margin: 60px 0 80px;
    height: 270px;
  }
}

.main-u-v .main-u-v-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.main-u-v .main-u-v-in h2 {
  color: #fff;
  font-size: 38px;
}

@media only screen and (max-width: 767px) {
  .main-u-v .main-u-v-in h2 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.main-u-v .main-u-v-in ul {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .main-u-v .main-u-v-in ul {
    width: 90%;
    margin: 30px auto 0;
  }
}

.main-u-v .main-u-v-in ul li {
  width: 200px;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .main-u-v .main-u-v-in ul li {
    width: 45%;
  }
}

section .sec-ttl {
  text-align: center;
  font-size: 34px;
  color: #be001f;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

section .sec-ttl span {
  font-size: 20px;
  display: block;
  color: #222;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  section .sec-ttl {
    font-size: 26px;
    font-size: 6.93333vw;
    line-height: 1.4em;
  }
  section .sec-ttl span {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 0px;
  }
}

.sec-sub-ttl {
  background: #f6f6f6;
  border-left: 6px solid #be001f;
  padding: 20px;
  font-size: 26px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sec-sub-ttl {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.4em;
  }
}

.contact-bg {
  background: url("../img/contact-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .contact-bg {
    padding: 20px;
  }
}

.contact-bg.mb0 {
  margin-bottom: 0;
}

.contact-area {
  background: #f6f6f6;
  padding: 35px;
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact-area {
    width: 100%;
  }
}

.contact-area.contact-area-wh {
  background: rgba(255, 255, 255, 0.9);
}

.contact-area .form-contact {
  width: 46%;
}

.contact-area .line-contact {
	width: 12%;
}

@media only screen and (max-width: 767px) {
  .contact-area .form-contact {
    width: 75%;
  }
	.contact-area .line-contact {
	width: 20%;
	}
}

.contact-area .phone-contact {
  text-align: center;
  width: 34%;
}

@media only screen and (max-width: 767px) {
  .contact-area .phone-contact {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact-area .phone-contact p.txt {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .contact-area .phone-contact p.txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.contact-area .phone-contact p.open-time {
  font-size: 14px;
  margin-top: 7px;
  background-color: #000;
	color: #FFF;
}



/* header */
.header {
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #fff;
  position: fixed;
}

.header .header-in {
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  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;
  height: 100%;
}

.header .header-in h1 {
	width: 246px;
}

.header .header-in h1 img {
	display: block;
	top: 0;
}

.header .header-in .header-nav nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
}

.header .header-in .header-nav nav > ul > li {
	margin-left: 25px;
}

.header .header-in .header-nav nav ul li.mega-menu ul {
  position: absolute;
  background: #be001f;
  padding: 30px 20px;
  color: #fff;
  width: 720px;
  top: 100px;
  left: -110px;
  display: none;
}

.header .header-in .header-nav nav ul li.mega-menu ul li {
  font-weight: 400;
  width: 48%;
  padding-left: 30px;
  float: left;
}

.header .header-in .header-nav nav ul li.mega-menu ul li:nth-of-type(odd) {
	margin-right: 4%;
}

.header .header-in .header-nav nav ul li.mega-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.header .header-in .header-nav nav ul li.mega-menu ul li a {
  line-height: 1.6em;
}

.header .header-in .header-nav nav ul li.mega-menu ul li a:hover {
  opacity: .5;
  color: #fff;
}

.header .header-in .header-nav nav ul li.mega-menu ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .header-in .header-nav nav ul li a {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	line-height: 100px;
}

.header .header-in .header-nav nav ul li a:hover {
  color: #be001f;
}

.header .header-in .header-nav nav ul li a.contact {
  background: #be001f;
  padding: 9px 20px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.6em;
}

.header .header-in .header-nav nav ul li a.contact span {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("../img/mail.svg");
  background-size: cover;
  margin-left: 5px;
}

.header .nav_toggle {
  display: none;
}



@media only screen and (max-width: 1360px) {
.header .header-in h1 {
	width: 220px;
}

.header .header-in .header-nav nav > ul > li {
	margin-left: 20px;
}

.header .header-in .header-nav nav ul li a {
	font-size: 15px;
}


.header .header-in .header-nav nav ul li a.contact {
  padding: 9px 15px 7px;
}

}



@media only screen and (max-width: 1230px) {
.header .header-in h1 {
	width: 200px;
}

.header .header-in .header-nav nav > ul > li {
	margin-left: 15px;
}

.header .header-in .header-nav nav ul li a {
	font-size: 14px;
}

.header .header-in .header-nav nav ul li a.contact {
  padding: 9px 10px 7px;
}

}


@media only screen and (max-width: 1110px) {
.header .header-in h1 {
	width: 170px;
}

.header .header-in .header-nav nav > ul > li {
	margin-left: 15px;
}

.header .header-in .header-nav nav ul li a {
	font-size: 13px;
}

.header .header-in .header-nav nav ul li a.contact {
  padding: 9px 10px 7px;
}

}



@media only screen and (max-width: 1024px) {
  .header {
    height: 60px;
    position: fixed;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
	
.header .header-in {
    width: 100%;
  }
	
  .header .header-in h1 {
    position: fixed;
    width: 140px;
    left: 10px;
    top: 20px;
  }
	
.header .header-in .header-nav {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
}
	
.header .header-in .header-nav nav {
	width: 100%;
}
	
.header .header-in .header-nav nav ul {
	display: none;
	background: #222;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
	
.header .header-in .header-nav nav > ul > li {
	margin-left: 0;
}
	
.header .header-in .header-nav nav ul li.mega-menu {
	display: block;
}
	
.header .header-in .header-nav nav ul li.mega-menu .pc {
	display: none!important;
}
	
.header .header-in .header-nav nav ul li.mega-menu .sp {
	display: block!important;
}
	
.header .header-in .header-nav nav ul li.mega-menu a:after {
    -webkit-transform: rotate(135deg) !important;
        -ms-transform: rotate(135deg) !important;
            transform: rotate(135deg) !important;
  }
	
.header .header-in .header-nav nav ul li.mega-menu ul {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    background: #444;
  }
	
.header .header-in .header-nav nav ul li.mega-menu ul li {
	width: 50%;
	padding-left: 0;
  }
	
.header .header-in .header-nav nav ul li.mega-menu ul li:not(:last-child) {
    margin-bottom: 0;
}

.header .header-in .header-nav nav ul li.mega-menu ul li:nth-of-type(odd) {
	margin-right: 0;
	border-right: 1px solid #222;
}
	
.header .header-in .header-nav nav ul li.mega-menu ul li a {
    padding-left: 5px;
	font-size: 11px;
	padding: 15px 10px;
  }
  .header .header-in .header-nav nav ul li.mega-menu ul li a:after {
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
  }
	
.header .header-in .header-nav nav ul li.mega-menu ul li:after {
	display: none;	
}
	
.header .header-in .header-nav nav ul li a {
    border-bottom: 1px solid #111;
    color: #fff;
    padding: 25px 18px;
    position: relative;
    width: 100%;
    line-height: 1em;
  }
  .header .header-in .header-nav nav ul li a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
  }
	
 .header .header-in .header-nav nav ul li a.contact {
    padding: 25px 18px;
  }
	
.header {
    /*開閉ボタンopen時*/
  }
  .header .nav_toggle {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 18px;
    z-index: 100;
    right: 16px;
  }
  .header .nav_toggle div {
    position: relative;
  }
  .header .nav_toggle span {
    display: block;
    height: 4px;
    background: #c6151e;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .nav_toggle span:nth-child(1) {
    top: 0;
  }
  .header .nav_toggle span:nth-child(2) {
    top: 10px;
  }
  .header .nav_toggle span:nth-child(3) {
    top: 20px;
  }
  .header .nav_toggle.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  .header .nav_toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .header .nav_toggle.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
	
}





/* footer */
.footer {
  background: #be001f;
  padding: 45px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .footer {
    height: auto;
    padding: 25px 20px 100px;
  }
}

.footer .footer-in {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer .footer-in {
    width: 100%;
  }
}

.footer .footer-in .footer-nav-upper .logo {
  width: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-in .footer-nav-upper .logo {
	width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-in .footer-nav-upper nav ul {
    display: none;
  }
}

.footer .footer-in .footer-nav-upper nav ul li {
  font-weight: bold;
  margin: 0 10px;
}

.footer .footer-in .footer-nav-upper nav ul li a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer .footer-in .footer-nav-upper nav ul li:last-child a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 9px;
	background-image: url("../img/mail.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.footer .footer-in .footer-nav-upper nav ul li a:hover {
  opacity: 0.4;
}

.footer .footer-in .copy-light {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer .footer-in .copy-light {
    margin: 0 auto;
    line-height: 1.4em;
  }
}

.footer #aa {
  width: 100px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .footer #aa {
    right: calc(50% - 100px / 2);
  }
}

.footer__sitemap {
	margin: 50px auto 0 auto;
}

.footer__sitemap-box {
	display: flex;
	flex-wrap: wrap;
}

.footer__sitemap-item {
	width: 19%;
	margin-right: 1.25%;
}


.footer__sitemap-item:nth-of-type(5n) {
	margin-right: 0;
}

.footer__sitemap-category {
	margin-bottom: 30px;
}

.footer__sitemap-category-ttl {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer__sitemap-category-ttl:hover {
	text-decoration: underline;
}

.footer__sitemap-category-item {
	line-height: 1.8;
}

.footer__sitemap-category-link {
	font-size: 10px;
	color: #FFF;
}

.footer__sitemap-category-link:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 767px) {

.footer__sitemap {
	margin: 30px auto 0 auto;
}
	
.footer__sitemap-box {
	margin-bottom: 30px;
	justify-content: space-between;
	}
	
.footer__sitemap-item {
	width: 48%;
	margin-right: 0;
	margin-bottom: 10px;
	line-height: 1.6;
	}
	
.footer__sitemap-category {
	margin-bottom: 5px;
	}

.footer__sitemap-category-ttl {
	margin-bottom: 0;
}

.footer__sitemap-category-item {
	display: none;
}
		
}


.btn-to-top a {
  width: 60px;
  height: 60px;
  background: #be001f;
  position: fixed;
  right: 25px;
  bottom: 110px;
  border-radius: 100%;
}

.btn-to-top a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 24px;
  left: 19px;
}

.btn-to-top.current {
  position: absolute;
  top: -34px;
  bottom: inherit;
}



/* cv-area */
.cv-area {
  background: url("../img/contact_bg.jpg") no-repeat center;
  background-size: cover;
  height: 450px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .cv-area {
    height: auto;
    height: 300px;
    margin-bottom: 60px;
  }
}

.cv-area .cv-area-in {
  width: 940px;
  margin: 0 auto;
  height: 100%;
	position: relative;
}

@media only screen and (max-width: 767px) {
  .cv-area .cv-area-in {
    width: 100%;
    padding: 0 20px;
  }
}

.cv-area .cv-area-in .txt-area {
  width: 488px;
}

@media only screen and (max-width: 767px) {
  .cv-area .cv-area-in .txt-area {
    width: 100%;
  }
}

.cv-area .cv-area-in .txt-area a {
  margin-top: 15px;
}

.cv-area .cv-area-in .img-area {
  width: 344px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cv-area .cv-area-in .img-area img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
  .cv-area .cv-area-in .img-area {
    display: none;
  }
}

.cv-area__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cv-area__box a:first-child {
	display: block;
	width: 83%;
}

.cv-area__box a:last-child {
	display: block;
	width: 13%;
}

.cv-area__box img {
	display: block;
	height: auto;
	width: 100%;;
}




/* breadcrumb */
.breadcrumb {
	width: 1100px;
	margin: -30px auto 80px auto;
}

.breadcrumb__box {
	display: flex;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

.breadcrumb__item {
	margin-right: 7px;
}

.breadcrumb__item:not(:first-child)::before {
	content: ">";
	display: inline-block;
	margin-right: 7px;
	font-size: 13px;
	color: #777;
}

.breadcrumb__link {
	font-size: 13px;
	color: #777;
	display: inline-block;
}

.breadcrumb__link:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 767px) {
.fixnav {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 65px;
	background-color: rgba(0,0,0, .4);
	padding: 6px;
	}
	
.fixnav__box {
	display: flex;
	justify-content: space-between;
}
	
.fixnav__item {
	width: calc(50% - 3px);
	}
	
.fixnav__link {
	width: 100%;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	transition: .2s;
}
	
.fixnav__link:hover {
	opacity: .8;
}
	
.fixnav__link--tel > span span {
	display: block;
	font-size: 11px;
	}
	
.fixnav__link--line {
	background-color: #06c655;
	padding-right: 15px;
	}
	
.fixnav__link--line::before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background-image: url("/img/icon_line.jpg");
	background-size: cover;
	margin-right: 10px;
}
	
.fixnav__link--tel {
	background-color: #3d8ad6;
	padding-right: 15px;
	line-height: 1.4;
	}
	
.fixnav__link--tel::before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background-image: url("/img/icon_tel.png");
	background-size: cover;
	margin-right: 10px;
}
	
	
}


.cta {
	width: 95%;
	max-width: 1100px;
	padding: 100px 0 120px 0;	
	margin: 0 auto;
}

.cta__box {
	display: flex;
	justify-content: space-between;
}

.cta__item {
	width: 30%;
}

.cta__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	transition: .2s;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	padding-right: 20px;
}

.cta__link:hover {
	opacity: .8;
}

.cta__txt {
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

.cta__txt::before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 2px;
	transform: rotate(60deg);
	vertical-align: 5px;
}

.cta__txt::after {
	display: inline-block;
	content: "";
	width: 25px;
	height: 2px;
	transform: rotate(-60deg);
	vertical-align: 5px;
}

.cta__item--tel .cta__txt {
	color: #3d8ad6;
}

.cta__item--tel .cta__txt::before,
.cta__item--tel .cta__txt::after {
	background-color: #3d8ad6;
}

.cta__item--tel .cta__link {
	background-color: #3d8ad6;
}

.cta__item--tel .cta__link::before {
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	background-image: url("/img/icon_tel.png");
	background-size: cover;
	margin-right: 10px;
}

.cta__item--line .cta__txt {
	color: #06c655;
}

.cta__item--line .cta__txt::before,
.cta__item--line .cta__txt::after {
	background-color: #06c655;
}

.cta__item--line .cta__link {
	background-color: #06c655;
	text-align: left;
}

.cta__item--line .cta__link::before {
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	background-image: url("/img/icon_line.jpg");
	background-size: cover;
	margin-right: 20px;
}

.cta__item--line .cta__link span span {
	display: block;
	font-size: 14px;
}

.cta__item--form .cta__txt {
	color: #f4929a;
}

.cta__item--form .cta__txt::before,
.cta__item--form .cta__txt::after {
	background-color: #f4929a;
}

.cta__item--form .cta__link {
	background-color: #f4929a;
}

.cta__item--form .cta__link::before {
	display: inline-block;
	content: "";
	width: 35px;
	height: 24px;
	background-image: url("/img/mail.svg");
	background-size: cover;
	margin-right: 20px;
}



@media only screen and (max-width: 767px) {
	
.cta {
	display: none;
	
}
	
#top .cta__fix .cta {
	display: block;
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
	padding: 30px 0 35px 0;
}
	
#top .cta__fix .cta__box {
	display: block;
}
	
#top .cta__item {
	width: 100%;
	margin-bottom: 30px;
}
	
#top .cta__item:last-child {
	margin-bottom: 0;
	display: none;
}

#top .cta__link {
	height: 60px;
	font-size: 20px;
	padding-right: 15px;
}

#top .cta__txt {
	margin-bottom: 10px;
}

#top .cta__item--tel .cta__link::before {
	width: 25px;
	height: 25px;
}

#top .cta__item--line .cta__link::before {
	width: 25px;
	height: 25px;
}

#top .cta__item--line .cta__link span span {
	font-size: 12px;
}

#top .cta__item--form .cta__link::before {
	width: 25px;
	height: 17px;
}
	
}