﻿.bg_color1 {background-color: #2290e5;}
.bg_color2 {background-color: #d3ecff;}
.bg_color3 {background-color: #b3b3b3;}
.border_color1 {border-color: #2290e5;}
.txt_color1 {color: #eb8d00;}
.txt_color3 {color: #eb8d00;}
.hvr_txt_color1:hover {color: #2290e5;}

/*#sc_menu li a,#sc_menu li a span {*/
/*    font-size: 16px;*/
/*}*/

/* ----------　all　---------- */
.linkStyle{
	color:#eb8d00;
}
.linkStyle:hover{
	color:#eb8d00;
	opacity: 0.7;
	transition: all 0.5s;
}
body{
    color: #4a422b;
}
footer::after,#page_title::after {
    background-color: rgba(26 ,53 ,72 ,0.55);
}
footer .tel{
    transition: 0.3s;
}
footer .tel:hover{
    transform: translateY(-10px);
}
footer .tel a{
    background-color: #eb8d00;
    padding: 10px 20px;
    border-radius: 5px;
}
/* ----------　TOP　---------- */
/* ↓モーダルボダン↓ */
.wave i {
    transition-duration: 0.2s;
}
.wave .letter-b i {
    transform: rotate(-45deg);
}
.wave:hover i {
    /*transform: translateY(10px);*/
}
@keyframes wave {
  100% {
    transform: translate3d(0, -10px, 0);
  }
}
.wave {
  /*display: block;*/
  /*width: 150px;*/
  text-align: center;
}

.wave span {
  display: inline-block;
  color: #fff;
transition-duration: .2s;
}
.letter-b {
    position: absolute;
    top: 0px;
    left: 0;
    transform: translate3d(0,110%,0);
    transition-duration: .2s;
}
.wave.is-hover .letter-b {
    transform: translate3d(0,0%,0);
}
.letter-t {
    transform: translate3d(0,0%,0);
}
.wave.is-hover .letter-t {
    transform: translate3d(0,-110%,0);
}
.wave:hover > p span {
  /*animation-name: wave;*/
  /*animation-direction: alternate;*/
  /*animation-iteration-count: 2;*/
}
.wave > p {
    overflow: hidden;
}
.wave > p:nth-child(2)  span{
  transition-delay: .03s;
}
.wave > p:nth-child(3) span {
  transition-delay: .06s;
}
.wave > p:nth-child(4) span{
  transition-delay: .09s;
}
.wave > p:nth-child(5) span {
  transition-delay: .12s;
}
.wave > p:nth-child(6) span{
  transition-delay: .15s;
}
.wave > p:nth-child(7) span {
  transition-delay: .18s;
}
.wave > p:nth-child(8) span {
  transition-delay: .21s;
}
.wave > p:nth-child(9) span {
  transition-delay: .24s;
}
.wave > p:nth-child(10) span {
  transition-delay: .27s;
}
.wave > p:nth-child(11) span {
  transition-delay: .3s;
}
/* ↑モーダルボダン↑ */
/* ↓モーダル↓ */
.modal_bg.bg_color3 {
    background-color: #c1af98;
}
.modal_wrap {
   top: 0;
   left: 0;
    z-index: 999;
}
.modal_wrap .modal_scroll_wrap {
    top: 50%;
    left: 50%;
    height: 85vh!important;
    max-width: 950px;
    transform: translate(-50%, -50%);
    padding: 90px 40px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 32px rgba(110, 110 ,110 ,0.15);
    width: 90%;
}
.modal_wrap .modal_scroll{
	overflow-y: auto;
	background: #fff;
	overflow-x: hidden;
}
.modal_wrap .close_bt {
    top: -16px;
    right: -12px;
    cursor: pointer;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    box-shadow: 0 0 32px rgba(110, 110 ,110 ,0.4);
}
.modal_wrap .close_bt img {
    padding: 4px;
    box-sizing: border-box;
}
.modal_btn .more_box {
    width: 50%;
    cursor: pointer;
    margin-top: 30px;
    border: 0;
    border-bottom: 1px solid;
    max-width: 149px;
    margin-left: 0;
    color: #fff;
}

.modal_bg {
    background: rgba(26 ,53 ,72 ,0.55);
}
.modal_txt_wrap h2{
    text-align: center;
    display: block;
}
/* ↑モーダル↑ */
#main_img #catch {
    min-width: 500px;
}
#main_img #catch h2 span{
    font-size: 34px;
    letter-spacing: 4px;
}
#intro #intro_title{
    text-align: center;
}
#intro .box_wrap .box > div {
    background-color: #2290e5;
    color: #fff;
}
#intro .box_wrap .box > div span{
    border-color: #eb8d00 transparent transparent transparent!important;
}
#intro .box_wrap .num {
    font-size: 6vw;
    top: 9px;
    left: -27px;
    line-height: 1;
    color: #77b2ed;
    z-index: 1;
    font-weight: bold;
}
#contents_links .square_box a {
    background-color: rgba(10, 65 ,108,0.4);
}
#contents::before {
    background-color: rgba(240 ,242 ,245 ,0.5);
}
#contents .contents_txt {
    background-color: rgba(61 ,169 ,252 ,0.8);
}

.top_cms_bg{
    position: relative;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 300px, rgb(233 233 233) 300px, rgb(255 255 255) 301px );
}

.top_cms_bg #top_cms{
    position: relative;
}
.top_cms_bg #top_cms .top_cms_title h3{
    color: #2290e5;
}
/* ----------　下層ページ　---------- */
#page_title p{
    background-color: #2290e5;
    border: none;
}
/* ギャラリー */
.g_type5 .slide_img figure{
	position: relative;
	overflow: hidden;
}
.g_type5 .slide_img figure img{
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.g_type5 .swiper-slide{
    opacity: 1!important;
}
.g_type5 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
.g_type5 .swiper-button-prev{
	background-image: url("../dup/img/swiper_prev.png")!important;
}
.g_type5 .swiper-button-next{
	background-image: url("../dup/img/swiper_next.png")!important;
}


/* 会社情報 */
#page07 .box:nth-child(even){
    background-color: #ecf6fd;
}
/* お問い合わせ */
#page08 a .contact_tel{
    background-color: #ffffff;
    border: 4px solid #2290e5;
}
/* プライバシーポリシー */
/* サイトマップ */

@media(min-width: 769px) {


#intro .box_wrap .box {
    width: 100%;
    position: relative;
}
#intro .box_wrap .box > div {
    width: 52%;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
}
#intro figure {
    width: 50%;
}
#intro .box:nth-of-type(2) {
    margin-top: 200px;
    margin-bottom: 100px;;
}
#intro .box_wrap .box > div {
    transform: translateY(35px);
}
#contents {
     background-attachment: fixed;
 
}
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
#main_img #catch{
    padding-top: 20px!important;
}
#main_img #catch h2 {
    transform: translateY(-40px);
}
#main_img #catch h2 span{
    padding-top: 40px;
}
.modal_btn{
    margin-top: 0px;
}
.modal_btn .more_box {
    margin-top: 10px;
}

#intro{
    padding-top: 50px;
}
#intro #intro_title h3{
    font-size: 30px;
    margin-top: 15px;
}
#intro .box_wrap .num {
    left: 0px;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
#main_img #catch {
    min-width: initial;
    width: 100%;
}
#main_img #catch h2 span{
    font-size: 20px;
}
#intro .box_wrap .num {
    font-size: 50px;
    top: -10px;
}
.modal_wrap .modal_scroll_wrap{
    padding: 50px 5px;
    width: 92%;
    height: 83vh!important;
}
.modal_txt_wrap h2 {
    margin-top: 0px;
}

#intro .box_wrap .box > div {
    margin: auto;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
#page08 a .contact_tel {
    padding-left: 5px;
    padding-right: 5px;
}
/* プライバシーポリシー */
/* サイトマップ */
}