﻿/* -----------------------------------------------　all　---------------------------------------------------- */


/* -----------------------------　body------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
    font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    font-weight: 400;
}

.font1,#page_title h2 span,#top_cms h2 span, .more_bt a, #top_info .more_bt2 a, .tel_bt a, #page10 .more_bt2 a span{
    font-family: 'Oswald', "Zen Kaku Gothic New", serif;
    font-weight: 900;
}

#intro h2, #contents1 h2, #contents2 h2, #top_cms h2, #top_info h2, #f_contact .con_bt, #header.head_fix , #pc_nav ul li a, #bottom_menu ul li a, #sp_nav nav ul li a, #top_info h2 span, .info_txt h3, #page_title h2{
    font-family: "Zen Kaku Gothic", 'Oswald', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
        font-weight: 900;
}

/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#989898;
    --color2:#5d5d5d;
    --color3:#3a434b;
    --color4:#222328;
    --color5:#b2b2b26b;
    --color6:#3e3e3ed9;
    --color7:#F7F7F7;
    --white:#ffffff;
    --black:#1c1c1c;
    --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 */
.txt_color6,.hvr_txt_color6:hover{color: var(--color6);} /* アクセントカラー2 */
.txt_color7,.hvr_txt_color7:hover{color: var(--color7);} /* アクセントカラー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_color6,.hvr_bg_color6:hover{background-color: var(--color6);} /* アクセントカラー2 */
.bg_color7,.hvr_bg_color7:hover{background-color: var(--color7);} /* アクセントカラー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);}
.border_color6,.hvr_border_color6:hover{border-color: var(--color6);}
.border_color7,.hvr_border_color7:hover{border-color: var(--color7);}

.linkStyle{
    color: var(--color2);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
    overflow: hidden;
}

/*--------------------------------疑似要素にオブジェクト--------------------------------*/

#intro .con_txt,#intro .intro_title,#contents1 h2,#contents3 .con_wrap,#contents3 h2,#contents2 h2,#top_cms,#top_info{position: relative;}
/*リピートなし*/
#main_img .catch1,#main_img .catch2,#intro .con_txt:before,#intro .intro_title:before,#contents1 h2:before,#contents3 .con_wrap:before,#contents3 h2:before,#contents2 h2:before,#top_cms:before,#top_info:before,#top_info:after{
content: "";
display: block;
background-size: cover;
position: absolute;
}

/* ----------　custom_box　---------- */

.no {
    font-size: 4rem;
    line-height: 1;
    font-style: italic;
    opacity: 0.8;
}

/* ----------　custom　---------- */


/* ----------　cms　---------- */

/* ---------------------------------------------------------------------　TOP　---------------------------------------------------------------- */
#pc_nav ul:first-of-type, #pc_nav ul:last-of-type, .more_bt a {
    border-radius: 0;
}

#main_img::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* opacity: 0.26; */
    background-color: transparent;
}

#main_img .txt {
    z-index: 10;
    top: 50%;
    left: 4vw;
    width: 45% !important;
    text-shadow: 0px 0px 11px rgba(255, 255, 255, 0.75);
}

#main_img .txt.animStart h2 {
    font-size: 80px;
}

.catch_top {
    width: 17vw;
    top: 0;
    left: 0;
}

.catch_bottom {
    width: 17vw;
    bottom: 0;
    right: 0;
}

/* ------------------------　header　▼------------------------ */

#header.head_fix #pc_nav ul {
    height: 90px;
}

#logo {
    max-width: 200px;
}

#pc_nav ul:last-of-type {
    background: linear-gradient(300deg, rgba(41,41,41,1) 0%, rgba(177,177,177,1) 20%, rgba(41,41,41,1) 40%, rgba(41,41,41,1) 60%, rgba(193,193,193,1) 80%, rgba(41,41,41,1) 100%);

}

#pc_nav ul li a:last-of-type {
    text-shadow: 0px 0px 15px rgb(255 255 255 / 86%);
}

#pc_nav ul li a, #bottom_menu ul li a {
    font-weight: bold;
    font-size: 18px;
}
/* ------------------------　header　▲------------------------ */

/* ------------------------　intro　▼------------------------- */



#intro .intro_bg {
    background: var(--color6);
}

#intro .bg_txt {
    font-size: 100px;
    line-height: 1em;
    font-family: 'Oswald', sans-serif;
    opacity: 0.3;
    top: 0;
    left: 0;
    color: var(--color7);
}

#intro h2 {
    color: var(--white);
    font-weight: bold;
    text-shadow: 0px 1px 10px rgb(53 53 53);
}

#intro p, #intro.no {
    color: var(--white);
    text-shadow: 0px 1px 10px rgb(53 53 53);
}

.sankakuwrap:before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 200px;
    border-color: transparent transparent var(--color3) transparent;
}

/* ------------------------　intro　▲------------------------- */

/*------------------------　contents1　▼------------------------ */
#contents1 span.bg_color2 {
    background-image: url(Dup/img/bg_contents1.png);
    background-size: cover;
    background-color: var(--color7);
    background-position: center top;
    width: 100%;
    height: 100%;
}

#contents1 .about_txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: -270px;
    left: -20px;
    width: 1em;
    /* padding-right: 1em; */
    font-size: 100px;
    line-height: 1em;
    font-family: 'Oswald', sans-serif;
    opacity: 0.3;
}

#contents1 h2{
    font-weight: bold;
}

#contents1 h2, #contents1 .contents_txt {
    text-shadow: 0px 1px 10px rgba(255, 255, 255, 1);
}

#contents1 .no {
    color: var(--color3);
}


/* ------------------------　contents1　▲------------------------ */

/* ------------------------　contents2　▼------------------------ */
#contents2 .no {
    color: var(--white);
}


#contents2 .top_title {
    padding-bottom: 200px;
}

#contents2 .top_title h2{
    font-size: 50px;
    margin: auto 0;
    font-weight: bold;
}

#contents2 .top_title p {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 35px;
    opacity: 0.5;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    font-family: 'Oswald', sans-serif;
}

#contents2 .cate_box::before {
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background: linear-gradient(-135deg, var(--color1) 0%, var(--color1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

/* ------------------------　contents2　▲------------------------ */

/* ------------------------　topcms　▼------------------------ */
#top_cms h2 {
    color: var(--color4);
}

#top_cms h2 span {
    color: var(--color1);
}


.sankaku01 {
    width: 0;
    height: 0px;
    border-style: solid;
    border-width: 100px 300px 0 0;
    /* border-color: #d92026 transparent transparent transparent; */
    left: -50px;
    top: -50px;
    border-color: var(--color1);
    transform: skewX(-20deg);
}

.sankaku02 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 400px 200px;
    border-color: transparent transparent var(--color1) transparent;
    bottom: 0;
    right: 0;
    display: none;
}

/* ------------------------　more_bt　ボタンデザイン------------------------ */
.more_bt a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4rem;
    position: relative;
    font-weight: bold;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
    background: linear-gradient(300deg, rgba(41,41,41,1) 0%, rgba(177,177,177,1) 20%, rgba(60,60,60,1) 40%, rgba(41,41,41,1) 60%, rgba(193,193,193,1) 80%, rgba(41,41,41,1) 100%);
    color: var(--white);
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.more_bt a:hover {
    color: #fff;
    background: var(--color3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.more_bt a:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}

.more_bt a::before{
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}

.more_bt a span.before {
    background-color: var(--color2);
}

/* ------------------------　more_bt　ボタンデザイン------------------------ */

#f_contact .more_bt a{
    transition: 0.3s;
    color: inherit;
    background: linear-gradient(326deg, var(--color1) 8%, var(--color4) 100%);
}

#f_contact .more_bt a span{
    color: var(--white);
}

/* ------------------------　topcms　▲------------------------ */

/* ------------------------　footer　▼------------------------ */
#top_info {
    background-image: url(Dup/img/bg_img.png);
    background-size: cover;
    background-position: right bottom;
    position: relative;
    background-color: var(--color1);
}


#top_info h2 {
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 12px;
    /* font-family: 'Sawarabi Mincho', serif; */
    /* font-style: italic; */
    background-color: var(--color1);
    background: linear-gradient(300deg, rgba(41, 41, 41, 1) 0%, rgba(177, 177, 177, 1) 20%, rgba(60, 60, 60, 1) 40%, rgba(41, 41, 41, 1) 60%, rgba(193, 193, 193, 1) 80%, rgba(41, 41, 41, 1) 100%);
}

#top_info h2 span {
    color: var(--white);
    font-family: 'Oswald', sans-serif;
}

#footer #logo2 {
    width: 160px;
}

.tel_bt a {
    color: var(--color2);
    font-size: 30px;
}

.info_txt h3 {
    font-size: 35px;
}

.info_txt p {
    font-size: 20px;
}

#f_contact a:hover span.hover_box {
    background: linear-gradient(300deg, rgba(41, 41, 41, 1) 0%, rgba(177, 177, 177, 1) 20%, rgba(60, 60, 60, 1) 40%, rgba(41, 41, 41, 1) 60%, rgba(193, 193, 193, 1) 80%, rgba(41, 41, 41, 1) 100%);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.9;
}

#f_contact .con_bt:before {
    content: "RECRUIT";
    display: block;
    position: absolute;
    font-size: 80px;
    color: #ffffff;
    top: -80px;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0.3;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 1px 10px rgb(59 59 59);
}

#f_contact .con_bt {
    text-shadow: 0px 1px 10px rgb(59 59 59);
}

#bottom_menu {
    background: linear-gradient(300deg, rgba(41, 41, 41, 1) 0%, rgba(177, 177, 177, 1) 20%, rgba(41, 41, 41, 1) 40%, rgba(41, 41, 41, 1) 60%, rgba(193, 193, 193, 1) 80%, rgba(41, 41, 41, 1) 100%);
    text-shadow: 0px 0px 15px rgb(65 65 65 / 86%);
}

#page-top a {
    border-radius: 0;
    background: linear-gradient(300deg, rgba(41, 41, 41, 1) 0%, rgba(177, 177, 177, 1) 20%, rgba(41, 41, 41, 1) 40%, rgba(41, 41, 41, 1) 60%, rgba(193, 193, 193, 1) 80%, rgba(41, 41, 41, 1) 100%);
}

#page-top a i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}



.more_bt2 a span.before{
    background-color: #f3f3f3;
}

/* ------------------------　footer　▲------------------------ */

/* ------------------------　bnr　------------------------ */
#fix_banner {
    position: fixed;
    bottom: 20px;
    right: 99px;
    z-index: 11;
    width: 300px;
}
/* ------------------------　bnr　▲------------------------ */

/* ---------------------------------------------------------　下層ページ　--------------------------------------------------------- */

#page_title h2 {
    color: var(--white);
    text-shadow: 0px 1px 10px rgb(99 99 99 / 80%);
}

#page_title h2.animStart span {
    color: var(--color1);
    text-shadow: 0px 1px 10px rgb(99 99 99 / 80%);
}

/*  ---------------　お知らせ　▼ --------------- */

.pager li {
    border: none;
}

.pager li a {
    border-radius: 0;
    transition: 0.5s;
    color: var(--white);
    background-color: var(--color3);
}

.pager li a:hover {
    border-radius: 0;
    background-color: var(--color1);
}

/*  ---------------------------------------　お知らせ　▲ --------------------------------------- */

/* ---------------　about　▼-------------- */



/* ---------------　about　▲------------ */


/*  ---------------------------------------　仕事を知る ▼ --------------------------------------- */

.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/*  ---------------------------------------　仕事を知る ▲ --------------------------------------- */


/*  ---------------------------------------　求人情報　▼- ---------------------------------------- */

/*  ---------------------------------------　求人情報　▲- --------------------------------------- */

/*  ---------------------------------------　代表挨拶　▼- ---------------------------------------- */

/*  ---------------------------------------　代表挨拶　▲- --------------------------------------- */

/* ---------------------------------------　会社情報　▼*  ----------------------------------------*/

/* ---------------------------------------　会社情報　▲*  --------------------------------------- */

/* ---------------------------------------　お問い合わせ　▼*  ---------------------------------------*/

#contact_tel_wrap .contact_tel {
    border-radius: 0;
    background: linear-gradient(300deg, rgba(41, 41, 41, 1) 0%, rgba(177, 177, 177, 1) 20%, rgba(41, 41, 41, 1) 40%, rgba(41, 41, 41, 1) 60%, rgba(193, 193, 193, 1) 80%, rgba(41, 41, 41, 1) 100%);
}

#contact_tel_wrap .contact_tel p{
    color: var(--white);
}

#contact_tel_wrap .contact_tel p a{
    color: var(--gray);
}

/* ---------------------------------------　お問い合わせ　▲*  --------------------------------------- */


/* *  ---------------------------------------　プライバシーポリシー ▼*  --------------------------------------- */
.shop .d_table ,.shop .d_table .d_table-cell{
    border-color: var(--color1) ! IMPORTANT;
}
/* *  ---------------------------------------　プライバシーポリシー ▲*  ---------------------------------------*/


/**  ---------------------------------------　サイトマップ　▼*  --------------------------------------- */

/**  ---------------------------------------　サイトマップ　▲*  --------------------------------------- */


@media all and (-ms-high-contrast: none){
}

@media screen and (max-width: 1700px){
}

/*-------------------------------------------------------------------------1536--------------------------------------------------------------*/
@media screen and (max-width: 1536px){
    #main_img .txt {
        top: 50%;
        left: 4vw;
        width: 50% !important;
    }

.catch {
    width: 55%;
    left: 2%;
    bottom: 1%;
}

#contents1 .about_txt {
    top: -140px;
    left: -20px;
    width: 1em;
    font-size: 100px;
}

}

/*----------------------------------------------------------------------1530 × 735-------------------------------------------------------*/
@media screen and (max-width: 1530px){

    #main_img .txt {
        top: 55%;
        left: 4vw;
        width: 40% !important;
    }

}


/*----------------------------------------------------------------------------1366-----------------------------------------------------------------*/
@media screen and (max-width: 1366px){

    #main_img .txt {
        top: 55%;
        left: 4vw;
        width: 51% !important;
    }

#contents1 .about_txt {
        top: -100px;
        left: -20px;
        width: 1em;
        font-size: 80px;
}

}

/*-------------------------------------------------------1000-------------------------------------------------------*/
@media screen and (max-width: 1000px){

    #main_img .txt {
        top: 60%;
        left: 2vw;
        width: 62% !important;
    }

#intro .bg_txt {
    font-size: 80px;
    line-height: 1em;
    top: 10px;
    left: 10px;
}

#intro h2 {
    font-size: 30px;
}

#contents1 .about_txt {
    top: 10px;
    left: -20px;
    width: 1em;
    font-size: 60px;
}

#contents2 .top_title h2 {
    font-size: 50px;
}


}
/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){

.menu_stick div.before {
    background: linear-gradient(300deg, rgba(41, 41, 41, 1) 0%, rgba(177, 177, 177, 1) 20%, rgba(60, 60, 60, 1) 40%, rgba(41, 41, 41, 1) 60%, rgba(193, 193, 193, 1) 80%, rgba(41, 41, 41, 1) 100%);
}

#main_img {
    overflow: hidden !important;
    height: 100vh !important;
}

    #main_img .txt {
        top: 70%;
        left: 1vw;
        width: 130% !important;
    }

#logo {
    max-width: 250px;
}

.catch_top {
    width: 30vw;
    top: 8%;
    left: 0;
}

#intro figure{margin-top: 0;}

#intro .con_txt{padding-left: 50px;}

#intro .con_txt:before{left: 0;}

#intro .bg_txt {
    font-size: 90px;
    top: 5px;
    left: 10px;
}

#contents1{padding-bottom: 50px;}

#contents1 h2 {
    font-size: 25px;
}

#contents1 .about_txt {
    top: -860px;
    left: 0px;
    width: 1em;
    font-size: 90px;
}

#contents2 .top_title {
    padding-bottom: 150px;
}


#contents2 .top_title h2 {
        font-size: 40px;
    }

#contents2 .top_title p {
    font-size: 35px;
}

#top_cms {
    padding-top: 100px;
    padding-bottom: 10px;
}

.top_cms_box:last-of-type {
    margin-bottom: 40px;
}

#top_info h2 {
    font-size: 3.5vw;
}

#page_title{height: 400px;}

#sp_nav a.active {
    border-bottom: 1px solid var(--white);
}

footer {
    padding-bottom: 100px;
}

#page4 #cms_2-g .cate_list li {
    width: 50% ! IMPORTANT;
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){
#loader.load .load_logo figure {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

#header.head_fix #pc_nav ul {
    height: 70px;
}

#logo {
        max-width: 180px;
}

    #main_img .txt {
        top: 70%;
        left: 2vw;
        width: 160% !important;
    }

#main_img:after{
    border-width: 119px 0 0 1140px;
}



#intro:before{
    top: -62px;
    border-width: 62px 0 0 606px;
}

#intro .intro_bg, #intro .bg_box, #contents3 .intro_bg, #contents3 .bg_box{height: 100%;}

#intro .con_txt{padding-left: 25px;}

#intro .con_txt:before{
width: 20px;
height: 240px;
left: -15px;
}


.TopTxt03, .TopTxt05, .TopTxt07 {
    font-size: 20.5px;
    letter-spacing: 0px;
}

#contents1 .about_txt{
    opacity: 0.2;
    left: -40px;
    top: -20px;
}

#intro .bg_txt,#contents1 .about_txt{font-size: 60px;}

#intro h2 {
        font-size: 16px;
        letter-spacing: 0;
    }

.sankakuwrap:before {
    right: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-width: 0 0 200px 200px;
}

#contents1 {
    padding-bottom: 40px;
}

#contents1 h2 {
        font-size: 20px;
        letter-spacing: 0;
    }

#contents1 .dec{width: 50%;right: 150px;}

#contents2 .top_title h2 {
        font-size: 23px;
    }

    #contents2 .top_title p {
        font-size: 22px;
    }

#contents2 .top_title {
    padding-bottom: 100px;
}

#top_info h2 {
    top: 0px;
    font-size: 6vw;
    padding-bottom: 0px;
    padding-top: 0px;
}

.tel_bt a {
    font-size: 20px;
}

.info_txt h3 {
    font-size: 35px;
    margin-top: 25px;
}

#page_title {
    height: 300px;
}

#page_title h2 span{padding: 20px 50px 20px 50px;}

#page_title h3 span{padding: 10px 30px 10px 50px;}

.top_cms_box:last-of-type {
    margin-top: 30px;
}

#fix_banner {
    right: 80px;
    z-index: 11;
    width: 250px;
}

.info_txt p {
    font-size: 14px;
}

}

@media all and (-ms-high-contrast: none) {
#page-top a i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}
}

/*20241113*/
#page10 ul a h2 {
    font-size: 20px;
}
/*20241114*/
i::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}