﻿@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#2195a0;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#2195a0;
	opacity: 0.7;
	transition: all 0.5s;
}


body, .hannari, .didot  {
    font-family: 'Roboto','Noto Sans JP', sans-serif;
}


/* nav */

header.scr_header #logo {
    max-width: 300px;
}

header.scr_header {
        background-color: rgb(33,149,160)!important;
}

#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: none;
}

#top_pc_nav li a {
    font-weight: bold;
}

.nav_menu_more a {
    background-color: #ffffff;
    color: #2195a0;
}

.nav_menu_more a:hover {
    opacity: 0.7;
}

.overlay {
        background:rgba(33,149,160,0.9)!important;
}

#overlay .left li {
    max-width: none;
}

.overlay.open .overlay-menu {
        padding: 0 5% 0 10%;
}

/* footer */

.fix-con {
    right: 80px;
    bottom: 20px;
    z-index: 10;
}

.fix-con a {
    border: 1px solid;
    padding: 35px 15px;

}

.fix-con a:hover {
    border-color: #c93833;
    background-color: #ffffff;
    color: #c93833;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img:before, #page_title:before {
background: rgb(33,149,160);
opacity: 0.4;
}

/* top */

.back1:before, .back2:before, #top_cms.back1:before {
        background-color: rgba(213,244,247,0.3)!important;
        z-index: -1;
}

.line:before {
background: rgb(33,149,160)!important;
}

.intro-ul {
    row-gap: 50px;
    justify-content: space-between;
}

.intro-ul li {
    height: 280px;
    flex-direction: column;
    row-gap: 25px;
    border: 1px solid;
    padding: 35px 10px;
}

.intro-ul li img {
    height: auto;
    width: auto;
}

.no {
    font-weight: bold;
    font-size: 18px;
    margin-bottom:10px;
}

video {
    min-height: initial
}

.portrait_img {
    height: 500px;
}

#contents2 .more_btn:before, #contents2 .more_btn:after {
    display: none;
}

#contents2 .more_btn {
    color: #ffffff;
    background-color: #c93833;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.3s;
}

#contents2 .more_btn:hover {
    background-color: #2195a0;
}

#contents3 {
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
    position: relative;
}

#contents3_wrap:before, #contents3_wrap:after {
    display: none;
}

#contents3 .con_box {
    background-color: rgba(255,255,255,0.8);
}

#contents3:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2195a0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#info_contact .con_img:before {
    background-color: rgba(33,149,160,0.4)!important;
}
/* top-cms */



/* ----------　下層ページ　---------- */

.pager li a {
    background-color: #2195a0!important;
}

.pager li a:hover, .pager li a:hover span i {
    background-color: #d5f4f7!important;
    color: #333333;
}

.cate {
    padding-top: 50px;
    margin-top: -50px;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#page_title .page_title_box {
    width: 65%;
}

#page_title .page_title_box h2 {
    font-size: 25px;
}

#contents1 .con_img {
    margin-bottom: 20px;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.fix-con {
width: 250px;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.fix-con a {
    padding: 10px;
    line-height: 1.5;
}

    
.maincopy {
    max-width: 320px;
    width: 85%;
}

.maincopy img {
    max-width:320px;
}
    
#header {
    padding-top: 10px;
    padding-bottom: 10px;
}
    
header.scr_header #logo {
    max-width: 150px;
}
    
.intro-ul {
    justify-content: center;
}

#contents1 .line:before, #contents2 .line:before {
    right: 0;
    margin: auto;
}

#page_title .page_title_box {
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
}

#page_title .page_title_box h2 {
    font-size: 18px;
}
    
}