@charset "utf-8";
/*-----------------------------------------------------------*/
/*--------------------------common--------------------------*/
/*-----------------------------------------------------------*/
h2 {
  font-size: 44px;
  line-height: 64px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
h3 {
  font-size: 44px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 10px;
}
h4 {
  font-size: 44px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 10px;
}
.h_main {
  font-size: 25px;
  font-weight: 400;
  color: #ff3709;
  text-align: center;
  margin-bottom: 10px;
}
.h_under {
  font-size: 12px;
  line-height: 19px;
  color: #ff3709;
  text-align: center;
  margin-bottom: 10px;
}
.h_under2 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.h_descri {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  h3 {
    font-size: 24px;
    line-height: 35px;
  }
  h4 {
    font-size: 28px;
    line-height: 35px;
  }
  .h_main {
    font-size: 17px;
  }
  .h_under2 {
    font-size: 17px;
    line-height: 25px;
  }
  .h_descri {
    font-size: 14px;
    line-height: 21px;
  }
}
/*-----------------------------------------------------------*/
/*--------------------------hearder--------------------------*/
/*-----------------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 25px;
  }
  header .flexb {
    flex-direction: column;
  }
  header .flexb a {
    margin-bottom: 40px;
  }
  header .flexb figure {
    width: 190px;
  }
}
/*-----------------------------------------------------------*/
/*---------------------------fv------------------------------*/
/*-----------------------------------------------------------*/
#fv .container {
  position: relative;
}
#fv .container .swiper-container1 {
  width: 100%;
  overflow: hidden;
}
@keyframes zoomdown {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#fv .swiper-slide-active .slide-img, #fv .swiper-slide-duplicate-active .slide-img, #fv .swiper-slide-prev .slide-img {
  animation: zoomdown 10s linear 0s 1 normal both;
}
//imgタグだと下に隙間ができるのでblockに。
#fv .slide-img img {
  display: block;
}
#fv .container .txt {
  position: absolute;
  top: 15vw;
  left: calc(50% - 500px);
  z-index: 2;
}
#fv .container .txt .p1 {
  font-size: 24px;
  line-height: 33px;
  padding: 5px 10px;
  background-color: #fff;
  color: #ff3709;
  display: inline-block;
}
#fv .container .txt .p2 {
  font-size: 40px;
  line-height: 57px;
  padding: 5px 10px;
  background-color: #ff3709;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #fv .slide-img {
    height: 600px;
  }
  #fv .container .txt {
    top: 140px;
    left: 25px;
  }
  #fv .container .txt .p1 {
    font-size: 17px;
    line-height: 23px;
  }
  #fv .container .txt .p2 {
    font-size: 28px;
    line-height: 40px;
  }
}
/*-----------------------------------------------------------*/
/*------------------------fixbtm-----------------------------*/
/*-----------------------------------------------------------*/
.fixbtm {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.fixbtm .btn {
  width: 50%;
  padding: 15px 0;
  align-items: center;
}
.fixbtm a.left {
  background-color: #ff3709;
}
.fixbtm a.left p {
  color: #fff;
  font-size: 28px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.fixbtm a.left figure {
  width: 35px;
  padding-left: 20px;
}
.fixbtm .right {
  background-color: #fff;
}
.fixbtm .right .txt {
  padding-right: 20px;
  border-right: 1px solid #ff3709;
}
.fixbtm .right .p1 {
  font-size: 18px;
  color: #ff3709;
}
.fixbtm .right .p2 {
  font-size: 16px;
  color: #ff3709;
}
.fixbtm .right .p2 span {
  font-size: 14px;
  color: #ff3709;
}
.fixbtm .right .tell {
  font-size: 31px;
  font-weight: bold;
  color: #ff3709;
}
.fixbtm .right .tell span {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}
.fixbtm .right .mail {
  padding-left: 20px;
}
.fixbtm .right figure {
  width: 35px;
}
@media only screen and (max-width: 768px) {
  .fixbtm .btn {
    padding: 10px 0;
  }
  .fixbtm a.left figure {
    display: none;
  }
  .fixbtm a.left p {
    font-size: 13px;
    line-height: 18px;
    border-right: none;
    padding: 0;
    text-align: center;
  }
  .fixbtm a.left {
    width: 35%;
  }
  .fixbtm .right {
    width: 65%;
  }
  .fixbtm .right .txt {
    padding-right: 10px;
  }
  .fixbtm .right .p1 {
    font-size: 10px;
  }
  .fixbtm .right .p2 {
    font-size: 10px;
  }
  .fixbtm .right .p2 span {
    font-size: 10px;
  }
  .fixbtm .right .tell {
    font-size: 18px;
  }
  .fixbtm .right .tell span {
    width: 15px;
    margin-right: 5px;
  }
  .fixbtm .right .mail {
    padding-left: 5px;
  }
  .fixbtm .right figure {
    width: 35px;
    display: flex;
    align-items: center;
  }
}
/*-----------------------------------------------------------*/
/*--------------------------tc1------------------------------*/
/*-----------------------------------------------------------*/
#tc1 {
  padding: 150px 0;
}
#tc1 .container {
  position: relative;
  border-top: 1px solid transparent;
}
#tc1 .h_under {
  margin-bottom: 40px;
}
#tc1 .container .bg {
  position: absolute;
  background-color: #f5f5f5;
  height: 700px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
}
#tc1 .cross {
  margin: 60px 0;
  align-items: center;
}
#tc1 .cross .f1 {
  width: 200px;
  margin-right: 20px;
}
#tc1 .cross .f3 {
  width: 200px;
  height: 120px;
  margin-left: 20px;
}
#tc1 .cross .f1 img, #tc1 .cross .f3 img {
  object-fit: contain;
  height: 100% !important;
}
#tc1 .p1 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
#tc1 .p2 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
	margin-bottom: 40px;
	color:#ff3709;
}
#tc1 figure {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #tc1 {
    padding: 70px 0;
  }
	#tc1 h2{
		font-size:24px;
	}
  #tc1 .container .bg {
    height: 550px;
  }
  #tc1 .cross {
    width: 80%;
    margin: 50px auto 30px auto;
    padding: 0;
  }
  #tc1 .cross .f1 {
    width: 30%;
    height: 70px;
  }
  #tc1 .cross .f2 {
    width: 24%;
  }
  #tc1 .cross .f3 {
    width: 30%;
    height: 70px;
  }
	#tc1 .inner2{
		padding:0 20px;
	}
  #tc1 .p1 {
    font-size: 14px;
    line-height: 22px;
	   margin-bottom: 30px;
  }
  #tc1 .p2 {
    font-size: 14px;
    line-height: 25px;
  }
}
/*-----------------------------------------------------------*/
/*--------------------------tc2------------------------------*/
/*-----------------------------------------------------------*/
#tc2 {
  padding: 100px 0;
  margin-bottom: 160px;
}
#tc2 .container figure, #tc2 .container .txt {
  width: 50%;
}
#tc2 .container .txt {
  background-color: #ff3709;
  margin-top: 100px;
  margin-bottom: -100px;
  position: relative;
  padding: 100px 150px;
}
#tc2 .container .txt .left {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  left: 60px;
  color: #fff;
  opacity: 0.5;
}
#tc2 .container .txt .right h2 {
  color: #fff;
  margin-bottom: 30px;
}
#tc2 .container .txt .right p {
  color: #fff;
  text-align: left;
}
#tc2 .container .txt .right .h_descri {
  margin-bottom: 30px;
}
#tc2 .container .txt .right .p1 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #tc2 {
    padding: 0 0 30px 0;
    margin-bottom: 0px;
  }
  #tc2 .container figure {
    width: 100%;
  }
  #tc2 .container .txt {
    width: 90%;
    margin: -45px 0 45px auto;
    padding: 70px 20px 20px 20px;
  }
  #tc2 .container .txt .right h2 {
    text-align: left;
  }
  #tc2 .container .txt .left {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    top: 20px;
    left: -10px;
    font-size: 10px;
    width: 100%;
    transform: scale(0.8);
  }
}
/*-----------------------------------------------------------*/
/*--------------------------tc3------------------------------*/
/*-----------------------------------------------------------*/
#tc3 .container1 {
  position: relative;
}
#tc3 .container1 .title {
  position: absolute;
  bottom: 140px;
  right: calc(50% - 500px);
}
#tc3 .container1 .title .p1 {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
}
#tc3 .container1 .title figure {
  margin-bottom: 30px;
}
#tc3 .container1 .title .h_under {
  text-align: left;
}
#tc3 .container2 {
  background-color: #000;
  padding-bottom: 130px;
  margin-bottom: 310px;
}
.wbox {
  background-color: #fff;
  padding: 100px 0;
  margin-top: -70px;
  position: relative;
  margin-bottom: 120px
}
.wbox h3 {
	text-align: left;
	font-size: 41px;
}
.wbox h3 span {
  font-size: 12px;
  line-height: 19px;
  color: #ff3709;
  text-align: center;
	margin-left: 10px
}
.wbox h3, .wbox .h_descri {
  width: 50%;
}
.franc {
  margin-bottom: 70px;
}
.franc figure {
  width: 24%;
}
.franc .txt {
  width: 73%;
}
.franc .txt h3 {
  color: #fff;
  text-align: left;
  font-size: 30px;
  line-height: 48px;
}
.franc .txt .h_under {
  text-align: left;
	margin-bottom: 30px;
}
.franc .txt .h_descri {
  color: #fff;
  text-align: left;
}
.hotel p, .hotel figure {
  width: 48.5%;
}
.hotel p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.hotel figure {
  height: 100px;
}
@media only screen and (max-width: 768px) {
  #tc3 .container1 figure {
    height: 600px;
  }
  #tc3 .container1 figure img {
    height: 100%;
  }
  #tc3 .container1 .title {
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    top: 15vw;
  }
  #tc3 .container2 {
    background-color: #000;
    padding-bottom: 70px;
    margin-bottom: 80px;
  }
  #tc3 .container1 .title .p1 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #tc3 .container1 .title figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .wbox {
    padding: 25px;
    width: 90%;
    margin-bottom: 35px;
  }
  .wbox .flexb {
    flex-direction: column;
    width: 100%;
  }
	.wbox h3{
		font-size: 22px;
		line-height: 35px;
	}
  .wbox h3, .wbox .h_descri {
    width: 100%;
  }
	.wbox h3 span{
		font-size:10px;
	}
  .franc {
    margin-bottom: 20px;
  }
  .franc figure {
    width: 60%;
    margin: 0 auto 30px auto;
  }
  .franc .txt {
    width: 100%;
  }
  .franc .txt h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .hotel p, .hotel figure {
    width: 100%;
  }
  .hotel p {
    font-size: 13px;
    line-height: 22px;
  }
  .hotel figure {
    height: auto;
    order: -1;
    margin-bottom: 10px;
  }
}
/*-----------------------------------------------------------*/
/*----------------------img_title----------------------------*/
/*-----------------------------------------------------------*/
.img_title {
  position: relative;
}
.img_title .txt {
  position: absolute;
  top: 5vw;
  width: 100%;
}
@media only screen and (max-width: 768px){
	.img_title figure{
		height: 600px;
	}
	.img_title .txt{
		top:13vw;
	}
}
/*-----------------------------------------------------------*/
/*----------------------tc4_title----------------------------*/
/*-----------------------------------------------------------*/
.tc4_title {
  margin-bottom: 130px;
}
.txt_box {
  width: 600px;
  background-color: #ff3709;
  padding: 90px;
  margin-bottom: -250px;
  position: relative;
}
.txt_box h3 {
  color: #fff;
  text-align: left;
	    font-size: 41px;
}
.txt_box .h_under {
  color: #fff;
  text-align: left;
}
.txt_box .h_descri {
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 768px){
	.txt_box{
		width: 100%;
		margin: 0px !important;
		 padding: 40px 25px;
	}
	.tc4_title figure{
		height:90vw
	}
	.txt_box h3{
		font-size:24px;
		line-height: 35px;
	}
}
/*-----------------------------------------------------------*/
/*--------------------------tc4------------------------------*/
/*-----------------------------------------------------------*/
.tc4_box {
  margin-bottom: 120px;
}
.tc4_box figure {
  width: 700px;
}
.tc4_box .txt {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}
.tc4_box .txt.wide {
  padding: 0 50px;
}
.tc4_box .txt .h_under {
  text-align: left;
}
.tc4_box.converse .txt {
}
#tc4 .container2 .txt_box {
  margin-right: calc(50% - 600px);
  margin-left: auto;
}
#tc4 .container3 {
  background-color: #f1f1f1;
  padding: 130px 0;
}
#tc4 .container3 .txt_box {
  margin-left: calc(50% - 600px);
  margin-right: auto;
}
@media only screen and (max-width: 768px){
	.tc4_title{
		margin-bottom: 50px;
	}
.tc4_box {
  margin-bottom: 60px;
}
.tc4_box figure {
  width: 90%;
    order: -1;
    margin:0 0 40px auto;
}
	.tc4_box.converse figure{
		margin:0 auto 40px 0;
	}
.tc4_box .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.tc4_box .txt.wide {
  padding: 0 50px;
}
	#tc4 .container3{
		padding: 0 0 60px 0;
	}
	
}
/*-----------------------------------------------------------*/
/*--------------------------tc5------------------------------*/
/*-----------------------------------------------------------*/
#tc5 .img_title h2 {
  color: #fff;
}
#tc5 .img_title .h_under2 {
  color: #fff;
	font-weight: 400;
}
@media only screen and (max-width: 768px){
	#tc5 .img_title h2{
		font-size:24px;
	}
	#tc5 .img_title .h_under2{
		font-size:14px;
		line-height: 22px;
		width:90%;
		margin:0 auto;
	}
}
/*-----------------------------------------------------------*/
/*--------------------------tc6------------------------------*/
/*-----------------------------------------------------------*/
#tc6 {
  padding: 100px 0;
}
#tc6 .h_under2 {
  margin-bottom: 70px;
}
#tc6 dl {
  width: 33%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
#tc6 dl dt {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#tc6 dl dd.txt {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
#tc6 dl dd.img {
  order: -1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px){
	#tc6{
		padding:50px 0;
	}
#tc6 dl {
  width: 49%;
  margin-bottom: 20px;
}	
#tc6 dl dt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
#tc6 dl dd.txt {
  font-size: 14px;
  line-height: 22px;
}
#tc6 dl dd.img {
	width:110px;
	margin:0 auto 20px auto;
}
}
/*-----------------------------------------------------------*/
/*--------------------------tc7------------------------------*/
/*-----------------------------------------------------------*/
#tc7 {
  padding: 100px 0;
  background-color: #ff3709;
}
#tc7 .swiper-slide {
  height: 30vw;
}
.swiper-container2 {
  overflow: hidden;
}
@media only screen and (max-width: 768px){
#tc7 {
  padding: 60px 0;
}
#tc7 .swiper-slide {
  height: 60vw;
}	
}
/*-----------------------------------------------------------*/
/*--------------------------tc8------------------------------*/
/*-----------------------------------------------------------*/
#tc8 {
  padding: 130px 0 120px 0;
}
#tc8 .container {
  position: relative;
}
.swiper-button-next, .swiper-button-prev {
  top: 38% !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-prev {
  left: -70px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f15d2a'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
  right: -70px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f15d2a'%2F%3E%3C%2Fsvg%3E");
}
.tc8_title {
  margin-bottom: 10px;
  align-items: flex-end;
}
.tc8_title .p1 {
  margin-left: 10px;
  margin-right: auto;
}
.swiper-container3 {
  margin-bottom: 10px;
  overflow: hidden;
}
.swiper-thumb a {
  width: 19%;
  margin-bottom: 10px;
  position: relative
}
.swiper-thumb .thumb-item.swiper-slide-active:before, .swiper-thumb .thumb-item.swiper-slide-active:after {
  opacity: 1;
}

.swiper-thumb .thumb-item:before {
  position: absolute;
  transition: ease 0.3s;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(241, 93, 42, 0.8);
  z-index: 2;
  opacity: 0;
}
.swiper-thumb .thumb-item:after {
  position: absolute;
  transition: ease 0.3s;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  opacity: 0;
}
.swiper-thumb .thumb-item.thumb1:after {
  background-image: url(../img/tc8_b01.png);
}
.swiper-thumb .thumb-item.thumb2:after {
  background-image: url(../img/tc8_b02.png);
}
.swiper-thumb .thumb-item.thumb3:after {
  background-image: url(../img/tc8_b03.png);
}
.swiper-thumb .thumb-item.thumb4:after {
  background-image: url(../img/tc8_b04.png);
}
.swiper-thumb .thumb-item.thumb5:after {
  background-image: url(../img/tc8_b05.png);
}
.swiper-thumb .thumb-item.thumb6:after {
  background-image: url(../img/tc8_b06.png);
}
.swiper-thumb .thumb-item.thumb7:after {
  background-image: url(../img/tc8_b07.png);
}
.swiper-thumb .thumb-item.thumb8:after {
  background-image: url(../img/tc8_b08.png);
}
.swiper-thumb .thumb-item.thumb9:after {
  background-image: url(../img/tc8_b09.png);
}
.swiper-thumb .thumb-item.thumb10:after {
  background-image: url(../img/tc8_b10.png);
}
@media only screen and (max-width: 768px){
	#tc8{
		padding: 60px 0;
		overflow: hidden;
	}
.tc8_title {
  margin-bottom: 10px;
  align-items: flex-end;
}
	.tc8_title figure{
		max-width:130px;
	}
.tc8_title .p1 {
     margin: 0 auto 0 10px;
	font-size:12px;
}
.tc8_title .p2 {
 width:100%;
	font-size:14px;
}
	.swiper-thumb .thumb-item:after{
		background-size:80%;
	}
	.swiper-button-next, .swiper-button-prev{
		width:20px !important;
		background-repeat: no-repeat;
		top: 150px !important;
	}
	.swiper-button-prev {
  left: -20px !important;
}
.swiper-button-next {
  right: -20px !important;
}
}
/*-----------------------------------------------------------*/
/*--------------------------tc9------------------------------*/
/*-----------------------------------------------------------*/
#tc9 {
  padding: 100px 0;
  background-color: #f1f1f1;
}
#tc9 .h_under {
  margin-bottom: 50px;
}
#tc9 .container > figure {
  width: 45%;
}
#tc9 .container .txt {
  width: 50%;
}
#tc9 .container .txt .p1 {
  font-size: 20px;
}
#tc9 .container .txt .p2 {
  font-size: 20px;
}
#tc9 .container .txt .p2 span.s1 {
  font-size: 24px;
}
#tc9 .container .txt .p2 span.s2 {
  font-size: 43px;
  color: #ff3709;
}
#tc9 .container .txt .p3 {
  font-size: 16px;
  margin-bottom: 50px;
}
#tc9 .container .txt .btn1 {
  width: 380px;
  height: 90px;
  background-color: #ff3709;
}
#tc9 .container .txt .btn1 a {
  align-items: center;
  height: 100%;
}
#tc9 .container .txt .btn1 figure {
  width: 30px;
  margin-right: 10px;
}
#tc9 .container .txt .btn1 p {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 768px){
#tc9 {
  padding: 60px 0;
}
#tc9 .container > figure {
  width: 100%;
	margin-bottom: 20px;
}
#tc9 .container .txt {
  width: 100%;
}
#tc9 .container .txt .p1 {
  font-size: 14px;
}
#tc9 .container .txt .p2 {
  font-size: 14px;
}
#tc9 .container .txt .p2 span.s1 {
  font-size: 16px;
}
#tc9 .container .txt .p2 span.s2 {
  font-size: 30px;
}
#tc9 .container .txt .p3 {
  font-size: 14px;
  margin-bottom: 20px;
}
	#tc9 .container .txt .btn1{
		width:100%;
		height: 60px;
	}
#tc9 .container .txt .btn1 figure {
  width: 20px;
  margin-right: 8px;
}
	#tc9 .container .txt .btn1 p {
  font-size: 15px;
}
}
/*-----------------------------------------------------------*/
/*--------------------------tc10------------------------------*/
/*-----------------------------------------------------------*/
#tc10 {
  padding: 110px 0 100px 0;
}
#tc10 .h_under {
  margin-bottom: 50px;
}
#tc10 .btn1 {
  width: 380px;
  height: 90px;
  background-color: #fff;
  border: 2px solid #ff3709;
}
#tc10 .btn1 a {
  align-items: center;
  height: 100%;
}
#tc10 .btn1 figure {
  width: 30px;
  margin-right: 10px;
}
#tc10 .btn1 p {
  font-size: 18px;
	font-weight: 600;
}
#tc10 .btn2 {
  width: 380px;
  height: 90px;
  background-color: #ff3709;
}
#tc10 .btn2 .flex {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
}
#tc10 .btn2 .over {
  align-items: center;
}
#tc10 .btn2 .over p {
  color: #fff;
}
#tc10 .btn2 .over p.p1 {
  font-size: 18px;
}
#tc10 .btn2 .over p.p2 {
  font-size: 16px;
}
#tc10 .btn2 .over p.p2 span {
  font-size: 14px;
}
#tc10 .btn2 .tell {
  font-size: 31px;
  color: #fff;
}
#tc10 .btn2 .tell span {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}
#tc10 .btn2 .tell span img {
  width: 100%;
}
@media only screen and (max-width: 768px){
#tc10 {
  padding: 60px 0;
}
	#tc10 .btn1{
		width:100%;
		height: 60px;
	}
#tc10 .btn1 figure {
  width: 20px;
  margin-right: 8px;
}
#tc10 .btn1 p {
  font-size: 14px;
}
	#tc10 .btn2{
		width:100%;
		height: 60px;
		margin-bottom: 20px;
	}
#tc10 .btn2 .over p.p1 {
  font-size: 13px;
}
#tc10 .btn2 .over p.p2 {
  font-size: 12px;
}
#tc10 .btn2 .over p.p2 span {
  font-size: 12px;
}
#tc10 .btn2 .tell {
  font-size: 22px;
display: flex;
    justify-content: center;
}
#tc10 .btn2 .tell span {
  width: 20px;
  margin-right: 5px;
}
}
/*-----------------------------------------------------------*/
/*--------------------------tc11------------------------------*/
/*-----------------------------------------------------------*/
#tc11 .container {
  position: relative;
}
#tc11 .container .txt {
  position: absolute;
  top: 7vw;
  left: calc(50% - 500px);
  right: auto;
}
#tc11 .container .txt figure {
  width: 170px;
  margin-bottom: 20px;
}
#tc11 .container .txt strong {
  font-size: 44px;
  line-height: 64px;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
#tc11 .container .txt p {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 768px){
	#tc11 .container > figure{
		height: 600px;
	}
#tc11 .container .txt {
  position: absolute;
  top: 15vw;
  left: 0;
  right: 0;
	margin:0 auto;
}
	#tc11 .container .txt figure{
		margin:0 auto 20px auto;
	}
#tc11 .container .txt strong {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
	text-align: center;
}
#tc11 .container .txt p {
  font-size: 14px;
  line-height: 22px;
	text-align: center;
}
}
/*-----------------------------------------------------------*/
/*------------------------footer-----------------------------*/
/*-----------------------------------------------------------*/
footer {
  margin-bottom: 92px;
}
footer .container {
  padding: 70px 0;
}
footer .container .f1 {
  width: 300px;
  margin-bottom: 20px;
}
footer .container .f2 {
  width: 170px;
}
footer .container .right p {
  font-size: 16px;
  line-height: 30px;
}
footer .copy {
  margin: 0 20vw 0 auto;
  width: 400px;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 768px){
	footer .container .left{
		width:100%;
	}
footer .container .f1 {
  width: 240px;
  margin:0 auto 20px auto;
}
footer .container .f2 {
  width: 130px;
	margin:0 auto 20px auto;
}
	footer .container .right{
		width: 100%;
	}
footer .container .right p {
  font-size: 13px;
  line-height: 22px;
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
footer .copy {
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
	text-align: center;
}
}