﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
html{font-size: 18px;}
.linkStyle{color: #333;border-bottom: 1px solid;}
body{
        font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6{font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}
#main_img::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    background-image: radial-gradient(rgb(68 68 68 / 40%) 40%, transparent 40%);
    background-size: 3px 3px;
}
.main_img_txt{    background-color: rgb(52 70 92 / 50%);}
.catch{
    max-width: 650px;
    width: 100%;
    z-index: 2;
    top: 55%;
}
#pp-nav.right{background-color: rgb(255 255 255);}
#s_content1 h2{
    font-size: calc(1rem + 34px);
    display: inline-block;
    /* border-bottom: 1px solid; */
    transform: translateX(-50px);
    color: #34465c;
    padding-left: 50px;
    line-height: 1.5;
}
#s_content1 h2 span{
    display: block;
    font-size: 20px;
    font-family: "Josefin Sans", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    padding-left: 10px;
    opacity: 0.5;
}
.modal_wrap{opacity: 1;}
.modal_wrap .modal_bg{
    /*background-color: rgb(255 142 0 / 80%);*/
        background-color: rgb(225 225 225 / 80%);
}
span.modal_bg_wrap {
    background: url(Dup/img/modal_bg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}
.modal_txt_wrap{
    background-color: #34465c;
    margin-top: 10px;
    padding: 20px;
}
.modal_txt_wrap h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 34px;
}
.modal_txt_wrap ul{
    max-width: 650px;
    margin: 0 auto;
}
ul.check li {
    text-align: left;
    padding-left: 35px;
    position: relative;
    box-sizing: border-box;
    font-size: 22px;
}
ul.check li:before {
    width: 28px;
    height: 22px;
    content: "";
    position: absolute;
    background: url(Dup/img/check_box.png) no-repeat;
    background-size: contain;
    left: 0;
    top: 8px;
}
/*.c2_box_txt div.d_flex::before {
    width: 150px;
    height: 110px;
    content: "";
    background: linear-gradient(144deg, rgb(237 243 239) 0%, rgb(237 243 239) 50%, rgba(86,18,0,0) 50%, rgba(86,18,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}*/
#s_content2 .c2_box .c2_box_txt {
    padding: 30px 0;
}
#s_content2 .c2_box:first-of-type .c2_box_txt > div {
    left: -30px;
}
#s_content2 .c2_box:last-of-type .c2_box_txt > div {
    right: -30px;
}
.intro_box {
    max-width: inherit;
}
.intro_img a span{
    background-color: #34465c;
}
.bg_font{
        font-size: 17vh;
    /* color: transparent; */
    bottom: 3%;
    right: -1%;
    -webkit-text-stroke: none; 
    pointer-events: none;
    opacity: 0.1;
    color: #34465c;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 800px;
    width: 40%;
        transform: rotate(-10deg);
}
.intro_img01{margin-left: 10%;}
.intro_img02{margin-right: 50%;}
.cms_box .cms_box_bg{
    background-color: #fffbf1;
    /*top: 0;
    height: 100%;*/
}
.more_btn a, .more_btn > span {
    padding: 14px 0 10px;
    border: none;
    border-bottom: solid 1px;
    max-width: 300px;
}
.more_btn .more_line {
    transform: translateY(100%);
    transition-timing-function: cubic-bezier(0,.76,.39,.99);
}
.more_btn > span,.cms_box .more_btn,.top_cms_title p,.h_box_tel,.font1{font-family: "Josefin Sans", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}
.top_cms_title h2,.top_cms_title p{    color: #34465c;}
.top_cms_title p{opacity: 0.5;}
.sf_access iframe {
    height: 550px;
}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
.link_type1 .link_top .link_title {
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}



/*===========================================================*/
/* 下層 */
/*===========================================================*/
#page_title::before{    background: rgb(255 255 255 / 20%);}

#cms_2-g .cate_img1 {
     max-height: none; 
}
#phone h4{width: 150px;}



/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
.intro_img{order: 2;}
.intro_item{order: 1;}
#s_content1 h2{
    transform: none;
}
}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
    html{font-size: 16px;}
    .overlay{top: 60px;}
#s_content1 h2{
    font-size: calc(1rem + 12px);padding-left: 10px;
}
.top_cms_title h2{
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}
#logo2 img{max-width: 150px;}
ul.check li {
    line-height: 1.5;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}
ul.check li:before {
    top: 5px;
}
.modal_txt_wrap h2 {
    font-size: 30px;
}
.catch {
    width: 80%;
    top: 63%;
}
.main_img_txt{line-height: 1.3;}
.h_box_mail a{
    font-size: 14px;
    padding: 10px;
}
#s_content2 .c2_box:first-of-type .c2_box_txt > div {
    left: 0px;
}
#s_content2 .c2_box:last-of-type .c2_box_txt > div {
    right: 0px;
}
#phone .phone_wrap a{transform: scale(0.9);padding: 0 10px;}


}

/*2023_0824_修正*/
.modal_txt_wrap ul {
    max-width: 700px;
}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}