﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
.mincho, #aisatsu h2, .contents_box h2, #top_cms .cms_title h2, .top_cms .top_cms_box .cms_title p, .box_title1, .page_title h2 {
    font-family: 'Shippori Mincho',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #9db3ff;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #050519;}
.txt_color2, .hvr_txt_color2:hover{color: #9db3ff;}
.txt_color3, .hvr_txt_color3:hover{color: #41474f;}
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #050519;}
.bg_color2, .hvr_bg_color2:hover{background-color: #9db3ff;}
.bg_color3, .hvr_bg_color3:hover{background-color: #41474f;}
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #050519;}
.border_color2, .hvr_border_color2:hover{border-color: #9db3ff;}
.border_color3, .hvr_border_color3:hover{border-color: #41474f;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

#fakeloader{
    background-image: url('./Dup/img/bg1_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

#wrap{
    overflow: hidden;
    position: relative;
    background-color: transparent;
    /*background-image: url('./Dup/img/bg1_1.jpg');*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
}
#wrap::after {
    content: '';
    background-image: url('./Dup/img/bg1_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
}

/* top ----------------*/

/* header */


/* main img */
#main_img .main_txt{
    bottom: 10%;
    right: -10%;
    text-shadow: 0 0 4px rgba(255,255,255,1);
}
#main_img::before{
    content: "";
    background-image: url('./Dup/img/tex_1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    width: 30%;
    height: 700px;
    position: absolute;
    bottom: -20%;
    right: -25%;
}

/* main */
.contents_box::before, .contents_box::after, .contents_box2::before, .contents_box2::after {
    display: none;
}

/* intro */
#aisatsu{background-image: none !important;}
#aisatsu > div{background-color: transparent!important;}
#aisatsu h2 {
    text-align: left;
	font-weight: bold;
}
#aisatsu .intro_point{
	background: none;
	justify-content: space-between;
	margin-bottom: 150px;
}
#aisatsu .intro_img2 {height: 300px;}
.intro_top::before{
    content: "";
    background-image: url('./Dup/img/intro.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    width: 40%;
    height: 500px;
    position: absolute;
    top: -100px;
    left: -50px;
    z-index: -1;
}

/* contents */
#top_contents{
    background-image: url('./Dup/img/tex_1.png'), url('./Dup/img/tex_2.png');
    background-repeat: no-repeat;
    background-position: top 2% right 3%,bottom 6% left 1%;
    background-size: 17%,16%;
}
#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
	background-color: rgba(0,13,31,0.3);
	width: 70%!important;
	margin-left: 30%;
	margin-top: -150px;
	backdrop-filter: blur(3px);
}
#contents2 .contents_box{margin-left: 0;}
#contents2 .contents_img{margin-left: 40%;}
#contents2 .contents_img[data-aos=fade-right] {
    opacity: 0;
    transform: translate(100px);
}
#contents2 .contents_img[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}
#top_contents .contents_box h2 br{
    display: none;
}

/* topcms */


/* footer */

/* under page */
.pager li.prev a {color: #050519;}
#page10 .cate li a span{
    display: block;
    padding: 0;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .main_txt {
    bottom: -5%;
    right: 1%;
}
#aisatsu .intro_img2 {height: 200px;}
#top_contents {background-size: 35%,35%;}
#top_contents .contents_box h2 br{display: block;}
#f_menu ul li a {letter-spacing: 1px;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#wrap::after{
	height: calc(100vh + 150px);
	bottom: 0;
}
#logo{padding-left: 20px;}
.intro_top, #aisatsu h2{
    z-index: 1;
    position: relative;
}
.intro_top::before {
    width: 70%;
    height: 420px;
    top: -50%;
    left: 0;
}
#aisatsu .intro_img2 {height: 150px;}
#top_contents {
    background-size: 90%,100%;
    background-position: top 0% right 1%,bottom 0% left 1%;
}
#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    background-color: rgba(0,13,31,0.4);
    width: 100%!important;
    margin-left: 0%;
    margin-top: 0px;
    backdrop-filter: blur(1px);
}
#contents2 .contents_img {margin-left: 0%;}
#info_map p span{padding-left: 5px;}
.pager li {
    margin: 0;
    display: none;
}
.pager li.prev {display: block;}

}

/*20221115修正*/
/*#contents4{display: none;}*/
#contents4 .contents_box {
	background-color: rgba(0,13,31,0.3);
	width: 70%!important;
	margin-left: 0;
	margin-top: -150px;
	backdrop-filter: blur(3px);
	z-index: 2;
}
#contents4 .contents_img{margin-left: 40%;}
#contents4 .contents_img[data-aos=fade-right] {
    opacity: 0;
    transform: translate(100px);
}
#contents4 .contents_img[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}
/*#page4 .sub_cate{*/
/*    width: 24.66667%!important;*/
/*}*/
#page4 .sub_cate_box .sub_cate .sub_cate_item{padding: 0 10px;}
#page4 .sub_cate_box .sub_cate:first-of-type .sub_cate_item, #page4 .sub_cate_box .sub_cate:last-of-type .sub_cate_item{
    padding: 0;
}
#page4 .box_wrap {overflow-x: auto;}
#page4 .d_table {min-width: 800px;}
#page4 .cate_box {display: table-row-group;}
#page4 .cate_box:first-of-type .box_item {
    background-color: #fff;
    color: #01011c;
    align-items: center;
    font-weight: bold;
}
#page4 .box_item h4 {
    padding-left: 10px;
    min-width: 300px;
}
#page4 .box_item div {min-width: 180px;}
#page4 .box_item div:last-of-type {padding-right: 10px;}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#page4 .d_table {min-width: 600px;}
#page4 .box_item h4 {min-width: 120px;}
#page4 .box_item div {min-width: 130px;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#page4 .d_table {min-width: 550px;}
#page4 .cate_box .box_item {max-width: 550px;}
#page4 .box_item h4 {min-width: 80px;}
#page4 .box_item div {min-width: 100px;}

#contents4 .contents_img {
    margin-left: 0;
}
#contents4 .contents_box {
    background-color: rgba(0,13,31,0.4);
    width: 100%!important;
    margin-top: 0;
    backdrop-filter: blur(1px);
}

}


/*-------------------------------------------------
CMS動画埋め込み 20230130
-------------------------------------------------*/
.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin: 0 auto;
margin-top: 50px;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#contents2 .contents_img[data-aos=fade-right], #contents4 .contents_img[data-aos=fade-right] {
    opacity: 1;
}