﻿/* ---------------------- color */
/* メインカラー */
.txt_color1{color: #F09E2B}
.bg_color1{background-color: #F09E2B}
.border_color1{border-color: #F09E2B}
.hvr_txt_color1:hover{color: #F09E2B}
.hvr_bg_color1:hover{background-color: #F09E2B}
.hvr_border_color1:hover{border-color: #F09E2B}

/* サブカラー */
.txt_color2{color: #FFE9C2}
.bg_color2{background-color: #FFE9C2}
.border_color2{border-color: #FFE9C2}
.hvr_txt_color2:hover{color: #FFE9C2}
.hvr_bg_color2:hover{background-color: #FFE9C2}
.hvr_border_color2:hover{border-color: #FFE9C2}

/* アクセントカラー */
.txt_color3{color: #093D86}
.bg_color3{background-color: #093D86}
.border_color3{border-color: #093D86}
.hvr_txt_color3:hover{color: #093D86}
.hvr_bg_color3:hover{background-color: #093D86}
.hvr_border_color3:hover{border-color: #093D86}

/* アクセントカラー2 */
.txt_color4{color: #BAD2F3}
.bg_color4{background-color: #BAD2F3}
.border_color4{border-color: #BAD2F3}
.hvr_txt_color4:hover{color: #BAD2F3}
.hvr_bg_color4:hover{background-color: #BAD2F3}
.hvr_border_color4:hover{border-color: #BAD2F3}


body, .txt_color_nomal {
    color: #333333;
}
/* ---------------------- common */
body {
    font-family: 'Outfit','Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap, #body{
    overflow: hidden;
}
.font_en {
    font-family: 'Outfit','Noto Sans JP', " sans-serif";
}
h2, .txt5,.txt7 ,.cate_title {
    font-family: 'RocknRoll One', sans-serif!important;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #f09e2b;
}
.button2 {
    border-radius: 50px;
}
.button2:hover {
    box-shadow: 0 0 20px #ffe9c2 inset;
}
.txt_shadow-b {
    text-shadow: 0 5px 10px rgba(209, 127, 12, 0.5);
}
/* --- automatic link --- */
.linkStyle{color: #F09E2B}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */
header {
    background-color: #093D86!important;
}
header::after{
    content:'';
    position:absolute;
    height:100%;
    width: 50px;
    background-image: url(Dup/img/moyo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -5px;
    right: -14px;
    z-index: -1;
}
#main_menu ul li a {
    color: #fff;
    transition: all 0.3s;
}
header .contact_bt a, header .tel_bt a {
    color: #fff;
}

.button {
    border-radius: 50px;
}
/* ---------------------- nav */
#main_menu ul li a:hover {
    padding-left: 30px;
    font-size: 110%;
}
#main_menu ul li a:hover::before {
    width: 30px;
    height: 30px;
    left: -7px;
}
#main_menu ul li a::before {
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    transition: .3s;
    background-color: transparent;
    background-image: url('Dup/img/box_round.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#main_img {
    max-height: 100%;
    min-height: 100%;
}
#main_img::before{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 200px;
    opacity: 1;
    background-image:url('Dup/img/catchcopy.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}
#main_img::after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    z-index: 2;
}
.scroll_bt {
    z-index: 3;
}
video{
    display: block;
}
.txt1 {
    top: 45%;
    left: auto;
    right: 5%;
    z-index: 3;
    transform: translate(0,-50%);
    text-align: right;
    font-size: 36px;
}
#contents1,
#contents2{
    position: relative;
}
#contents1 h2,
#contents2 h2{
    position: relative;
}
#contents1 p {
    position: relative;
    z-index: 2;
}
.txt5, .txt7 {
    margin-top: 40px;
    position: relative;
}
.txt5::before, .txt7::before,
#contents1 h2::before,
#contents2 h2::before{
    content:'';
    position:absolute;
    height:50px;
    width:50px;
    background-image: url('Dup/img/light.png');
    /*background-color: #BAD2F3;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -7px;
    left: -14px;
    z-index: -1;
}
.txt6, .txt8 {
    margin-top: 20px;
}
#contents2 .d_flex {
    position: relative;
    z-index: 2;
}
#attach {
    height: 320px;
}
#contents1::after{
    content: '';
    position: absolute;
    height: 50px;
    width: 115%;
    background-image: url(Dup/img/moyo_wh.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    bottom: -6px;
    left: -6%;
    z-index: 1;
}
#contents2::before{
    content: '';
    position: absolute;
    height: 50px;
    width: 115%;
    background-image: url(Dup/img/moyo_wh.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    top: -12px;
    left: -6%;
    z-index: 0;
}
.cms_title::before {
    height:40px;
    background-color: transparent;
    background-image: url('Dup/img/car.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */
.page_box h2 {
    z-index: 3;
    position: relative;
}
#page_title .page_box::before{
    left: 30px;
    width: 70px;
    height: 90px;
    background-color: transparent;
    background-image: url('Dup/img/staff.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
        z-index: 1;
}
.cate_list li a {
    border-radius: 50px;
}
#page_title .title_img {
    background-position: top 30% center;
}
#page_title .page_box::after{
    content: '';
    position: absolute;
    height: 50px;
    width: 110%;
    background-image: url(Dup/img/moyo_wh.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    top: -39px;
    left: -8%;
    z-index: 0;
}
/* ---------------------- cms1 */
.pager li a {
    border-radius: 50px;
}
/* ---------------------- cms2 */
#cms_2-c .cate_title {
    font-weight: normal;
}
/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */
#contact_btn_box {
    display: flex;
    gap: 50px;
    justify-content: center;
}
#contact_tel a, #contact_line a {
    width: 400px;
    font-size: 20px;
}
#contact_line a {
color: #06c755;
border-color: #06c755;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

.pc_box .contact_bt a {
    padding: 11px 0 12px!important;
}

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
/* --- more --- */

/* -------------------------- sub ------------------------- */
.cate_list li a {
    padding: 10px 0 11px!important;
}

/* ---------------------- cms1 */
.pager li a {
    padding: 5px 0 5px!important;
}

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

#cms_6-b .cate .cate_title {
    padding: 5px 5px 6px!important;
}

/* ---------------------- cms5 */

#cms_4-c .cate_title {
    padding-top: 8px!important;
    padding-bottom: 11px!important;
}

/* ---------------------- info */

/* ---------------------- contact */
#contact_tel a{
    margin-right: 50px;
}
/* ---------------------- privacy policy */
/*@media all and (-ms-high-contrast:none)*/
#page9 .box p a {
    padding: 3px 5px 5px!important;
}

/* ---------------------- sitemap */
/*@media all and (-ms-high-contrast:none)*/
#page10 ul li a {
    padding: 12px 0 12px!important;
}


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */
 .head_box {
    padding: 10px 20px;
}
#logo {
    max-width: 150px;
}
/* ---------------------- nav */
.hamburger {
    top: 39px;
}
.fat-nav li:last-child a {
    border-radius: 20px;
}
/* ---------------------- footer */



/* -------------------------- top ------------------------- */
.txt5::before, .txt7::before, #contents1 h2::before, #contents2 h2::before {
    height: 45px;
    width: 45px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */
#logo {
    max-width: 80px;
}
.head_box {
    padding: 4px 20px;
}
/* ---------------------- nav */
.hamburger {
    top: 14px;
}
/* ---------------------- footer */
footer .logo {
    text-align: center;
    margin-top: 25px;
}
footer .logo img {
    max-width: 120px;
}

/* -------------------------- top ------------------------- */
#main_img::before {
    width: 70%;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */
#page_title .page_box::before {
    left: 7px;
    top: 55%;
    width: 44px;
    height: 60px;
}
/* ---------------------- cms1 */

/* ---------------------- cms2 */
#cms_2-c .cate .box_item {
    padding: 20px 0;
}
/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */
#contact_btn_box {
    flex-wrap: wrap;
}
#contact_tel, #contact_line {
    width: 100%;
    max-width: 400px;
}
#contact_tel a, #contact_line a {
    width: 100%;
    max-width: 400px!important;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */

	
}