﻿/* color -----------------------------------------------------------------------------*/

:root {
    --color1: #F7CC38;
    --color2: #5d92da;
    --color3: #9f4eaf;
    --color4: #E6F4F1;
    --color5: #E6F4F1;
    --color6: #99cccc;
    --white: #ffffff;
    --black: #000000;
    --gray: #ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color1);
          border-bottom:solid 1px;
}
body#body {
    background: var(--color6);
}
/* color -----------------------------------------------------------------------------*/

/* ----------------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
body {
    overflow: hidden;
}
h1, h2, h3 {
    font-family: 'RocknRoll One', sans-serif;
    /*font-weight: bold;*/
}
figure {
    border-radius: 30px;
}
.font_14 {
    font-size: 16px;
}
.pagetop {
    z-index: 10;
}
footer .logo2 {
    max-width: 300px;
}
#sp_nav {
    background: var(--color5);
}
#sp_nav .sp_nav_inner .l-menu ul li a span {
    color: var(--color1);
}
#sp_nav .font_24 a {
    color: var(--color2);
}
#sp_nav .sp_nav_inner .menu__header .logo3 img {
    max-width: 200px;
}
#fakeloader .fl {
    max-width: 350px;
}
#link_fixd.top {
    top: 170px;
    bottom: auto;
    right: 40px;
    left: auto;
    z-index: 10;
}
#link_fixd {
    bottom: 0px;
    left: 20px;
    z-index: 10;
}
#link_fixd img {
    position: relative;
    z-index: 9;
}
#link_fixd:hover {
    transform: scale(1.1);
}
#link_fixd a {
    position: relative;
    z-index: 9;
}
#link_fixd:before {
    content: "";
    background-image: url(./dup/img/banner_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140%;
    height: 140%;
    z-index: 8;
    animation: 5s linear infinite rotation1;
    opacity: 0.8;
}
@keyframes rotation1{
  0%{
      transform:translate(-50%,-50%) rotate(0);
      
  }
  100%{
      transform: translate(-50%,-50%) rotate(360deg); 
  }
}
/* ------------------------------　TOP　---------- */
.header-in {
    background: transparent!important;
    box-shadow: none;
    justify-content: left;
}
.pc_nav {
    display: none;
}
#main_img {
    height: 50vw;
    width: 100%;
    padding-top: 0;
    position: relative;
}
#main_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.logo1 {
    max-width: 250px;
    padding-left: 0px;
}
#con1:before {
    content: "";
    background-image: url(./dup/img/en.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10%;
    right: -9%;
    width: 35%;
    height: 30vw;
    opacity: 0.7;
}
#con1 h2 {
    position: relative;
    display: inline-block;
    margin-right: 25%;
    margin-left: 25%;
}
#con1 p,#con2 .font_15 {
    border: 3px solid;
    padding: 5%;
    border-radius: 30px;
    background: #fff;
    z-index: 2;
    position: relative;
}
#con1 h2:before {
    content: "";
    background-image: url(./dup/img/dact.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -120px;
    width: 100px;
    height: 100px;
}
#con2 .font_40 {
    font-family: 'RocknRoll One', sans-serif;
}
#con2:before {
    content: "";
    background-image: url(./dup/img/tori.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -9%;
    left: 10px;
    width: 30%;
    height: 40vw;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(15deg);
}
#con3 .title .en {
    font-size: 40px;
    color: #000;
}
#con3 .txt {
    background: #fff;
    padding: 2% 5%;
    border: 2px solid;
    border-radius: 20px;
}
#con3 .txt_title {
    font-size: 26px;
}
#con3 .sl:last-of-type img {
    transform: scale(-1,1);
}
.con1_squ span {
    border-radius: 50%;
}
.cmstitle .en {
    font-size: 40px;
    line-height: 1.0;
    color: #000;
}
#topCms .more a {
    border: 3px solid var(--color3);
    background: var(--color1);
}
section.topCms:nth-of-type(4) {
    background: var(--color4);
}
.cms_6-b .cate_box, .cms_6-b .cate_box .box_txt1, .cms_6-b .cate_box .box_txt2 {
    border-color: var(--color2);
}
.cms_6-b .cate_box:first-of-type {
    border-top: 1px solid var(--color2);
}
.cms_5-d .box_title1:after {
    border-color: var(--color1) transparent;
}
/* ------------------------------　下層ページ　---------- */
.cate_list li a {
    background: var(--color4);
    border: 1px solid;
}
.cate_list li a:hover {
    background: var(--color1);
}
#cms_2-e .box_title::after {
    background-color: var(--color3);
    top: 20px;
}
#cms_2-e .cate .cate_title span::after {
    height: 3px;
}
#cms_2-e .cate .cate_title span::after {
    z-index: 0;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

#page10 .sitemap li a:hover {
    background: var(--color2);
}

/*---------------------------------------------------------------------------
			          タブレット
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
/* --------------------　all　---------- */
#link_fixd:before {
    width: 120%;
    height: 120%;
}
.header-in {
    justify-content: space-between;
}
#link_fixd.top {
    top: auto;
    bottom: -20px;
    right: auto;
    left: 0px;
    z-index: 10;
}
#link_fixd {
    bottom: -20px;
    left: 0px;
}
/* --------------------　TOP　---------- */
#main_img img {
    position: relative;
}
#main_img {
    height: 100vh;
}
#con1 h2 {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 35px;
}
#con2:before {
    top: -40px;
    left: 10px;
    width: 200px;
    height: 330px;
}
#con2 .font_40 {
    font-size: 30px;
    text-align: center;
}
#con3 .box_wrap {
    justify-content: center;
}
/* --------------------　下層ページ　---------- */
#cms_2-a .cate_list li {
    width: 45%!important;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*---------------------------------------------------------------------------
		            	スマホ
---------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
/* --------------------　all　---------- */
.logo1 {
    max-width: 180px;
    padding-left: 0px;
}
/* --------------------　TOP　---------- */
#main_img {
    height: 70vh;
    padding-top: 78px;
}
#con1 h2 {
    margin-right: 0;
    margin-left: 0;
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 60px;
}
#con1 h2:before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
}
#con1:before {
    bottom: -110px;
    right: -50px;
    width: 250px;
    height: 250px;
}
#con2 .font_40 {
    font-size: 26px;
}
#con2:before {
    top: auto;
    bottom: -20px;
    left: 20px;
    width: 200px;
    height: 220px;
    z-index: 1;
    opacity: 1;
}
#con3 .title .en {
    font-size:26px;
}
#con3 .sl:last-of-type img {
    display: none;
}
#con3 .title {
    margin-bottom: 20px;
}
span.sl.pd_r-20px {
    margin-left: -40px;
    padding-right: 10px;
}
#con3 .txt_title {
    font-size: 22px;
}
.cms_6-b .box_txt1 {
    border-right: none;
    background: var(--color6);
}
.cmstitle .en {
    font-size: 30px;
}
.footer_contact .font_50 {
    font-size: 30px;
}
.footer_contact .font_18 {
    font-size: 16px;
    letter-spacing: 0px;
}
/* --------------------　下層ページ　---------- */
#cms_2-a .cate_list li {
    width: 100%!important;
}
.pagetitle_img {
    background-size: cover;
}
#cms_2-e .box_title {
    padding-bottom: 0;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}