﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap');

/** font **/

body, .font_sans-serif{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#menu_bt, .more, .date, #top_cms .cms_title, a[href^="tel:"], #page_title, #bottom_info_item .title span, #intro h2::before{
    font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bold{
    font-weight: 700;
}

/** other **/

header{
    background-image: url('./Dup/img/bg_img.png');
    background-size: 10px;
}
#header{
    background-color: transparent;
}

.stripe:after{
    background-image: url(./Dup/img/border_b.png)!important;
    background-size: 15px;
    background-repeat: repeat-x;
    background-position: left bottom;
    animation: anime1 0.5s linear infinite;
}
#bottom_info .stripe:after, #page_title .stripe:after{
    background-image: url(./Dup/img/border_w.png)!important;
}
@keyframes anime1 {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: left 15px bottom;
    }
}

#wrap.letter_3{
    letter-spacing: 1px;
}

#pc_nav li a{
    letter-spacing: 1px;
    line-height: 1.5;
}

#menu_bt li span{
    font-weight: normal;
}

#main_img #slider:before{
    display: none;
}

#intro{
    animation: anime2 30s linear infinite;
    background-image: url('./Dup/img/bg_img4.png'), url(./Dup/img/bg_img.jpg);
    background-position-x: 0, 50%;
    background-position-y: calc(100% - 70px), 0;
    background-repeat: repeat-x;
    background-size: 1200px, cover;
    position: relative;
    overflow: hidden;
}
@keyframes anime2 {
    0% {
        background-position-x: 0, 50%;
    }
    100% {
        background-position-x: -1200px, 50%;
    }
}
#intro::before, #intro::after{
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    left: -200px;
    top: -300px;
    border: solid 1px #fff;
}
#intro::before{
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    animation: border-animation 8s infinite linear;
}
#intro::after{
    border-radius: 80% 30% 50% 50%/50%;
    animation: border-animation 10s infinite linear;
}
#intro #intro_txt{
    position: relative;
    z-index: 1;
}
#intro #intro_txt > div{
    align-items: flex-start;
}
#intro .stripe:after{
    display: none;
}
#intro h2{
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 30px;
}
#intro h2::before{
    content: "INTRODUCTION";
    display: block;
    font-size: 18px;
    letter-spacing: 3px;
    color: #0074ff;
    margin-bottom: 20px;
}

#contents .box_wrap .box{
    margin-left: 0!important;
    margin-right: 0!important;
}
#contents .box_wrap .box:first-of-type{
    margin-top: 0;
}
#contents .box_wrap .box .box_item{
    margin-left: auto!important;
    margin-right: auto!important;
    width: 100%;
    max-width: 1280px;
}
#contents .box_wrap .box .contents_title{
    text-align: center;
}
#contents .box_wrap .box .contents_title h3{
    margin-left: auto!important;
    margin-right: auto!important;
    display: inline-block;
    text-align: center;
    padding: 10px 60px;
    background-image: url(./Dup/img/bg_img5.png), url(./Dup/img/bg_img6.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: 50px;
    width: auto;
    max-width: calc(100% - 40px);
}
#contents .box_wrap .box figure{
    padding-left: 0!important;
    padding-right: 0!important;
}

#contents .bg_color4{
    background-image: url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png'), url('./Dup/img/bg_img.jpg');
    background-position: top center, bottom center, center;
    background-size: 100% 50px, 100% 50px, cover;
    background-repeat: no-repeat;
}
#contents .bg_color4 li a{
    padding-top: 80px;
    background-position: top 30px center;
    background-repeat: no-repeat;
    background-size: 50px;
}
#contents .bg_color4 li:nth-of-type(1) a{
    background-image: url('./Dup/img/link1.png');
}
#contents .bg_color4 li:nth-of-type(2) a{
    background-image: url('./Dup/img/link2.png');
}
#contents .bg_color4 li:nth-of-type(3) a{
    background-image: url('./Dup/img/link3.png');
}
#contents .banner2 a{
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
#contents .banner2 a:hover{
    transform: none;
    box-shadow: none;
}

#menu_bt li::after{
    background-color: #0074ff!important;
    opacity: 0.7;
}

#top_cms .cms_title span{
    font-weight: normal;
}

#bottom_info_w{
    max-width: 100%;
}
#bottom_info_item{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#bottom_info_item .title span{
    font-weight: normal;
}
#bottom_info_w::after, #page_title::after{
    background: linear-gradient(to bottom right, #0074ff, #3dd8ba);
    background-color: transparent!important;
    opacity: 0.8;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 2px #f0f0f0;
	color: #0074ff;
	font-weight: 700;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #0074ff;
    margin: auto;
}

#page_title{
    max-width: 100%;
}

footer.bg_color1{
    background-color: #31425b;
}
#copyright{
    background-color: rgba(255,255,255,0.1);
}

#page-top{
    z-index: 1;
}
.banner_fix{
    right: 0;
    top: 50px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 20px 0 0 20px;
    width: 60px;
    z-index: 1;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#contents .bg_color4{
    background-size: 100% 5vw, 100% 5vw, cover;
}
#contents .bg_color4 > div{
    padding-top: calc(50px + 5vw);
    padding-bottom: calc(50px + 5vw);
}
#contents .bg_color4 li a{
    letter-spacing: 2px;
}
#intro #intro_txt{
    padding-top: 100px;
    padding-bottom: 100px;
}
.banner_fix{
    top: 70px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#intro::before, #intro::after {
    width: 400px;
    height: 400px;
    left: -100px;
    top: -200px;
}
#contents .box .contents_title::before {
    width: 340px;
    height: 340px;
}
.cate_title{
	font-size: 20px;
}
#contents .box_wrap .box .contents_title h3 {
    padding: 10px 40px;
    background-size: 30px;
    font-size: 16px;
}
#copyright{
    padding-bottom: 80px;
}
.banner_fix{
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 10px;
    border-radius: 50px;
}
.footer_cms{
    padding-right: 0;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.more div, .cate_list .more div{
    padding-bottom: 3px;
}
#footer .more div{
    padding-bottom: 6px;
}
#page9 .box a{
    padding-top: 0;
}
#page10 li a{
    padding-bottom: 13px;
}
}


@keyframes border-animation {
  to {
      transform: rotate(360deg)
  }
}